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.7 to 1.0.8 #171

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2021

Bumps reactor-netty from 1.0.7 to 1.0.8.

Release notes

Sourced from reactor-netty's releases.

v1.0.8

Reactor Netty 1.0.8 is part of 2020.0.8 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.7, see release notes. (12f98ea18f1d0bff0a57f2945864f5d429288f02)
  • Depend on Netty v4.1.65.Final. (95ee002d6cd706e2cd27bcf986467a5c14d2eb80)
  • Add ClientTransport#proxyWithSystemProperties() to configure proxy from system properties. (#887, #1661)
  • Expose new abstract classes so that the custom metrics recorder can access the ContextView associated with the Mono/Flux: (#1628, #1646)
    • ContextAwareChannelMetricsRecorder
    • ContextAwareHttpClientMetricsRecorder
    • ContextAwareHttpServerMetricsRecorder
  • Add HttpDecoderSpec#allowDuplicateContentLengths(boolean)
    • API for configuring whether or not to allow duplicate Content-Length headers with the same value. By default this is not allowed and such messages are rejected. When this is configured to allow duplicate Content-Length headers, they have to have the same value, otherwise such messages are rejected. The duplicated Content-Length headers are replaced with a single valid Content-Length header. (#1636, #1638)
  • Add system property reactor.netty.http.server.forwarded.strictValidation for disabling strict Forwarded header validation. (#1637, #1640)
  • Add HttpServerInfos#allCookies() for obtaining all cookies with one and the same name. (#1641, #1662)

🪲 Bug fixes

  • Ensure the connection is closed when websocket handshake fails. (#1635)
  • Common log format must contain only the IP address of the client (remote host) which made the request to the server. Response duration must be without ms. (#1642)
  • Ensure TraceContext is available when executing the flush operation. (#1649)
  • OSGi metadata: reactor.netty.internal is no longer excluded from Export-Package. (#1650, #1651)
  • Ensure Connection#addHandlerLast adds the handler before the first Reactor Netty RIGHT handler. (#1652)
  • Ensure custom AddressResolverGroup is preserved when changing LoopResources and there is no NameResolverProvider. (#1655, #1659)
  • When a handler is added to the pipeline with Connection#addHandler on doOnChannelInit callback, it must stay until channel close. (#1656)
  • Fix StringIndexOutOfBoundsException when using directory route. (#1665, #1666)
  • Ensure bind() exception message is handled correctly when using native transport and OS LANGUAGE is not EN. (#1668, #1670)

📖 Documentation, Tests and Build

  • Reference documentation:
    • Add sample for long-living TCP client connection. In this sample, the Connection#outbound and Connection#inbound are used as an alternative of I/O handler. (#59, #532, #1647)
    • Metrics sample: Custom HTTP recorder must implement HttpClientMetricsRecorder/HttpServerMetricsRecorder. (#1643)
    • Extend the connection pool documentation. Add samples for HttpClient. (#1648)
  • Tests:
    • Add test for verifying that handlers added with Connection#addHandler* on doOnConnected callback are available on every request. (#1663)
    • Use non locale specific test conditions. (#1673, #1674)
  • Update build/test dependencies versions:
    • io.spring.nohttp to version 0.0.8. (#1632)
    • junit to version 5.7.2. (#1633)
    • junit-platform-launcher to version 1.7.2. (#1634)
    • gradle to version 6.9. (#1644)
    • Apache Tomcat to version 9.0.48. (#1671)
    • slf4j to version 1.7.31. (#1680)
    • assertj-core to version 3.20.2. (#1681)
    • mockito-core to version 3.11.2. (#1683)
    • artifactory plugin to version 4.24.5. (750667c0d2e7363e1631c94fb78db9686446ecee)

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

@​simondaudin, @​roggenbrot, @​angry-cellophane

Commits
  • 12f98ea [release] Prepare and release 1.0.8
  • 750667c Merge artifactory plugin bump, Merge-ignore release 0.9.21 into main
  • da585f7 [release] Back to snapshots, next is 0.9.22.BUILD-SNAPSHOT
  • 6f66d66 [release] Prepare and release 0.9.21.RELEASE
  • 87d5065 [build] Bump Artifactory plugin to 4.24.5 (maven central)
  • fc17efc Bump mockito-core from 3.11.1 to 3.11.2 (#1683)
  • 625e30c Merge-ignore 9718067 into 1.0.8
  • 9718067 Bump assertj-core from 3.20.1 to 3.20.2
  • ddbf65c Bump assertj-core from 3.20.1 to 3.20.2 (#1681)
  • 7b64d08 Merge-ignore 910e018 into 1.0.8
  • 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.7 to 1.0.8.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.0.7...v1.0.8)

---
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 Jun 23, 2021
@sokomishalov sokomishalov merged commit a004e16 into master Jun 23, 2021
@dependabot dependabot bot deleted the dependabot/maven/io.projectreactor.netty-reactor-netty-1.0.8 branch June 23, 2021 07:44
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