release-1685965040904
版本发布时间: 2023-06-05 19:37:21
dotansimha/graphql-yoga最新发布版本:release-1723761948464(2024-08-16 06:45:48)
graphql-yoga-cloud-run-guide@2.0.0
Patch Changes
- Updated dependencies [
4228c1d5
,34ecb4bb
,ec318fe6
,cc370691
,b309ca0d
,dd699c4b
,4228c1d5
,0522c740
]:
@graphql-yoga/apollo-link@2.0.0
Major Changes
@graphql-yoga/urql-exchange@2.0.0
Major Changes
@graphql-yoga/redis-event-target@2.0.0
Major Changes
-
#2767
4228c1d5
Thanks @renovate! - Drop support for Node.js 14. Require Node.js>=16
. -
#2767
4228c1d5
Thanks @renovate! - Events without an event payload will now always havenull
as the event payload instead ofundefined
.
Patch Changes
- Updated dependencies [
4228c1d5
,4228c1d5
]:- @graphql-yoga/typed-event-target@2.0.0
@graphql-yoga/typed-event-target@2.0.0
Major Changes
-
#2767
4228c1d5
Thanks @renovate! - Drop support for Node.js 14. Require Node.js>=16
. -
#2767
4228c1d5
Thanks @renovate! - Events without an event payload will now always havenull
as the event payload instead ofundefined
.
@graphql-yoga/graphiql@4.0.0
Major Changes
-
#2767
4228c1d5
Thanks @renovate! - Drop support for Node.js 14. Require Node.js>=16
. -
#2775
dd699c4b
Thanks @enisdenjo! - GRAPHQL_SSE is the default subscription protocol
graphql-yoga@4.0.0
Major Changes
-
#2767
4228c1d5
Thanks @renovate! - Drop support for Node.js 14. Require Node.js>=16
. -
#2776
34ecb4bb
Thanks @enisdenjo! - Drop unused graphiql optionsdefaultVariableEditorOpen
andheaderEditorEnabled
-
#2810
ec318fe6
Thanks @n1ru4l! - Remove support for executing Subscription operations over the incremental delivery response protocol (multipart/mixed
) -
#2775
dd699c4b
Thanks @enisdenjo! - Subscriptions use GraphQL over SSE "distinct connections mode" -
#2767
4228c1d5
Thanks @renovate! - Events without an event payload will now always havenull
as the event payload instead ofundefined
. -
#2777
0522c740
Thanks @enisdenjo! - Parse and validation cache are now under a single optionparserAndValidationCache
Patch Changes
-
#2720
cc370691
Thanks @n1ru4l! - Skip validation caching when there is noschema
specified. This previously caused a cryptic error message when reaching execution/validation without a schema. Now the missing schema error will actually originate from within thevalidate
function instead. -
#2726
b309ca0d
Thanks @ardatan! - RespecttoJSON
in the thrown errors. -
Updated dependencies [
4228c1d5
,4228c1d5
]:- @graphql-yoga/subscription@4.0.0
- @graphql-yoga/logger@1.0.0
@graphql-yoga/logger@1.0.0
Major Changes
@graphql-yoga/nestjs@2.0.0
Major Changes
Patch Changes
- Updated dependencies [
4228c1d5
,34ecb4bb
,ec318fe6
,cc370691
,b309ca0d
,dd699c4b
,4228c1d5
,0522c740
]:
@graphql-yoga/nestjs-federation@2.0.0
Major Changes
Patch Changes
- Updated dependencies [
4228c1d5
]:- @graphql-yoga/plugin-apollo-inline-trace@2.0.0
- @graphql-yoga/nestjs@2.0.0
@graphql-yoga/plugin-apollo-inline-trace@2.0.0
Major Changes
Patch Changes
- Updated dependencies [
4228c1d5
,34ecb4bb
,ec318fe6
,cc370691
,b309ca0d
,dd699c4b
,4228c1d5
,0522c740
]:
@graphql-yoga/plugin-apq@2.0.0
Major Changes
Patch Changes
- Updated dependencies [
4228c1d5
,34ecb4bb
,ec318fe6
,cc370691
,b309ca0d
,dd699c4b
,4228c1d5
,0522c740
]:
@graphql-yoga/plugin-csrf-prevention@2.0.0
Major Changes
Patch Changes
- Updated dependencies [
4228c1d5
,34ecb4bb
,ec318fe6
,cc370691
,b309ca0d
,dd699c4b
,4228c1d5
,0522c740
]:
@graphql-yoga/plugin-defer-stream@2.0.0
Major Changes
Patch Changes
- Updated dependencies [
4228c1d5
,34ecb4bb
,ec318fe6
,cc370691
,b309ca0d
,dd699c4b
,4228c1d5
,0522c740
]:
@graphql-yoga/plugin-disable-introspection@1.0.0
Major Changes
Patch Changes
- Updated dependencies [
4228c1d5
,34ecb4bb
,ec318fe6
,cc370691
,b309ca0d
,dd699c4b
,4228c1d5
,0522c740
]:
@graphql-yoga/plugin-graphql-sse@2.0.0
Major Changes
Patch Changes
- Updated dependencies [
4228c1d5
,34ecb4bb
,ec318fe6
,cc370691
,b309ca0d
,dd699c4b
,4228c1d5
,0522c740
]:
@graphql-yoga/plugin-persisted-operations@2.0.0
Major Changes
Minor Changes
-
#2728
e6aa0dde
Thanks @EmrysMyrddin! - Allow to customize errors -
#2755
b690d8ea
Thanks @dr3! - Provide request argument togetPersistedOperation
callback
Patch Changes
- Updated dependencies [
4228c1d5
,34ecb4bb
,ec318fe6
,cc370691
,b309ca0d
,dd699c4b
,4228c1d5
,0522c740
]:
@graphql-yoga/plugin-prometheus@2.0.0
Major Changes
Patch Changes
- Updated dependencies [
4228c1d5
,34ecb4bb
,ec318fe6
,cc370691
,b309ca0d
,dd699c4b
,4228c1d5
,0522c740
]:
@graphql-yoga/plugin-response-cache@2.0.0
Major Changes
Patch Changes
- Updated dependencies [
4228c1d5
,34ecb4bb
,ec318fe6
,cc370691
,b309ca0d
,dd699c4b
,4228c1d5
,0522c740
]:
@graphql-yoga/plugin-sofa@2.0.0
Major Changes
-
#2767
4228c1d5
Thanks @renovate! - Drop support for Node.js 14. Require Node.js>=16
. -
#2816
f5a47a01
Thanks @ardatan! - Breaking changes;- Now SOFA Plugin doesn't export
useSofaWithSwaggerUI
, you can useuseSofa
instead. -
swaggerUIEndpoint
is not available anymore, you can configure the endpoint for Swagger UI withswaggerUI.endpoint
option.
- Now SOFA Plugin doesn't export
Patch Changes
- Updated dependencies [
4228c1d5
,34ecb4bb
,ec318fe6
,cc370691
,b309ca0d
,dd699c4b
,4228c1d5
,0522c740
]:
@graphql-yoga/render-graphiql@4.0.0
Major Changes
Patch Changes
- Updated dependencies [
4228c1d5
,34ecb4bb
,ec318fe6
,cc370691
,b309ca0d
,dd699c4b
,4228c1d5
,0522c740
]:
@graphql-yoga/subscription@4.0.0
Major Changes
-
#2767
4228c1d5
Thanks @renovate! - Drop support for Node.js 14. Require Node.js>=16
. -
#2767
4228c1d5
Thanks @renovate! - Events without an event payload will now always havenull
as the event payload instead ofundefined
.
Patch Changes
- Updated dependencies [
4228c1d5
,4228c1d5
]:- @graphql-yoga/typed-event-target@2.0.0