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 0.8.9.RELEASE to 0.8.12.RELEASE #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2019

Bumps reactor-netty from 0.8.9.RELEASE to 0.8.12.RELEASE.

Release notes

Sourced from reactor-netty's releases.

v0.8.12.RELEASE

This is the 13th release of Reactor Netty 0.8, part of Californium-SR12 Release Train.

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

✨ New features and improvements

  • Proxy protocol support
    • Add proxy protocol auto detect feature (#855)
    • Deprecated HttpServer#proxyProtocol(boolean) (#855)
    • Cache remoteAddress in HttpTrafficHandler/Http2StreamBridgeHandler (#853)
    • HAProxyMessage should be released to avoid memory leak (#853)

🪲 Bug fixes

  • HttpClient fails with SSL after redirect (#843, #845)
  • Detect whether secure or not when the first http request comes in order to support SniHandler added by the user (#841)
  • Avoid calling Pool#close() which will block reactor thread (#848)
  • Avoid redundant regex compile (#858)

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

@​aftersss, @​Liyixin95

v0.8.11.RELEASE

This is the 12th release of Reactor Netty 0.8, part of Californium-SR11 Release Train.

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

✨ New features and improvements

  • Depending on Reactor Core v3.2.12.RELEASE, see release notes (98443cbc0bb9d0486052a2963f8ab2d4c3b57b82)
  • Depending on Netty 4.1.39.Final (#793, db90c6d291b4f61a1d55a4ad5c14266a53149471)
  • Deprecate FutureMono#deferFutureWithContext (#799)
  • Do not force NIO transport if JdkSslContext detected (#803, 9a74a016ac7e649ee07ebd47a7824a83ec93774f)

🪲 Bug fixes

  • PrematureCloseException should not be used as a singleton (#802, 4d65dc31672d0184f731c6599409875dae06cc51)
  • Ensure there is no proxy LoggingHandler when wiretap is off (#804, #805)
  • Safely call removeListener on MonoSendMany terminal signal (#807, #808)
  • Abort the send operation if the channel is not active (#821, #823)
  • When invoking SendManyInner#unvoid, propagate the success/failure from the new promise to SendManyInner (#820, #824)
  • Close the connection: (#825, #826)
    • when the compression predicate throws RuntimeException
    • when the follow redirect predicate throws RuntimeException
    • when ByteBuf#release fails in FluxReceive#drainReceiver

📖 Documentation, Tests and Build

  • Do not run docsZip/asciidoc with install on local builds (60a5fc0cbfa89cfd9ecb1422153de689fa324eb9)
  • Fix javadoc of HttpClient#followRedirect (#816, #817)

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

@​nictas

... (truncated)
Commits
  • 281bde8 [artifactory-release] Release version 0.8.12.RELEASE
  • e3ef68c Prepare for release
  • 3555eb0 avoid redundant regex compile
  • 2154391 Polish
  • 1ca560d Add proxy protocol auto detect feature. (#855)
  • 4a6badb Polish
  • 553e4dd Cache remoteAddress in HttpTrafficHandler/Http2StreamBridgeHandler
  • abe356f Keep REMOTE_ADDRESS_FROM_PROXY_PROTOCOL in channel attribute to avoid missing...
  • 1063e70 HAProxyMessage should be released to avoid memory leak.
  • c35f28c Avoid calling Pool.close() which will block reactor thread.
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [reactor-netty](https://github.com/reactor/reactor-netty) from 0.8.9.RELEASE to 0.8.12.RELEASE.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v0.8.9.RELEASE...v0.8.12.RELEASE)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2019
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.

0 participants