Fix regression (introduced in v3.6.0) that caused BatchHttpLink to discard pending batched queries on early completion of the underlying Observable.
@benjamn in #9793
Fix regression (introduced in v3.6.0) that caused BatchHttpLink to discard pending batched queries on early completion of the underlying Observable.
@benjamn in #9793
Commits
83935e8 Bump @apollo/client npm version to 3.6.7.
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.6.6 to 3.6.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/apollographql/apollo-client/releases"><code>@apollo/client</code>'s releases</a>.</em></p>
<blockquote>
<h2>v3.6.7</h2>
<h2>Bug Fixes (from <a href="https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md"><code>CHANGELOG.md</code></a>)</h2>
<ul>
<li>Fix regression (introduced in v3.6.0) that caused <code>BatchHttpLink</code> to discard pending batched queries on early completion of the underlying <code>Observable</code>.
<a href="https://github.com/benjamn"><code>@benjamn</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9793">#9793</a></li>
</ul>
<h2>What's Changed (auto-generated by GitHub)</h2>
<ul>
<li>fixes pr 9600 by <a href="https://github.com/jpvajda"><code>@jpvajda</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9776">apollographql/apollo-client#9776</a></li>
<li>Update mutations.mdx by <a href="https://github.com/Gregoirevda"><code>@Gregoirevda</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9708">apollographql/apollo-client#9708</a></li>
<li>updates roadmap for june 2022 by <a href="https://github.com/jpvajda"><code>@jpvajda</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9784">apollographql/apollo-client#9784</a></li>
<li>fixes expansion panel by <a href="https://github.com/jpvajda"><code>@jpvajda</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9777">apollographql/apollo-client#9777</a></li>
<li>Backport PR <a href="https://github.com/apollographql/apollo-client/issues/9793">#9793</a> from <code>release-3.7</code> branch to <code>main</code> by <a href="https://github.com/benjamn"><code>@benjamn</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9807">apollographql/apollo-client#9807</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/apollographql/apollo-client/compare/v3.6.6...v3.6.7">https://github.com/apollographql/apollo-client/compare/v3.6.6...v3.6.7</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md"><code>@apollo/client</code>'s changelog</a>.</em></p>
<blockquote>
<h2>Apollo Client 3.6.7 (2022-06-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fix regression (introduced in v3.6.0) that caused <code>BatchHttpLink</code> to discard pending batched queries on early completion of the underlying <code>Observable</code>. <!-- raw HTML omitted -->
<a href="https://github.com/benjamn"><code>@benjamn</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9793">#9793</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apollographql/apollo-client/commit/83935e8e1ea2c3eb4a0f10fffbbfb4d51cfc02d2"><code>83935e8</code></a> Bump <code>@apollo/client</code> npm version to 3.6.7.</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/9774e15337d7c5eded76266da6336234686def08"><code>9774e15</code></a> Backport PR <a href="https://github.com/apollographql/apollo-client/issues/9793">#9793</a> from <code>release-3.7</code> branch to <code>main</code> (<a href="https://github.com/apollographql/apollo-client/issues/9807">#9807</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/9553b1fc9824c21b59f37ec906773e3637ba1347"><code>9553b1f</code></a> fixes expansion panel (<a href="https://github.com/apollographql/apollo-client/issues/9777">#9777</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/538b79594d02189f511622d8fed85b679d69dfd3"><code>538b795</code></a> updates roadmap for june 2022 (<a href="https://github.com/apollographql/apollo-client/issues/9784">#9784</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/6a9908771a6167fc6563881f4782884a9d77c890"><code>6a99087</code></a> chore(deps): update dependency rollup to v2.75.5</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/b495da8243ec30e93fbc9db5031fa653c329f242"><code>b495da8</code></a> chore(deps): update dependency ts-node to v10.8.1</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/73ded4ba1c2bcb7bd4a26d38f5820f9a26bcf021"><code>73ded4b</code></a> chore(deps): update dependency <code>@types/jest</code> to v27.5.2</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/c253befd41ee5c1ae6c720211e67525fab60de22"><code>c253bef</code></a> Update mutations.mdx (<a href="https://github.com/apollographql/apollo-client/issues/9708">#9708</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/7f0fd500de595b7e8b3bdace62584c9e8c39f9ec"><code>7f0fd50</code></a> fixes pr 9600 (<a href="https://github.com/apollographql/apollo-client/issues/9776">#9776</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/996d6fc16590058315c529dbe6cf28a0629fa438"><code>996d6fc</code></a> Adjust maintainers</li>
<li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.6.6...v3.6.7">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
argoyle
(Migrated from gitlab.com)
merged commit into master2022-06-13 07:44:20 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps @apollo/client from 3.6.6 to 3.6.7.
Release notes
Sourced from
@apollo/client's releases.Changelog
Sourced from
@apollo/client's changelog.Commits
83935e8Bump@apollo/clientnpm version to 3.6.7.9774e15Backport PR #9793 fromrelease-3.7branch tomain(#9807)9553b1ffixes expansion panel (#9777)538b795updates roadmap for june 2022 (#9784)6a99087chore(deps): update dependency rollup to v2.75.5b495da8chore(deps): update dependency ts-node to v10.8.173ded4bchore(deps): update dependency@types/jestto v27.5.2c253befUpdate mutations.mdx (#9708)7f0fd50fixes pr 9600 (#9776)996d6fcAdjust maintainersDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts