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

Version Packages #7635

Merged
merged 1 commit into from
Jul 21, 2023
Merged

Version Packages #7635

merged 1 commit into from
Jul 21, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 10, 2023

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

@apollo/server@4.8.0

Minor Changes

  • #7634 f8a8ea08f Thanks @dfperry5! - Updating the ApolloServer constructor to take in a stringifyResult function that will allow a consumer to pass in a function that formats the result of an http query.

    Usage:

    const server = new ApolloServer({
      typeDefs,
      resolvers,
      stringifyResult: (value: FormattedExecutionResult) => {
        return JSON.stringify(value, null, 2);
      },
    });

@apollo/server-integration-testsuite@4.8.0

Patch Changes

@netlify
Copy link

netlify bot commented Jul 10, 2023

Deploy Preview for apollo-server-docs ready!

Name Link
🔨 Latest commit ac9e384
🔍 Latest deploy log https://app.netlify.com/sites/apollo-server-docs/deploys/64b9d3f8328a370008a5f3aa
😎 Deploy Preview https://deploy-preview-7635--apollo-server-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jul 10, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit ac9e384:

Sandbox Source
Apollo Server Typescript Configuration
Apollo Server Configuration

@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from a9651c8 to d31b963 Compare July 17, 2023 17:52
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 9cdc56e to d7eb472 Compare July 21, 2023 00:28
@github-actions github-actions bot force-pushed the changeset-release/main branch from d7eb472 to ac9e384 Compare July 21, 2023 00:40
@trevor-scheer trevor-scheer merged commit 9139a28 into main Jul 21, 2023
@trevor-scheer trevor-scheer deleted the changeset-release/main branch July 21, 2023 00:47
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant