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 #566

Merged
merged 1 commit into from
Jan 30, 2025
Merged

Upcoming Release Changes #566

merged 1 commit into from
Jan 30, 2025

Conversation

theguild-bot
Copy link
Collaborator

@theguild-bot theguild-bot commented Jan 29, 2025

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

@graphql-hive/gateway@1.9.0

Minor Changes

  • #568 de83dd2 Thanks @dotansimha! - Improve cache configuration signature.

    The cache configuration key now allow you to pass a custom factory function to get the cache instance:

    import { defineConfig } from '@graphql-hive/gateway';
    
    export const gatewayConfig = defineConfig({
      // ...
      cache: (ctx) => {
        // Here you may create/retrieve your cache store instance, and return a KeyValueCache instance
      },
    });

Patch Changes

  • #561 7f6490f Thanks @ardatan! - Binary for Linux-ARM64

  • #568 de83dd2 Thanks @dotansimha! - Use the same logging instance across different components whenever possible

    For example if the log level is set in the configuration, change it immediately for the cache storages etc.

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Jan 29, 2025

🚀 Snapshot Release (rc)

The latest changes of this PR are available as rc on npm (based on the declared changesets):

Package Version Info
@graphql-hive/gateway 1.9.0-rc-57cef349b5b18281d27a9143a12a06f62907e0a9 npm ↗︎ unpkg ↗︎

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Jan 29, 2025

🚀 Snapshot Release (Binary for macOS-ARM64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Jan 29, 2025

🚀 Snapshot Release (Binary for Linux-ARM64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Jan 29, 2025

🚀 Snapshot Release (Binary for Linux-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Jan 29, 2025

🚀 Snapshot Release (Node Docker Image)

The latest changes of this PR are available as image on GitHub Container Registry (based on the declared changesets):

ghcr.io/graphql-hive/gateway:1.9.0-rc-57cef349b5b18281d27a9143a12a06f62907e0a9

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Jan 29, 2025

🚀 Snapshot Release (Bun Docker Image)

The latest changes of this PR are available as image on GitHub Container Registry (based on the declared changesets):

ghcr.io/graphql-hive/gateway:1.9.0-rc-57cef349b5b18281d27a9143a12a06f62907e0a9-bun

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 0b1f54e to b28bcda Compare January 29, 2025 21:23
@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Jan 29, 2025

🚀 Snapshot Release (Binary for macOS-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Jan 29, 2025

🚀 Snapshot Release (Binary for Windows-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from b28bcda to 57cef34 Compare January 30, 2025 10:41
@dotansimha dotansimha merged commit 432fd8f into main Jan 30, 2025
34 checks passed
@dotansimha dotansimha deleted the changeset-release/main branch January 30, 2025 10:44
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.

2 participants