Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump reactor-netty from 1.0.11 to 1.0.12 #212

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2021

Bumps reactor-netty from 1.0.11 to 1.0.12.

Release notes

Sourced from reactor-netty's releases.

v1.0.12

Reactor Netty 1.0.12 is part of 2020.0.12 Release Train.

This is a recommended update for all Reactor Netty 1.0.x users.

✨ New features and improvements

  • Depend on Reactor Core v3.4.11, see release notes. (a4ec7de39f38d2556ef228ed790abbcc3d1a2516)

  • Depend on Netty v4.1.69.Final. (5aa7c3601af2f3d977e1580831ba3a4b9ee70c2f)

  • 🎉 Add support for Netty QUIC Codec (#1463, #1796, #1830) More information about Netty QUIC Codec. Enablement of the Netty QUIC Codec support: Netty QUIC Codec provides artifacts for different OS. Check which one you need and use the corresponding dependency - https://github.com/netty/netty-incubator-codec-quic#how-to-include-the-dependency The new experimental Netty QUIC Codec is still in incubation because of that Reactor Netty's support is also marked as in incubation. The new module is published with the following coordinates:

    • groupId: io.projectreactor.netty.incubator
    • artifactId: reactor-netty-incubator-quic
    • version: 0.0.1

    See README.md for a simple example how this new module can be used.

  • Add API for configuring a custom HostsFileEntriesResolver. (#1822, #1831)

  • Support sending trailer headers on the server and receiving such on the client (#1837, #1841)

  • Support graceful shutdown for the ConnectionProvider. (#1842)

🐞 Bug fixes

  • When calculating the pool hash take into account LoggingHandler configuration. (#1809, #1816)
  • Fix SYNC fusion message draining. (#1817, #1821)
  • Remove id: from the logs when presenting the channel id. (#1826)
  • Revert "Obtain the pool owner just before the invalidate invocation (#1807)". (#1813, 2a61df446836c72f4558507e1216c1674ddd1a81)
  • Revert "Ensure HTTP/2 pool owner is taken from the connection and not from the stream (#1799)". (#1813, ea43ac21fe2ca0476ac61c5005afdbce36eeba53)
  • ByteBufAllocatorMetrics/MicrometerPooledConnectionProviderMeterRegistrar register metrics only when Micrometer is in the classpath. (#1847, #1848)

📖 Documentation, Tests and Build

  • Emission stuck test case. (#1817)
  • Parameterise MonoSendManyTest in order to test flush on each. (12aa762c3b84fa97161a044f75befb566efc1d8c)
  • [documentation] Add an example with ExtendedSocketOptions.TCP_KEEP* options for NIO transport. These socket options are available with Java 11. (#1823)
  • Update build/test dependencies versions:
    • me.champeau.gradle.japicmp to version 0.3.0. (#1810)
    • assertj-core to version 3.21.0. (#1812)
    • junit to version 5.8.1. (#1819)
    • junit-platform-launcher to version 1.8.1. (#1820)
    • jackson-databind to version 2.13.0. (#1832)
    • build-info-extractor-gradle to version 4.24.20. (#1834)
    • com.diffplug.spotless to version 5.16.0. (#1835)
    • Apache Tomcat to version 9.0.54. (#1836)
    • biz.aQute.bnd.builder to version 6.0.0. (#1839)
    • netty-tcnative-boringssl-static to version 2.0.44.Final. (f43e7c1c7641b849294cc9354e72718bb921cc99)
    • mockito-core to version 4.0.0. (#1845)

👍 Thanks to the following contributors that also participated to this release

@​matyasberry

Commits
  • a4ec7de [release] Prepare and release 1.0.12
  • 6fdb470 Merge-ignore release 0.9.24 into main
  • a0bbf2c [release] Back to snapshots, next is 0.9.25.BUILD-SNAPSHOT
  • efa3cbf [release] Prepare and release 0.9.24.RELEASE
  • 5aa7c36 Merge 630d6e4 into 1.0.12
  • 630d6e4 Update to Netty v4.1.69.Final
  • 6dcc3d6 ByteBufAllocatorMetrics register metrics only when Micrometer is in the class...
  • a5c4cea Add support for Netty QUIC Codec (#1796)
  • 0dae8d0 Bump mockito-core from 3.12.4 to 4.0.0 (#1845)
  • ea43ac2 Revert "Ensure HTTP/2 pool owner is taken from the connection and not from th...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [reactor-netty](https://github.com/reactor/reactor-netty) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.0.11...v1.0.12)

---
updated-dependencies:
- dependency-name: io.projectreactor.netty:reactor-netty
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 13, 2021
@sokomishalov sokomishalov merged commit 9151f0d into master Oct 13, 2021
@sokomishalov sokomishalov deleted the dependabot/maven/io.projectreactor.netty-reactor-netty-1.0.12 branch October 13, 2021 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant