github apollographql/apollo-client @apollo/client@4.1.3

10 hours ago

Patch Changes

  • #13111 bf46fe0 Thanks @RogerHYang! - Fix createFetchMultipartSubscription to support cancellation via AbortController

    Previously, calling dispose() or unsubscribe() on a subscription created by createFetchMultipartSubscription had no effect - the underlying fetch request would continue running until completion. This was because no AbortController was created or passed to fetch(), and no cleanup function was returned from the Observable.

Don't miss a new apollo-client release

NewReleases is sending notifications on new releases.