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 rsocket.version from 1.1.0 to 1.1.2 #61

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2022

Bumps rsocket.version from 1.1.0 to 1.1.2.
Updates rsocket-core from 1.1.0 to 1.1.2

Release notes

Sourced from rsocket-core's releases.

1.1.1 Release

⭐ New Features

  • Improve Lease API #877
  • Refactor InMemoryResumableFramesStore and improve test coverage #1014
  • JCStress tests for the Requester and Responder operators #999
  • Add per-stream MimeType extension codecs #998
  • "Automatic-Module-Name" for each module #1007

🪲 Bug Fixes

  • Remove failed loadbalance targets from the active list #982
  • Local and remote resume state disagreement #973
  • Fix memory Leak related to keepAlive and resume, unreleased buffers #1009
  • Fix memory leak and add test for live lock on queue.poll() #989
  • Add null-safe iteration of active streams #1004
  • NullPointerException on connection disposal #914

📔 Documentation

  • Update Javadoc for load-balancing #1000

🔨 Other

  • Fully migrate tests to JUnit 5 #1016
  • Replace use of deprecated MonoProcessor API #1003
  • Replace use of deprecated Processor APIs #957
  • Fix LoadbalanceTest issues #983
  • Updates sample code in RSocketConnector Javadoc #977
  • Upgrade to Reactor 2020.0.4 #981

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • 571af15 eliminates dropped error
  • 9a504a8 fixes block() in MetadataPushRequesterMono/FnfRequesterMono (#1044)
  • 80a05f8 adds jdk 17 instead of 16 in build matrix
  • d8cccbe adds routing example with TaggingMetadata and CompositeMetadata (#1021)
  • bf0c608 migrates from deprecated api, updates dependencies
  • 37fc68c removes hamcrest from test dependencies
  • 21852ca fixes test
  • 4fba9d4 adds tests for WeightedLoadbalanceStrategy
  • 16fdb87 eliminate boxing in RequesterResponderSupport when using IntObjectMap (#1029)
  • 1927bf4 bumps libs versions and provides few UnboundedProcessor fixes (#1028)
  • Additional commits viewable in compare view

Updates rsocket-transport-netty from 1.1.0 to 1.1.2

Release notes

Sourced from rsocket-transport-netty's releases.

1.1.1 Release

⭐ New Features

  • Improve Lease API #877
  • Refactor InMemoryResumableFramesStore and improve test coverage #1014
  • JCStress tests for the Requester and Responder operators #999
  • Add per-stream MimeType extension codecs #998
  • "Automatic-Module-Name" for each module #1007

🪲 Bug Fixes

  • Remove failed loadbalance targets from the active list #982
  • Local and remote resume state disagreement #973
  • Fix memory Leak related to keepAlive and resume, unreleased buffers #1009
  • Fix memory leak and add test for live lock on queue.poll() #989
  • Add null-safe iteration of active streams #1004
  • NullPointerException on connection disposal #914

📔 Documentation

  • Update Javadoc for load-balancing #1000

🔨 Other

  • Fully migrate tests to JUnit 5 #1016
  • Replace use of deprecated MonoProcessor API #1003
  • Replace use of deprecated Processor APIs #957
  • Fix LoadbalanceTest issues #983
  • Updates sample code in RSocketConnector Javadoc #977
  • Upgrade to Reactor 2020.0.4 #981

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • 571af15 eliminates dropped error
  • 9a504a8 fixes block() in MetadataPushRequesterMono/FnfRequesterMono (#1044)
  • 80a05f8 adds jdk 17 instead of 16 in build matrix
  • d8cccbe adds routing example with TaggingMetadata and CompositeMetadata (#1021)
  • bf0c608 migrates from deprecated api, updates dependencies
  • 37fc68c removes hamcrest from test dependencies
  • 21852ca fixes test
  • 4fba9d4 adds tests for WeightedLoadbalanceStrategy
  • 16fdb87 eliminate boxing in RequesterResponderSupport when using IntObjectMap (#1029)
  • 1927bf4 bumps libs versions and provides few UnboundedProcessor fixes (#1028)
  • Additional commits viewable in compare view

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 `rsocket.version` from 1.1.0 to 1.1.2.

Updates `rsocket-core` from 1.1.0 to 1.1.2
- [Release notes](https://github.com/rsocket/rsocket-java/releases)
- [Commits](rsocket/rsocket-java@1.1.0...1.1.2)

Updates `rsocket-transport-netty` from 1.1.0 to 1.1.2
- [Release notes](https://github.com/rsocket/rsocket-java/releases)
- [Commits](rsocket/rsocket-java@1.1.0...1.1.2)

---
updated-dependencies:
- dependency-name: io.rsocket:rsocket-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.rsocket:rsocket-transport-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 28, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 14, 2022

Superseded by #79.

@dependabot dependabot bot closed this Sep 14, 2022
@dependabot dependabot bot deleted the dependabot/maven/rsocket.version-1.1.2 branch September 14, 2022 23:11
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