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.2 to 1.0.3 #114

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps reactor-netty from 1.0.2 to 1.0.3.

Release notes

Sourced from reactor-netty's releases.

v1.0.3

Reactor Netty 1.0.3 is part of 2020.0.3 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.2, see release notes. (dba527e316c655b92c750e89536ecffe6fd333db)
  • Depend on Netty v4.1.56.Final. (#1412, d1513ef746abad0cda684e34e2a139c09bab2e3b, f6f047fc617ff6e9ccb51ac2b8f1d62bc4c33a1b)
  • 🎉 Add support for the native io_uring based transport. (#1419) More information about native io_uring based transport. Enablement of the io_uring support: If the conditions below are met then io_uring will be prefered instead of epoll.
  • Add warmup functionality for the servers/clients. (#560, #1023, #1425, #1426, #1455) The warmup:
    • initialises the event loop groups
    • initialises the host name resolver
    • loads the necessary native libraries for the transport
    • loads native libraries for the security if security is enabled
  • HttpServer access log
    • Add API for filtering the access log records. (#1417, #1421)
    • Add API for enabling and configuring the access log programatically. (#1428, #1438, #1456, 7026443be47739d647b93d7f2b68c681e8752608)
    • Add examples for enabling and configuring the access log to the reference documentation. (#1452)
  • Add API for configuring the WebSocket version of HttpClient. (#1418, #1432)
  • When running on MacOS, the host name resolver will use MacOSDnsServerAddressStreamProvider. (#1435, 5f0fb4af566f2d4bfdf72af705c8e55acff3d46b, 9c67c090091a54288ba0fda47397ddcbf00d7860)
  • Add system properties for enabling Reactor Pool's SamplingAllocationStrategy. (#1454, reactor/reactor-pool#113)
    • reactor.netty.pool.getPermitsSamplingRate
    • reactor.netty.pool.returnPermitsSamplingRate.

🪲 Bug fixes

  • Ensure WebSocketCloseStatus.ABNORMAL_CLOSURE is emitted when connection is closed abnormally. (#1406, #1416)
  • Ensure the default loop resources are not created when custom loop resources are passed with runOn. (#1423, #1424)
  • HttpServer: When in UDS scenario, the scheme is determined by SslHandler availability in the pipeline. (#1434, #1436)
  • HttpClient: Throw WebSocketClientHandshakeException when connection is closed before handshake is completed instead of silently terminating the channel. (#1445, #1448)
  • Shutdown immediately the extra event loop groups created when initialising DefaultLoopResources. (#1453)
  • Add channel information to the log. (42f640c4cc7ba01a713e308ceffcc55c506989af)

📖 Documentation, Tests and Build

  • Tomcat 10 should be skipped by dependabot. (47d6e73bd8e62905563e08d14f63feb1a9a983c9, 8f20f295e17886bc4e7d78dae0f1b642561091cd)
  • CodeQL workflow: git checkout HEAD^2 is no longer necessary. (54ca3bfddff513be1e002003287c39b751166415)
  • Japicmp: Use jcenter instead of repo.spring.io/libs-release for downloading the baseline. (fbcfcbe5b3e9ac951f2ce82aa979132436939b6b)
  • Enable BlockHound in tests. (#750, #1427)
  • Remove mocked appender from root logger after each test in ReactorNettyLoggingHandlerTest. (#1422, #1429)
  • With JUnit5 no need to keep tests with public visibility. (09011503d7b44f528aaa03264ba9dcb8e915ddd1, 45df700d38f7141237293afd3c62888e7a56ea65)
  • Move test to reactor-netty-core. (dcca2c8847a17b157db945bc739307dd83a1093c)
  • Extract BaseHttpTest. (#1439)
  • Reference documentation
    • Add DNS resolver examples to the reference documentation. (#1431, #1437)
Commits
  • b314a77 [artifactory-release] Release version 1.0.3
  • dba527e Prepare release 1.0.3
  • 41dbf94 Merge-ignore release 0.9.16.RELEASE into master
  • 0213864 Back to core/pool snapshots
  • a315548 [artifactory-release] Next development version 0.9.17.BUILD-SNAPSHOT
  • 5a35e47 [artifactory-release] Release version 0.9.16.RELEASE
  • a8ca595 Prepare release 0.9.16.RELEASE
  • 7026443 [tests] Consume the response body
  • 3810e8c Add warmup functionality for the servers/clients (#1455)
  • 639349a Merge branch '0.9.x'
  • 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)
  • @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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [reactor-netty](https://github.com/reactor/reactor-netty) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.0.2...v1.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 12, 2021
@sokomishalov sokomishalov merged commit 2dbe1cf into master Jan 17, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/io.projectreactor.netty-reactor-netty-1.0.3 branch January 17, 2021 12:34
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