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 PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@n1ru4l/socket-io-graphql-client@0.11.0
Minor Changes
c2dee5a: Support sending extensions from the client to the server.
The GraphQL over HTTP specification allows to send a extensions object as part of a GraphQL request to the server. This is now also supported. Possible use-cases might be access tokens or protocol extensions such as Automatic Persisted Queries.
@n1ru4l/socket-io-graphql-server@0.11.0
Minor Changes
c2dee5a: Support sending extensions from the client to the server.
The GraphQL over HTTP specification allows to send a extensions object as part of a GraphQL request to the server. This is now also supported. Possible use-cases might be access tokens or protocol extensions such as Automatic Persisted Queries.
@n1ru4l/in-memory-live-query-store@0.7.3
Patch Changes
cf552ec: use the correct
execute
function for executing live queries.When using the
InMemoryLiveQueryStore.makeExecute
API the returned function did not properly use the providedexecute
function. Instead theexecute
function provided to theInMemoryLiveQueryStore
constructor was used. This issue caused unexpected behavior when using this library with envelop.@n1ru4l/json-patch-plus@0.1.3
Patch Changes
108970b: Remove keys from the object instead of setting them to undefined.