Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix @WebSocketRoute.Header() blocks SDK library generation. #1128

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

samchon
Copy link
Owner

@samchon samchon commented Dec 3, 2024

This pull request includes multiple changes across various files to update dependencies, version numbers, and refactor WebSocket API functionalities. The most important changes include updating the version numbers of several packages, modifying WebSocket API functions, and updating the README files with new Discord links.

Dependency and version updates:

  • Updated tgrid dependency from ^1.0.3 to ^1.1.0 in benchmark/package.json, packages/benchmark/package.json, packages/core/package.json, packages/migrate/package.json, and packages/sdk/package.json. [1] [2] [3] [4] [5]
  • Updated @nestia/fetcher dependency from ^4.0.1 to ^4.0.2 in packages/core/package.json and packages/sdk/package.json. [1] [2]
  • Updated version numbers in package.json files from 4.0.1 to 4.0.2. [1] [2] [3] [4]

WebSocket API refactoring:

  • Refactored WebSocket API functions in test/features/websocket/src/api/functional/calculate/index.ts to introduce new health check, composite, simple, scientific, and statistics calculator endpoints.
  • Added new interfaces for WebSocket API in test/features/websocket/src/api/interfaces/. [1] [2] [3] [4] [5] [6] [7]

README updates:

  • Updated Discord badge links in packages/core/README.md, packages/fetcher/README.md, and packages/sdk/README.md.

@samchon samchon added bug Something isn't working enhancement New feature or request labels Dec 3, 2024
@samchon samchon self-assigned this Dec 3, 2024
Copy link
Owner Author

@samchon samchon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested in local.

@samchon samchon merged commit 5d29e01 into master Dec 3, 2024
8 checks passed
@samchon samchon deleted the feat/ws branch December 3, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant