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

Upcoming Release Changes #750

Merged
merged 1 commit into from
Oct 23, 2021
Merged

Upcoming Release Changes #750

merged 1 commit into from
Oct 23, 2021

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 23, 2021

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.

    client.execute({
      operation,
      extensions: {
        secret: "I like turtles!"
      }
    });

    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.

    client.execute({
      operation,
      extensions: {
        secret: "I like turtles!"
      }
    });

    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 provided execute function. Instead the execute function provided to the InMemoryLiveQueryStore 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.

    const result = patch({
      left: { a: { a: 2 } },
      delta: { a: [null, 0, 0] }
    });
    // Previously result was
    // { a: undefined }
    // Now it is
    // {}

@github-actions github-actions bot force-pushed the changeset-release/main branch from 0a53854 to 0d6020b Compare October 23, 2021 17:41
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0d6020b to eecb7a1 Compare October 23, 2021 17:50
@n1ru4l n1ru4l merged commit bef9e73 into main Oct 23, 2021
@n1ru4l n1ru4l deleted the changeset-release/main branch October 23, 2021 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant