-
Notifications
You must be signed in to change notification settings - Fork 24
Upcoming Release Changes #821
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
Conversation
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-hive/gateway |
1.12.0-rc-1b18f24ee6daa60d710c1e23aa05d7c8b3d0060d |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/nestjs |
1.0.1-rc-1b18f24ee6daa60d710c1e23aa05d7c8b3d0060d |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-opentelemetry |
1.3.46-rc-1b18f24ee6daa60d710c1e23aa05d7c8b3d0060d |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
1.3.34-rc-1b18f24ee6daa60d710c1e23aa05d7c8b3d0060d |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
1.6.0-rc-1b18f24ee6daa60d710c1e23aa05d7c8b3d0060d |
npm ↗︎ unpkg ↗︎ |
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis pull request updates multiple packages and changelog entries. It includes version bumps for the gateway, nestjs, plugins (opentelemetry and prometheus), and gateway-runtime packages. The updates document dependency changes—such as adding Changes
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (8)
packages/nestjs/package.json (1)
3-3
: Version Bump Update.The version has been updated to
"1.0.1"
, which is appropriate for minor improvements. Please ensure that a corresponding changeset file has been created (usingyarn changeset
) and verify that any required Linear issue (e.g. with an identifier starting with "GW-") is linked in the PR description.packages/gateway/package.json (1)
2-3
: Gateway Package Version Bump.The version update to
"1.12.0"
reflects the introduction of the new reporting option (target
), the deprecation of the--hive-registry-token
CLI flag, and associated dependency updates. Please make sure that the changelog documents these changes and that a corresponding changeset file exists. Also, check that any required Linear issue is properly referenced.packages/plugins/opentelemetry/package.json (1)
2-3
: Opentelemetry Plugin Version Increment.The version has been incremented to
"1.3.46"
, aligning with updates to the dependent@graphql-hive/gateway-runtime
package. Ensure that the changelog reflects this change and that a proper changeset file is present. Also, verify that any necessary Linear issue reference is included.packages/runtime/package.json (1)
2-3
: Gateway Runtime Version Update.Updating the version to
"1.6.0"
signals the inclusion of new features (such as thetarget
reporting option) and dependency modifications (e.g. adding@graphql-hive/yoga
). Please confirm that these modifications are clearly documented in the changelog and that an accompanying changeset file exists. Additionally, ensure that any relevant Linear issue is referenced.packages/plugins/prometheus/package.json (1)
2-3
: Prometheus Plugin Version Bump.The version update to
"1.3.34"
is consistent with the updates in related packages, notably the upgrade of@graphql-hive/gateway-runtime
to version"1.6.0"
. Please verify that the changelog appropriately documents these updates and that there is a corresponding changeset file. Also, confirm that a Linear issue (if required) is linked in the PR.packages/plugins/opentelemetry/CHANGELOG.md (1)
3-9
: New Changelog Entry for Version 1.3.46
The new version entry (1.3.46) introduces a patch change that updates the dependency on@graphql-hive/gateway-runtime
to version1.6.0
. Note that the commit hash [17cfa19] is listed twice in the dependency reference; consider removing the duplicate if it was not intentional.packages/plugins/prometheus/CHANGELOG.md (1)
3-9
: Review: Version 1.3.34 Changelog Entry ImprovementThe new changelog entry for version 1.3.34 is clear and well-organized. It correctly documents the patch update of the dependency
@graphql-hive/gateway-runtime
to version1.6.0
. One minor nitpick: the commit reference17cfa19
appears twice in the dependency update bullet. Please consider removing the duplicate reference for improved clarity and consistency.packages/gateway/CHANGELOG.md (1)
3-10
: Announcement of Version 1.12.0 with New Reporting Option and CLI DeprecationThe changelog correctly announces the new release (v1.12.0) and clearly documents the two key minor changes:
- The introduction of the new Hive reporting option
target
.- The deprecation of the
--hive-registry-token
CLI option (replaced by--hive-usage-target
and--hive-usage-access-token
).Please ensure that these new options are also reflected in the corresponding documentation (e.g. on the console project) and that a matching changeset has been generated. Additionally, verify that all related user guides and code references have been updated accordingly.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (13)
.changeset/@graphql-hive_gateway-runtime-809-dependencies.md
(0 hunks).changeset/plenty-llamas-push.md
(0 hunks).changeset/wet-kiwis-peel.md
(0 hunks)packages/gateway/CHANGELOG.md
(1 hunks)packages/gateway/package.json
(1 hunks)packages/nestjs/CHANGELOG.md
(1 hunks)packages/nestjs/package.json
(1 hunks)packages/plugins/opentelemetry/CHANGELOG.md
(1 hunks)packages/plugins/opentelemetry/package.json
(1 hunks)packages/plugins/prometheus/CHANGELOG.md
(1 hunks)packages/plugins/prometheus/package.json
(1 hunks)packages/runtime/CHANGELOG.md
(1 hunks)packages/runtime/package.json
(1 hunks)
💤 Files with no reviewable changes (3)
- .changeset/plenty-llamas-push.md
- .changeset/wet-kiwis-peel.md
- .changeset/@graphql-hive_gateway-runtime-809-dependencies.md
🧰 Additional context used
📓 Path-based instructions (4)
`packages/**`: In this directory we keep all packages releva...
packages/**
: In this directory we keep all packages relevant to the gateway.In most cases, when changes are made to the source code / dependencies in these directories, we also require to have a corresponding changeset file, created using
yarn changeset
with a full description on the changes with an example.
Also, when new features are added the packages, the changeset file should mentionminor
semver change. When a bug is fixed,patch
needs to be used. Themajor
bump is used for a PR that has breaking changes.
packages/nestjs/package.json
packages/runtime/package.json
packages/nestjs/CHANGELOG.md
packages/gateway/package.json
packages/plugins/opentelemetry/package.json
packages/plugins/prometheus/package.json
packages/plugins/prometheus/CHANGELOG.md
packages/gateway/CHANGELOG.md
packages/plugins/opentelemetry/CHANGELOG.md
packages/runtime/CHANGELOG.md
`**`: For all PRs, we would like to verify that a Linear iss...
**
: For all PRs, we would like to verify that a Linear issue is linked. Check if there's a mention for "GW-*" in the PR description, and the us know when it's missing.In most cases, when a PR adds a new functionality, we would like to make sure it has documentation in the corresponding
console
project.
Use the global knowledge feature to search for PRs ingraphql-hive/console
repository that adds documentation. Suggest to create a follow up issue to add the missing documentation.
packages/nestjs/package.json
packages/runtime/package.json
packages/nestjs/CHANGELOG.md
packages/gateway/package.json
packages/plugins/opentelemetry/package.json
packages/plugins/prometheus/package.json
packages/plugins/prometheus/CHANGELOG.md
packages/gateway/CHANGELOG.md
packages/plugins/opentelemetry/CHANGELOG.md
packages/runtime/CHANGELOG.md
`packages/gateway/**`: The main runtime for the Hive gateway...
packages/gateway/**
: The main runtime for the Hive gateway.
This package is CLI that runs the gateway and configures the internals of the gateway function.
packages/gateway/package.json
packages/gateway/CHANGELOG.md
`packages/plugins/**`: The directories inside this dir are g...
packages/plugins/**
: The directories inside this dir are gateway plugins. Plugins adds functionality to the GraphQL gateway, at the runtime level. Plugins included are authorization, authentication, caching, persisted documents and more.
packages/plugins/opentelemetry/package.json
packages/plugins/prometheus/package.json
packages/plugins/prometheus/CHANGELOG.md
packages/plugins/opentelemetry/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms (28)
- GitHub Check: E2E / Bun Docker on Ubuntu
- GitHub Check: E2E / Bun on Ubuntu
- GitHub Check: Unit / Bun
- GitHub Check: Unit / Node v23
- GitHub Check: E2E / Node Binary on Windows
- GitHub Check: Unit / Node v22
- GitHub Check: Unit / Node v20
- GitHub Check: E2E / Node Binary on Ubuntu
- GitHub Check: Unit / Node v18
- GitHub Check: E2E / Node Docker on Ubuntu
- GitHub Check: Leaks / Node v23
- GitHub Check: E2E / Node 23 on Ubuntu
- GitHub Check: Benchmark / bun / 1000 items
- GitHub Check: E2E / Node 22 on Ubuntu
- GitHub Check: Benchmark / bun / 100 items
- GitHub Check: Leaks / Node v22
- GitHub Check: Snapshot / snapshot
- GitHub Check: Benchmark / bun / 10 items
- GitHub Check: E2E / Node 20 on Ubuntu
- GitHub Check: Benchmark / node / 1000 items
- GitHub Check: Bundle
- GitHub Check: Leaks / Node v20
- GitHub Check: Benchmark / node / 100 items
- GitHub Check: Build
- GitHub Check: E2E / Node 18 on Ubuntu
- GitHub Check: Benchmark / node / 10 items
- GitHub Check: Leaks / Node v18
- GitHub Check: Analyze (javascript-typescript)
🔇 Additional comments (7)
packages/nestjs/CHANGELOG.md (2)
3-9
: New Release Entry for Version 1.0.1
The changelog adds a new release entry for version 1.0.1 with a patch change that updates the dependency on@graphql-hive/gateway
to version1.12.0
(referenced via commit 17cfa19). The formatting and details (commit hash and link) are clear and consistent with previous entries.
10-26
: Preservation of Historical Release Data
The remaining sections (versions 1.0.0 and earlier) remain intact and provide valuable context and history. The commit references and links in these older entries are well maintained.packages/plugins/opentelemetry/CHANGELOG.md (1)
10-29
: Detailed Patch Changes for Version 1.3.45
This section lists several dependency updates:
- PR [#706] updates
@graphql-mesh/utils
with a new version constraint.- PR [#726] adds the dependency
@whatwg-node/promise-helpers@^1.0.0
.- PR [#727] updates the dependency
@whatwg-node/disposablestack
from^0.0.5
to^0.0.6
.- The final bullet consolidates multiple dependency updates, ending with
@graphql-hive/[email protected]
and@graphql-mesh/[email protected]
.The changelog is detailed and each update is properly referenced with commit links. All entries follow the standard format and provide a clear audit trail of the dependency changes.
packages/runtime/CHANGELOG.md (2)
3-10
: Introduce New Release 1.6.0 with Target Reporting Option
This new section clearly marks the release of version 1.6.0 and documents a minor change where thetarget
reporting option has been introduced. The inclusion of a link to Hive’s product update page is helpful for users seeking more details. Please double-check that the new functionality is also covered in the corresponding changeset documentation.
11-20
: Document Dependency Updates for 1.6.0 Patch Changes
This patch changes block lists key dependency adjustments:
• Adding the dependency@graphql-hive/yoga@^0.41.0
(to enhance reporting features),
• Removing@graphql-mesh/plugin-hive@^0.104.0
, and
• Updating@graphql-mesh/hmac-upstream-signature
to version1.2.22
.These updates are clearly attributed to [#809]. Please ensure consistency with the changeset file and verify the updated commit references as part of your release process.
packages/gateway/CHANGELOG.md (2)
11-19
: Documentation of Dependency Updates under Patch ChangesThe patch changes section for version 1.12.0 lists several dependency updates (for example, the update of
@graphql-hive/gateway-runtime
to 1.6.0, among others) with clear commit links. This provides transparency and traceability for the updates.It is recommended to:
- Double-check that these new dependency versions are consistently updated in the package manifest files.
- Confirm that all dependency changes have been accompanied by corresponding changeset entries.
- Review that no breaking changes were introduced by these updated dependencies.
20-992
: Historical Version EntriesThe remainder of the changelog (from version 1.11.0 downward) appears to serve as historical context. No changes have been flagged in these sections, so no further comments are needed here.
🚀 Snapshot Release (Node Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
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/[email protected]
Minor Changes
#809
17cfa19
Thanks @enisdenjo! - Introducetarget
as a new Hive reporting optionDeprecate the
--hive-registry-token
CLI option in favour of--hive-usage-target
and--hive-usage-access-token
options. Read more on Hive's product update page.Patch Changes
17cfa19
,17cfa19
]:@graphql-hive/[email protected]
Minor Changes
#809
17cfa19
Thanks @enisdenjo! - Introducetarget
as a new Hive reporting optionRead more on Hive's product update page.
Patch Changes
#809
17cfa19
Thanks @enisdenjo! - dependencies updates:@graphql-hive/yoga@^0.41.0
↗︎ (todependencies
)@graphql-mesh/plugin-hive@^0.104.0
↗︎ (fromdependencies
)Updated dependencies []:
@graphql-hive/[email protected]
Patch Changes
17cfa19
]:@graphql-mesh/[email protected]
Patch Changes
17cfa19
,17cfa19
]:@graphql-mesh/[email protected]
Patch Changes
17cfa19
,17cfa19
]: