Bump io.projectreactor.netty:reactor-netty from 1.3.3 to 1.3.4 #488

Merged
dependabot[bot] merged 1 commit from dependabot/gradle/io.projectreactor.netty-reactor-netty-1.3.4 into master 2026-03-23 05:27:36 -07:00
dependabot[bot] commented 2026-03-16 01:35:24 -07:00 (Migrated from github.com)

Bumps io.projectreactor.netty:reactor-netty from 1.3.3 to 1.3.4.

Release notes

Sourced from io.projectreactor.netty:reactor-netty's releases.

v1.3.4

Reactor Netty 1.3.4 is part of 2025.0.4 Release Train.

What's Changed

New features and improvements

🐞 Bug fixes

  • Add FlushConsolidationHandler to H2C upgrade pipeline by @​violetagg in #4097
  • Fix Http2Pool returning connection to the pool before H2C upgrade completes by @​violetagg in #4098
  • Fix Http2Pool ACQUIRED counter not rolled back when deliver is rejected by @​violetagg in #4099
  • Fix HttpClient#proxyWhen to use NoopAddressResolverGroup by @​violetagg in #4104

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.3.3...v1.3.4

Commits
  • 53e8319 [release] Prepare and release 1.3.4
  • aa4dc0e Merge-ignore release 1.2.16 into 1.3.4
  • b8db392 [release] Back to snapshots, next is 1.2.17-SNAPSHOT
  • 98eb271 [release] Prepare and release 1.2.16
  • d64826c [test] By default connection eviction happens on release or on acquire (#4127)
  • 902ae00 Suppress issue reported by errorprone
  • e507934 Merge a839725f3 into 1.3.4
  • a839725 Suppress issue reported by errorprone
  • 8fffa1a Merge #4125 into 1.3.4
  • ac6c7f8 Bump ruby/setup-ruby from 1.289.0 to 1.290.0 (#4125)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [io.projectreactor.netty:reactor-netty](https://github.com/reactor/reactor-netty) from 1.3.3 to 1.3.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/reactor/reactor-netty/releases">io.projectreactor.netty:reactor-netty's releases</a>.</em></p> <blockquote> <h2>v1.3.4</h2> <!-- raw HTML omitted --> <p><code>Reactor Netty</code> <code>1.3.4</code> is part of <strong><code>2025.0.4</code> Release Train</strong>.</p> <h2>What's Changed</h2> <h3>:sparkles: New features and improvements</h3> <ul> <li>Depend on <code>Reactor Core</code> <code>v3.8.4</code> by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in 53e8319e6fc66e101c3b52fc3a1267a891d1aeff, see <a href="https://github.com/reactor/reactor-core/releases/tag/v3.8.4">release notes</a></li> <li>Avoid <code>DefaultChannelId</code> generation for <code>DisposedChannel</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4095">#4095</a></li> <li>Push-based <code>maxConcurrentStreams</code> update via <code>SETTINGS</code> frame handler by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4106">#4106</a></li> <li>Add configurable <code>maxLifeTime</code> with per-resource variance by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4111">#4111</a></li> <li>Add <code>Http2AllocationStrategy#streamBatchSize</code> for batched stream dispatching by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4114">#4114</a></li> <li>Override <code>isSharable()</code> explicitly to avoid annotation lookup by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4120">#4120</a></li> <li>Add fast-path short-circuit for <code>is100ContinueExpected</code> check by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4123">#4123</a></li> <li>Cache resolved <code>HttpHeadersFactory</code> instances to avoid repeated allocation by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4124">#4124</a></li> </ul> <h3>:lady_beetle: Bug fixes</h3> <ul> <li>Add <code>FlushConsolidationHandler</code> to <code>H2C</code> upgrade pipeline by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4097">#4097</a></li> <li>Fix <code>Http2Pool</code> returning connection to the pool before <code>H2C</code> upgrade completes by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4098">#4098</a></li> <li>Fix <code>Http2Pool</code> <code>ACQUIRED</code> counter not rolled back when deliver is rejected by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4099">#4099</a></li> <li>Fix <code>HttpClient#proxyWhen</code> to use <code>NoopAddressResolverGroup</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4104">#4104</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-netty/compare/v1.3.3...v1.3.4">https://github.com/reactor/reactor-netty/compare/v1.3.3...v1.3.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reactor/reactor-netty/commit/53e8319e6fc66e101c3b52fc3a1267a891d1aeff"><code>53e8319</code></a> [release] Prepare and release 1.3.4</li> <li><a href="https://github.com/reactor/reactor-netty/commit/aa4dc0e3d4d19ecdd3761f05a3f86df50249bb3b"><code>aa4dc0e</code></a> Merge-ignore release 1.2.16 into 1.3.4</li> <li><a href="https://github.com/reactor/reactor-netty/commit/b8db39281f763095d53dc2d531f42820223dae03"><code>b8db392</code></a> [release] Back to snapshots, next is 1.2.17-SNAPSHOT</li> <li><a href="https://github.com/reactor/reactor-netty/commit/98eb2718b3892d9409b419ebd8abe6b8691900ff"><code>98eb271</code></a> [release] Prepare and release 1.2.16</li> <li><a href="https://github.com/reactor/reactor-netty/commit/d64826c5426e38c0af6c38240b37e44885caa311"><code>d64826c</code></a> [test] By default connection eviction happens on release or on acquire (<a href="https://redirect.github.com/reactor/reactor-netty/issues/4127">#4127</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/902ae00cf3067c2bd6cdf9c56b0a755d53529aba"><code>902ae00</code></a> Suppress issue reported by errorprone</li> <li><a href="https://github.com/reactor/reactor-netty/commit/e5079344f9b01a2d234d97c5f29ff4b6fa3a040b"><code>e507934</code></a> Merge a839725f3 into 1.3.4</li> <li><a href="https://github.com/reactor/reactor-netty/commit/a839725f35702846cdaac585e20e1ca031f2a5de"><code>a839725</code></a> Suppress issue reported by errorprone</li> <li><a href="https://github.com/reactor/reactor-netty/commit/8fffa1a78148ec17990c5078842c13ae37b310c8"><code>8fffa1a</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-netty/issues/4125">#4125</a> into 1.3.4</li> <li><a href="https://github.com/reactor/reactor-netty/commit/ac6c7f8907a44dc7f0d8b117c7e7962856750fe1"><code>ac6c7f8</code></a> Bump ruby/setup-ruby from 1.289.0 to 1.290.0 (<a href="https://redirect.github.com/reactor/reactor-netty/issues/4125">#4125</a>)</li> <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-netty/compare/v1.3.3...v1.3.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.projectreactor.netty:reactor-netty&package-manager=gradle&previous-version=1.3.3&new-version=1.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.
No description provided.