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

Update dependency io.projectreactor.netty:reactor-netty to v1 #27

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.projectreactor.netty:reactor-netty 0.9.12.RELEASE -> 1.1.22 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

reactor/reactor-netty (io.projectreactor.netty:reactor-netty)

v1.1.22

Compare Source

Reactor Netty 1.1.22 is part of 2022.0.22 and 2023.0.9 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-netty@v1.1.21...v1.1.22

v1.1.21

Compare Source

Reactor Netty 1.1.21 is part of 2022.0.21 and 2023.0.8 Release Train.

What's Changed
✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-netty@v1.1.20...v1.1.21

v1.1.20

Compare Source

Reactor Netty 1.1.20 is part of 2022.0.20 and 2023.0.7 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
  • When HttpOperations#afterMarkSentHeaders throws an error in HttpOperations#sendObject, ensure the ByteBuf is released just once by @​violetagg in #​3246
  • Fix HTTP/2 pool recordPendingSuccess/FailureAndLatency not recorded without timeout by @​violetagg in #​3252
  • Ensure HttpClient#reactorNettyVersion() does not throw NullPointException when loaded through -javaagent under JDK 1.8 by @​KyoUK4n in #​3266
📖 Documentation
  • Extend the documentation for the shared (default) ConnectionProvider and Event Loop Group by @​violetagg in #​3281

New Contributors

Full Changelog: reactor/reactor-netty@v1.1.19...v1.1.20

v1.1.19

Compare Source

Reactor Netty 1.1.19 is part of 2022.0.19 and 2023.0.6 Release Train.

What's Changed

⚠️ Update considerations and deprecations
✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-netty@v1.1.18...v1.1.19

v1.1.18

Compare Source

Reactor Netty 1.1.18 is part of 2022.0.18 Release Train and 2023.0.5 Release Train.

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

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation

Full Changelog: reactor/reactor-netty@v1.1.17...v1.1.18

v1.1.17

Compare Source

Reactor Netty 1.1.17 is part of 2022.0.17 Release Train and 2023.0.4 Release Train.

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

What's Changed
✨ New features and improvements
🐞 Bug fixes
  • Ensure remoteAddress metrics tag is always the real remote address regardless whether there is proxy by @​violetagg in #​3074
  • When metrics are enabled and responseTimeout is configured, ensure the correct order for ChannelHandlers by @​violetagg in #​3090
📖 Documentation

Full Changelog: reactor/reactor-netty@v1.1.16...v1.1.17

v1.1.16

Compare Source

Reactor Netty 1.1.16 is part of 2022.0.16 Release Train and 2023.0.3 Release Train.

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

What's Changed

⚠️ Update considerations and deprecations
  • Ensure cookies can be added by BiConsumer provided with HttpClient#followRedirect by @​violetagg in #​3039
✨ New features and improvements
🐞 Bug fixes
  • Ensure ChannelHandlerContext.isRemoved is called only when in event loop by @​violetagg in #​3031
  • Ensure websocket compression is enabled when server is configured with HttpProtocol.H2C and HttpProtocol.HTTP1.1 by @​violetagg in #​3037
📖 Documentation, Tests and Build
🆙 Build/Test Dependency Upgrades

Full Changelog: reactor/reactor-netty@v1.1.15...v1.1.16

v1.1.15

Compare Source

Reactor Netty 1.1.15 is part of 2022.0.15 Release Train and 2023.0.2 Release Train.

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

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Build/Test Dependency Upgrades

Full Changelog: reactor/reactor-netty@v1.1.14...v1.1.15

v1.1.14

Compare Source

Reactor Netty 1.1.14 is part of 2022.0.14 Release Train and 2023.0.1 Release Train.

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

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Build/Test Dependency Upgrades

Full Changelog: reactor/reactor-netty@v1.1.13...v1.1.14

v1.1.13

Compare Source

Reactor Netty 1.1.13 is part of 2022.0.13 Release Train and 2023.0.0 Release Train.

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

What's Changed

✨ New features and improvements
🐞 Bug fixes
  • Ensure metrics are unregistered when inactive connection pool is disposed by @​violetagg in #​2932
  • Ensure HttpServer metrics connections.total/active are correct when multiple local addresses by @​violetagg in #​2953
  • Ensure the real connection local address without any proxy information is used for HttpServer connections.active metrics by @​violetagg in #​2954
  • Ensure HttpServer connections.total metric is correct when connection close happens before connection open by @​violetagg in #​2958
📖 Documentation, Tests and Build
🆙 Build/Test Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-netty@v1.1.12...v1.1.13

v1.1.12

Compare Source

Reactor Netty 1.1.12 is part of 2022.0.12 Release Train.

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

What's Changed

✨ New features and improvements
🐞 Bug fixes
  • Request for read interest when channel is unwritable while HttpClient.send(Mono) is used by @​pderop in #​2864, #​2902, #​2903
  • Ensure HttpClient#mapConnect() / #doOnRequestError() are called when HttpClient#headersWhen() is used by @​violetagg in #​2912
  • Ensure Expect header is handled correctly with HTTP/2 by @​violetagg in #​2916
  • Ensure connection closed when non 200 status for request with Expect header and incoming data not completed by @​violetagg in #​2919
📖 Documentation, Tests and Build
🆙 Build/Test Dependency Upgrades

Full Changelog: reactor/reactor-netty@v1.1.11...v1.1.12

v1.1.11

Compare Source

Reactor Netty 1.1.11 is part of 2022.0.11 Release Train.

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

What's Changed
✨ New features and improvements
📖 Documentation, Tests and Build
🆙 Build/Test Dependency Upgrades
New Contributors

Full Changelog: reactor/reactor-netty@v1.1.10...v1.1.11

v1.1.10

Compare Source

Reactor Netty 1.1.10 is part of 2022.0.10 Release Train.

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

What's Changed
✨ New features and improvements
🆙 Build/Test Dependency Upgrades

Full Changelog: reactor/reactor-netty@v1.1.9...v1.1.10

v1.1.9

Compare Source

Reactor Netty 1.1.9 is part of 2022.0.9 Release Train.

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

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Build/Test Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-netty@v1.1.8...v1.1.9

v1.1.8

Compare Source

Reactor Netty 1.1.8 is part of 2022.0.8 Release Train.

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

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Build/Test Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-netty@v1.1.7...v1.1.8

v1.1.7

Compare Source

Reactor Netty 1.1.7 is part of 2022.0.7 Release Train.

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

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Build/Test Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-netty@v1.1.6...v1.1.7

v1.1.6

Compare Source

Reactor Netty 1.1.6 is part of 2022.0.6 Release Train.

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

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-netty@v1.1.5...v1.1.6

v1.1.5

Compare Source

If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 9d04d8e to 8d3d635 Compare November 11, 2020 10:35
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 8d3d635 to ff0dde5 Compare December 7, 2020 20:49
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from ff0dde5 to b6e3277 Compare January 24, 2021 11:53
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from b6e3277 to 77cc784 Compare April 26, 2021 14:57
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 77cc784 to 03382d7 Compare May 15, 2021 20:15
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 03382d7 to af54a6c Compare October 20, 2021 06:42
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from af54a6c to 10fd7b3 Compare March 7, 2022 14:19
@viezly
Copy link

viezly bot commented Mar 7, 2022

Pull request by bot. No need to analyze

@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 10fd7b3 to 386f93c Compare March 26, 2022 15:39
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 386f93c to 96957fc Compare April 24, 2022 22:59
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 96957fc to 1c2bf62 Compare May 15, 2022 18:28
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 1c2bf62 to 91cf55b Compare June 18, 2022 13:22
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 91cf55b to da35050 Compare July 12, 2022 11:23
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from da35050 to 2b5cda5 Compare August 9, 2022 12:56
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 2b5cda5 to b381bcb Compare September 25, 2022 15:21
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from b381bcb to 630ce4b Compare November 20, 2022 10:07
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 630ce4b to 0571eca Compare March 27, 2023 18:03
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 0571eca to 9186359 Compare April 17, 2023 13:07
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 9186359 to 76b82b0 Compare May 28, 2023 09:15
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 76b82b0 to 07f5eeb Compare June 13, 2023 20:30
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 07f5eeb to f5ffa67 Compare July 11, 2023 17:16
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from f5ffa67 to 3a80765 Compare August 15, 2023 14:06
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 3a80765 to 0328881 Compare September 12, 2023 13:45
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 0328881 to 566e09c Compare October 10, 2023 22:49
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 566e09c to 25f332e Compare November 14, 2023 13:52
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 25f332e to 943f40c Compare December 12, 2023 09:55
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 943f40c to 82e7efe Compare January 9, 2024 17:19
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch 2 times, most recently from 085a9bb to 81019ad Compare March 12, 2024 15:23
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 81019ad to 100f6dd Compare April 9, 2024 14:35
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 100f6dd to 3e55dc1 Compare May 14, 2024 10:34
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 3e55dc1 to 0fc9105 Compare June 12, 2024 00:38
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 0fc9105 to 33af51a Compare July 9, 2024 10:45
@renovate renovate bot force-pushed the renovate/major-reactor-netty.version branch from 33af51a to 73ab1b6 Compare August 13, 2024 12:51
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

🚮 Removed packages: maven/io.projectreactor.netty/[email protected]

View full report↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants