-
Notifications
You must be signed in to change notification settings - Fork 575
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 #3239
Merged
Merged
Upcoming Release Changes #3239
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apollo Federation Subgraph Compatibility Results
Learn more: |
✅ Benchmark Results
|
💻 Website PreviewThe latest changes are available as preview in: https://07d1206e.graphql-yoga.pages.dev |
theguild-bot
force-pushed
the
changeset-release/main
branch
from
April 17, 2024 06:36
ac8d34e
to
84a9af1
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
7 times, most recently
from
April 30, 2024 07:05
87b8aea
to
9616e0f
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
May 8, 2024 08:23
9616e0f
to
ab3f328
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
May 8, 2024 08:33
ab3f328
to
86bb49a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
@graphql-yoga/plugin-prometheus@5.0.0
Major Changes
#3251
a8ddac54
Thanks @EmrysMyrddin! - Adds a cache for metrics definition
(Summary, Histogram and Counter).
Fixes an issue preventing this plugin to be initialized multiple times, leading to metrics
duplication error (How to run Prometheus with mesh start without giving an error? ardatan/graphql-mesh#6545).
Behavior Breaking Change:
Due to Prometheus client API limitations, a metric is only defined once for a given registry. This
means that if the configuration of the metrics, it will be silently ignored on plugin
re-initialization.
This is to avoid potential loss of metrics data produced between the plugin re-initialization and
the last pull by the prometheus agent.
If you need to be sure metrics configuration is up to date after a plugin re-initialization, you
can either:
registry.clear()
before plugin re-initialization:Keep in mind that this implies potential data loss in pull mode.
API Breaking Change:
To ensure metrics from being registered multiple times on the same registry, the signature of
createHistogram
,createSummary
andcreateCounter
have been changed to now include theregistry as a mandatory parameter.
If you were customizing metrics parameters, you will need to update the metric definitions
Patch Changes
a8ddac54
Thanks @EmrysMyrddin! - dependencies updates:
@envelop/prometheus@^10.0.0
↗︎(from
^9.4.0
, independencies
)[
3324bbab
,3324bbab
]:graphql-yoga-cloud-run-guide@3.3.1
Patch Changes
[
3324bbab
,3324bbab
]:graphql-yoga@5.3.1
Patch Changes
#3237
3324bbab
Thanks @ardatan! - dependencies updates:
@whatwg-node/server@^0.9.33
↗︎(from
^0.9.32
, independencies
)#3237
3324bbab
Thanks @ardatan! - In such environments like CloudFlare Workers, the
request
object in the context always has the initial request object, so it was impossible toaccess the actual
Request
object from the execution context. Now Yoga ensures that therequest
in the context is the same with the actual
Request
.@graphql-yoga/nestjs@3.3.1
Patch Changes
[
3324bbab
,3324bbab
]:@graphql-yoga/nestjs-federation@3.3.1
Patch Changes
@graphql-yoga/plugin-apollo-inline-trace@3.3.1
Patch Changes
[
3324bbab
,3324bbab
]:@graphql-yoga/plugin-apq@3.3.1
Patch Changes
[
3324bbab
,3324bbab
]:@graphql-yoga/plugin-csrf-prevention@3.3.1
Patch Changes
[
3324bbab
,3324bbab
]:@graphql-yoga/plugin-defer-stream@3.3.1
Patch Changes
[
3324bbab
,3324bbab
]:@graphql-yoga/plugin-disable-introspection@2.3.1
Patch Changes
[
3324bbab
,3324bbab
]:@graphql-yoga/plugin-graphql-sse@3.3.1
Patch Changes
[
3324bbab
,3324bbab
]:@graphql-yoga/plugin-jwt@2.3.1
Patch Changes
[
3324bbab
,3324bbab
]:@graphql-yoga/plugin-persisted-operations@3.3.1
Patch Changes
[
3324bbab
,3324bbab
]:@graphql-yoga/plugin-response-cache@3.5.1
Patch Changes
[
3324bbab
,3324bbab
]:@graphql-yoga/plugin-sofa@3.3.1
Patch Changes
[
3324bbab
,3324bbab
]:@graphql-yoga/render-graphiql@5.3.1
Patch Changes
[
3324bbab
,3324bbab
]:@graphql-yoga/apollo-link@3.3.1
@graphql-yoga/urql-exchange@3.3.1
hello-world-benchmark@3.5.1
Patch Changes
[
3324bbab
,3324bbab
]:apollo-federation-gateway-with-yoga@3.3.1
Patch Changes
[
3324bbab
,3324bbab
]:apollo-subgraph-with-yoga@3.3.1
Patch Changes
[
3324bbab
,3324bbab
]:graphql-lambda@3.3.1
Patch Changes
[
3324bbab
,3324bbab
]:cloudflare-advanced@3.3.1
Patch Changes
[
3324bbab
,3324bbab
]:cloudflare@3.3.1
Patch Changes
[
3324bbab
,3324bbab
]:nextjs-app@2.3.1
Patch Changes
[
3324bbab
,3324bbab
]: