Bump io.projectreactor.netty:reactor-netty from 1.3.1 to 1.3.3 #483

Merged
dependabot[bot] merged 1 commit from dependabot/gradle/io.projectreactor.netty-reactor-netty-1.3.3 into master 2026-02-16 20:03:50 -08:00
dependabot[bot] commented 2026-02-16 00:40:18 -08:00 (Migrated from github.com)

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

Release notes

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

v1.3.3

Reactor Netty 1.3.3 is part of 2025.0.3 Release Train.

What's Changed

New features and improvements

🐞 Bug fixes

  • Fix race condition in pending acquire timer management by @​violetagg in #4073
  • Fix incorrect channel factory selection for custom EventLoopGroups by @​j-bahr in #4074

📖 Documentation

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

v1.3.2

Reactor Netty 1.3.2 is part of 2025.0.2 Release Train.

What's Changed

New features and improvements

🐞 Bug fixes

New Contributors

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.3.1...v1.3.2

Commits
  • 0e5b351 [release] Prepare and release 1.3.3
  • e0a130a Merge-ignore release 1.2.15 into 1.3.3
  • 5f25dfe [release] Back to snapshots, next is 1.2.16-SNAPSHOT
  • 5aa16ed [release] Prepare and release 1.2.15
  • 8fced85 Merge #4094 into 1.3.3
  • 07d38c4 Bump @​antora/pdf-extension from 1.0.0-beta.15 to 1.0.0-beta.16 in /docs (#4094)
  • c288e70 Add Http2AllocationStrategy documentation and improve javadoc (#4093)
  • 149c4eb Improve Http2Pool connection reuse for concurrent acquires (#4051)
  • 2d112f3 Merge #4092 into 1.3.3
  • 335cf53 Depend on Netty v4.1.131.Final (#4092)
  • 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.1 to 1.3.3. <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.3</h2> <!-- raw HTML omitted --> <p><code>Reactor Netty</code> <code>1.3.3</code> is part of <strong><code>2025.0.3</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.3</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in 0e5b3519c7c3ff9374985b3f1f1f179b4b98b42c, see <a href="https://github.com/reactor/reactor-core/releases/tag/v3.8.3">release notes</a></li> <li>Depend on <code>Netty</code> <code>v4.2.10.Final</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4091">#4091</a></li> <li>Improve <code>Http2Pool</code> connection reuse for concurrent acquires by <a href="https://github.com/zimatars"><code>@​zimatars</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4051">#4051</a></li> <li>Refactor <code>Http2Pool</code> max concurrent streams calculation by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4061">#4061</a></li> <li>Remove deprecated <code>EventLoopGroup</code> checks from <code>supportGroup()</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4084">#4084</a></li> <li>Optimise <code>HttpServerRequest#timestamp</code> by using <code>Instant</code> internally with lazy <code>ZonedDateTime</code> conversion by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4090">#4090</a></li> </ul> <h3>:lady_beetle: Bug fixes</h3> <ul> <li>Fix race condition in pending acquire timer management by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4073">#4073</a></li> <li>Fix incorrect channel factory selection for custom <code>EventLoopGroups</code> by <a href="https://github.com/j-bahr"><code>@​j-bahr</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4074">#4074</a></li> </ul> <h3>:book: Documentation</h3> <ul> <li>Add <code>Http2AllocationStrategy</code> documentation and improve javadoc by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4093">#4093</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-netty/compare/v1.3.2...v1.3.3">https://github.com/reactor/reactor-netty/compare/v1.3.2...v1.3.3</a></p> <h2>v1.3.2</h2> <!-- raw HTML omitted --> <p><code>Reactor Netty</code> <code>1.3.2</code> is part of <strong><code>2025.0.2</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.2</code> by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in afef745dc904acd3f3efee192d7457c4c1b3f829, see <a href="https://github.com/reactor/reactor-core/releases/tag/v3.8.2">release notes</a></li> <li>Depend on <code>Netty</code> <code>v4.2.9.Final</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4037">#4037</a></li> <li>Enable <code>auto-read</code> in <code>HTTP</code> client error and completion paths by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4029">#4029</a></li> <li>Add <code>ConnectionProvider#evictInBackground</code> overload with <code>Scheduler</code> parameter by <a href="https://github.com/eze210"><code>@​eze210</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4038">#4038</a></li> <li>Add <code>maxConnections</code> configuration to <code>HttpServer</code> by <a href="https://github.com/raccoonback"><code>@​raccoonback</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4030">#4030</a></li> <li>Convert <code>ByteBuf</code> directly to <code>Http2DataFrame</code> instead of wrapping in <code>DefaultHttpContent</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4045">#4045</a></li> </ul> <h3>:lady_beetle: Bug fixes</h3> <ul> <li>Fix <code>HTTP</code> protocol version logging for <code>HTTP/2</code> and <code>HTTP/3</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4031">#4031</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/eze210"><code>@​eze210</code></a> made their first contribution in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4039">#4039</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-netty/compare/v1.3.1...v1.3.2">https://github.com/reactor/reactor-netty/compare/v1.3.1...v1.3.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reactor/reactor-netty/commit/0e5b3519c7c3ff9374985b3f1f1f179b4b98b42c"><code>0e5b351</code></a> [release] Prepare and release 1.3.3</li> <li><a href="https://github.com/reactor/reactor-netty/commit/e0a130a581a55976b21ea825710e8979d6ac34ce"><code>e0a130a</code></a> Merge-ignore release 1.2.15 into 1.3.3</li> <li><a href="https://github.com/reactor/reactor-netty/commit/5f25dfed8a458be00295fac849d7403e39e78829"><code>5f25dfe</code></a> [release] Back to snapshots, next is 1.2.16-SNAPSHOT</li> <li><a href="https://github.com/reactor/reactor-netty/commit/5aa16ed06f02da124842cd6e5f37ed66ef67caf2"><code>5aa16ed</code></a> [release] Prepare and release 1.2.15</li> <li><a href="https://github.com/reactor/reactor-netty/commit/8fced8589b03abea122a4f6e8c4b44c503a5a3f8"><code>8fced85</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-netty/issues/4094">#4094</a> into 1.3.3</li> <li><a href="https://github.com/reactor/reactor-netty/commit/07d38c4d7df6437393499120205a47e0bb1cbb6a"><code>07d38c4</code></a> Bump <code>@​antora/pdf-extension</code> from 1.0.0-beta.15 to 1.0.0-beta.16 in /docs (<a href="https://redirect.github.com/reactor/reactor-netty/issues/4094">#4094</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/c288e70e410f4b782ce7a55bc75098ed36aeedb9"><code>c288e70</code></a> Add Http2AllocationStrategy documentation and improve javadoc (<a href="https://redirect.github.com/reactor/reactor-netty/issues/4093">#4093</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/149c4eba80696160daff8b977c1e41f159a3f980"><code>149c4eb</code></a> Improve Http2Pool connection reuse for concurrent acquires (<a href="https://redirect.github.com/reactor/reactor-netty/issues/4051">#4051</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/2d112f3a11513d583b177df37cece5f800c14223"><code>2d112f3</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-netty/issues/4092">#4092</a> into 1.3.3</li> <li><a href="https://github.com/reactor/reactor-netty/commit/335cf538111e7ac64eff2b3db29ff011f4f0ccb6"><code>335cf53</code></a> Depend on Netty v4.1.131.Final (<a href="https://redirect.github.com/reactor/reactor-netty/issues/4092">#4092</a>)</li> <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-netty/compare/v1.3.1...v1.3.3">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.1&new-version=1.3.3)](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.