Skip to content

@apollo/server@4.10.2

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 19:40
· 8 commits to main since this release
1cdb7f8

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.