Fix @WebSocketRoute.Header()
blocks SDK library generation.
#1128
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
tgrid
dependency from^1.0.3
to^1.1.0
inbenchmark/package.json
,packages/benchmark/package.json
,packages/core/package.json
,packages/migrate/package.json
, andpackages/sdk/package.json
. [1] [2] [3] [4] [5]@nestia/fetcher
dependency from^4.0.1
to^4.0.2
inpackages/core/package.json
andpackages/sdk/package.json
. [1] [2]package.json
files from4.0.1
to4.0.2
. [1] [2] [3] [4]WebSocket API refactoring:
test/features/websocket/src/api/functional/calculate/index.ts
to introduce new health check, composite, simple, scientific, and statistics calculator endpoints.test/features/websocket/src/api/interfaces/
. [1] [2] [3] [4] [5] [6] [7]README updates:
packages/core/README.md
,packages/fetcher/README.md
, andpackages/sdk/README.md
.