[go: nahoru, domu]

Skip to content

Releases: apollographql/apollo-server

@apollo/server@4.10.5

22 Jul 21:23
8f85bca
Compare
Choose a tag to compare

Patch Changes

@apollo/server-integration-testsuite@4.10.5

22 Jul 21:23
8f85bca
Compare
Choose a tag to compare

Patch Changes

@apollo/server@4.10.4

18 Apr 15:28
268687d
Compare
Choose a tag to compare

Patch Changes

  • #7871 18a3827 Thanks @tninesling! - Subscription heartbeats are initialized prior to awaiting subscribe(). This allows long-running setup to happen in the returned Promise without the subscription being terminated prior to resolution.

@apollo/server-integration-testsuite@4.10.4

18 Apr 15:27
268687d
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [18a3827]:
    • @apollo/server@4.10.4

@apollo/server@4.10.3

15 Apr 19:44
7e64902
Compare
Choose a tag to compare

Patch Changes

  • #7866 5f335a5 Thanks @tninesling! - Catch errors thrown by subscription generators, and gracefully clean up the subscription instead of crashing.

@apollo/server-integration-testsuite@4.10.3

15 Apr 19:44
7e64902
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [5f335a5]:
    • @apollo/server@4.10.3

@apollo/server@4.10.2

22 Mar 19:40
1cdb7f8
Compare
Choose a tag to compare

Patch Changes

  • #7849 c7e514c Thanks @TylerBloom! - In the subscription callback server plugin, terminating a subscription now immediately closes the internal async generator. This avoids that generator existing after termination and until the next message is received.

@apollo/server-integration-testsuite@4.10.2

22 Mar 19:40
1cdb7f8
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [c7e514c]:
    • @apollo/server@4.10.2

@apollo/server@4.10.1

05 Mar 20:17
2e66002
Compare
Choose a tag to compare

Patch Changes

  • #7843 72f568e Thanks @bscherlein! - Improves timing of the willResolveField end hook on fields which return Promises resolving to Arrays. This makes the use of the setCacheHint method more reliable.

@apollo/server-integration-testsuite@4.10.1

05 Mar 20:17
2e66002
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [72f568e]:
    • @apollo/server@4.10.1