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.6 to 1.0.7 #160

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2021

Bumps reactor-netty from 1.0.6 to 1.0.7.

Release notes

Sourced from reactor-netty's releases.

v1.0.7

Reactor Netty 1.0.7 is part of 2020.0.7 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.6, see release notes. (9b1da8332fb8cae4cc4518beb5b794ab745146e9)
  • Add support for sorting HttpServer's routes. (#594, #1579, #1580)
  • Add a new API for disposing in background the inactive connection pools. (#1556, #1619)
  • Reactor Netty client will try to establish a connection again if the first resolved IP address is not accessible and there is another resolved IP address. Reactor Netty does not resolve all addresses by default, in order to enable that NameResolverProvider.NameResolverSpec#completeOncePreferredResolved should be disabled (this is not applicable when resolving from hosts file). (#1568, #1582, #1600)

🪲 Bug fixes

  • Ensure the proper placement in the pipeline for AccessLogHandler when HTTP server supports both HTTP/1.1 and HTTP/2 clear text. (#1610, #1611)
  • HTTP client: When the upgrade from HTTP/1.1 to HTTP/2 clear text is successful remove ResponseTimeoutHandler. Ensure ResponseTimeoutHandler is added to the upgrade stream. (#1609, #1612)
  • When Connection reset by peer is observed, mark the connection as non-persistent, do not wait for the channel close event to invalidate the connection. (#1622, #1625, a5b120e0451a793f31b4fdd910ae068f52dae8b7)
  • Do not retry the request when the headers/body were sent. (#1622, #1626, fb9d6837ed5d7d858379a2269b1e7d0f739814d6)
  • Print in the logs SSLEngine instance in use. (#1623)

📖 Documentation, Tests and Build

  • Documentation:
    • Update ResponseReceiver.response() javadoc. (#1607, #1608)
    • Rephrase HttpClient#responseTimeout javadoc. (#1620)
    • Update HttpClient#secure javadoc. (#1624)
  • netty-handler-proxy runtime dependency is needed for examples module for proxy samples. (#1597)
  • Renaming default branch to main, update CI. (#1602, e94503afde73440b5c1729cf3b86dc58c8e225e0, 49f5bf3bf107c840edf2632e3bf1952eb20cff98)
  • Move Http2Tests#testConcurrentStreams* to HttpProtocolsTests. (#1613)
  • Do not enable mavenLocal() when running on GitHub Action. (79b3541dd5cbc31d30ac198edca438bc6bd8391e)
  • [test] Relax the test check. (#1615)
  • [build] Move the tagging step to the end when publishing release/milestone. (c7e66dbadb2248045b72951a5cda21942525a3db)
  • Update build/test dependencies versions:
    • io.spring.nohttp to version 0.0.7. (#1599, #1616)
    • jackson-databind to version 2.12.3. (#1601)
    • awaitility to version 4.1.0. (#1627)

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

@​ctlove0523, @​hisener

Commits
  • 9b1da83 [release] Prepare and release 1.0.7
  • 77f08dc Merge-ignore release 0.9.20 into main
  • 374e61e [release] Back to snapshots, next is 0.9.21.BUILD-SNAPSHOT
  • 0946f22 [release] Prepare and release 0.9.20.RELEASE
  • c7e66db Merge 3761f8d into 1.0.7
  • 9f86426 [build] Move the tagging step to the end
  • afda6e0 Bump awaitility from 4.0.3 to 4.1.0 (#1627)
  • 99db3d6 Polish
  • fb9d683 Merge #1626 into 1.0.7
  • b79dd4e Do not retry the request when the headers/body were sent. (#1626)
  • 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.6 to 1.0.7.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.0.6...v1.0.7)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 12, 2021
@sokomishalov sokomishalov merged commit 2643541 into master May 12, 2021
@dependabot dependabot bot deleted the dependabot/maven/io.projectreactor.netty-reactor-netty-1.0.7 branch May 12, 2021 07:48
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