Commit 125862d
authored
Version Packages (#13115)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @apollo/client@4.1.3
### Patch Changes
- [#13111](#13111)
[`bf46fe0`](bf46fe0)
Thanks [@RogerHYang](https://github.com/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.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent bf46fe0 commit 125862d
4 files changed
Lines changed: 11 additions & 10 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments