Graphql JS Versions Save

A reference implementation of GraphQL for JavaScript

v16.8.1

7 months ago

v16.8.1 (2023-09-19)

Bug Fix 🐞

  • #3967 OverlappingFieldsCanBeMergedRule: Fix performance degradation (@AaronMoat)

Committers: 1

v17.0.0-alpha.3

7 months ago

v17.0.0-alpha.3 (2023-09-06)

This release contains a new response format for operations containing the experimental @defer & @stream directives. This new response format addresses issues around data duplication, response amplification, and data consistency that affected the previous response format. See https://github.com/graphql/defer-stream-wg/discussions/69 for more information.

Breaking Change πŸ’₯

New Feature πŸš€

Bug Fix 🐞

Docs πŸ“

4 PRs were merged

Polish πŸ’…

31 PRs were merged

Internal 🏠

17 PRs were merged

Dependency πŸ“¦

4 PRs were merged

Committers: 17

v16.8.0

8 months ago

v16.8.0 (2023-08-14)

New Feature πŸš€

Committers: 1

v16.7.1

10 months ago

v16.7.1 (2023-06-22)

:loudspeaker: Big shout out to @phryneas, who managed to reproduce this issue and come up with this fix.

Bug Fix 🐞

Committers: 1

v16.7.0

10 months ago

v16.7.0 (2023-06-21)

New Feature πŸš€

Bug Fix 🐞

  • #3707 Fix crash in node when mixing sync/async resolvers (backport of #3706) (@chrskrchr)
  • #3838 Fix/invalid error propagation custom scalars (backport for 16.x.x) (@stenreijers)

Committers: 3

v17.0.0-alpha.2

1 year ago

v17.0.0-alpha.2 (2022-09-22)

Breaking Change πŸ’₯

  • #3622 fix: update remaining GraphQLNonNull<GraphQLType> codepoints to GraphQLNonNull<GraphQLNullableType> (@yaacovCR)
  • #3621 change incorrect subscribe return type to a GraphQLError (@yaacovCR)
  • #3620 align return types from execution and subscription (@yaacovCR)
  • #3635 createSourceEventStream: remove deprecated positional argument overload (@yaacovCR)
  • #3642 Remove 'devAssert' checks that duplicate TS types (@IvanGoncharov)
  • #3643 Remove 'assertValidExecutionArguments' function (@IvanGoncharov)
  • #3733 incrementalDelivery: remove singleResult wrapper (@yaacovCR)

New Feature πŸš€

Bug Fix 🐞

Docs πŸ“

Polish πŸ’…

16 PRs were merged

Internal 🏠

36 PRs were merged

Dependency πŸ“¦

4 PRs were merged

Committers: 6

v16.6.0

1 year ago

v16.6.0 (2022-08-16)

New Feature πŸš€

  • #3645 createSourceEventStream: introduce named arguments and deprecate positional arguments (@yaacovCR)
  • #3702 parser: limit maximum number of tokens (@IvanGoncharov)

Bug Fix 🐞

Committers: 2

v17.0.0-alpha.1

1 year ago

v17.0.0-alpha.1 (2022-05-19)

Breaking Change πŸ’₯

Deprecation ⚠

New Feature πŸš€

Bug Fix 🐞

  • #3501 fix: only access Node.js globals if available (@n1ru4l)

Polish πŸ’…

6 PRs were merged

Internal 🏠

18 PRs were merged

Dependency πŸ“¦

2 PRs were merged

Committers: 4

v16.5.0

1 year ago

v16.5.0 (2022-05-09)

New Feature πŸš€

Committers: 1

v16.4.0

2 years ago

v16.4.0 (2022-04-25)

New Feature πŸš€

Bug Fix 🐞

  • #3514 GraphQLError: switch constructor overload order (@glasser)

Docs πŸ“

2 PRs were merged

Polish πŸ’…

3 PRs were merged

Internal 🏠

26 PRs were merged

Dependency πŸ“¦

2 PRs were merged

Committers: 7