Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2022

Bumps reactor-netty from 1.0.14 to 1.0.20.

Release notes

Sourced from reactor-netty's releases.

v1.0.20

Reactor Netty 1.0.20 is part of 2020.0.20 Release Train.

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

What's Changed

✨ New features and improvements

  • Depend on Reactor Core v3.4.19 by @​OlegDokuka in dac8271c32f02d1355818337d8ec9895590b7c62, see release notes.
  • Depend on netty-incubator-transport-native-io_uring 0.0.14.Final by @​dependabot in #2186
  • Depend on Netty QUIC Codec v0.0.27.Final by @​violetagg in #2189
  • Allow to configure connection pool aquire timers by @​pderop in #2175
  • Support 303 redirect by @​AlexejTimonin in #2184
  • Introduce HTTP2AllocationStrategy for specifying minConnections and maxConcurrentStreams by @​violetagg in #2257
    • Usage:
    ConnectionProvider.builder("testMinConnections")
    		  .allocationStrategy(Http2AllocationStrategy.builder().maxConcurrentStreams(100).minConnections(5).build())
    		  .build();
    

🐞 Bug fixes

  • Ensure DefaultHttpDataFactory.requestFileDeleteMap's items are cleaned on terminate by @​violetagg in #2201
  • HTTP/2 connection pool by @​violetagg in #2257:
    • Http2Pool handles the lifecycle of the cache with connections
    • Add maxIdleTime to Http2Pool
    • Add evictInBackground to Http2Pool
  • Add scheduled flush for HttpClient when protocol is HTTP/2 by @​violetagg in #2257
  • Http2StreamChannelBootstrap is made one per connection by @​violetagg in #2257
  • Ensure a custom factory can be used with HttpClient#sendForm by @​violetagg in #2265

📖 Documentation, Tests and Build

🆙 Dependency Upgrades

... (truncated)

Commits
  • dac8271 [release] Prepare and release 1.0.20
  • 19e2802 Update to netty-tcnative-boringssl-static v2.0.53.Final (#2295)
  • 6f3bf9a Bump com.diffplug.spotless from 6.7.0 to 6.7.2 (#2294)
  • 343eb01 Bump tomcat-embed-core from 9.0.63 to 9.0.64 (#2274)
  • d5d0e97 Allow to configure connection pool aquire timers (#2175)
  • 6530f76 Introduce HTTP2AllocationStrategy for specifying minConnections and maxConcur...
  • adb991d Add scheduled flush for HTTP/2 (#2257)
  • 14b2bfc Http2StreamChannelBootstrap can be shared (#2257)
  • dae5de8 Add evictInBackground to Http2Pool (#2257)
  • d9ae62c Add maxIdleTime to Http2Pool (#2257)
  • 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.14 to 1.0.20.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.0.14...v1.0.20)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 14, 2022

Dependabot tried to add @cmgrote as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/IBM/watson-data-api-clients/pulls/200/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the IBM/watson-data-api-clients repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 14, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 12, 2022

Superseded by #206.

@dependabot dependabot bot closed this Jul 12, 2022
@dependabot dependabot bot deleted the dependabot/maven/java/io.projectreactor.netty-reactor-netty-1.0.20 branch July 12, 2022 18:04
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