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.1 #28

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

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
  • 133401e Merge 1.0.x into master
  • a1996a1 migrates to Sonotype releasing and adds Github Packages for snapshoting
  • f521a6a polishes logging and refactor Client/ServerRSocketSession. adds tests. Improv...
  • de60762 adds RequestResponseMono's stress tests
  • 0e27df0 adds *FireAndForgetMono's stress tests
  • 3c0f788 Merge 1.0.x into master
  • b8c7c2e ensures no modifications during iteration
  • 7e8b785 increase tests logging verbosity and fork every testclass on a new JVM
  • a6f9547 improves LocalDuplexConnection (#onClose notification + ByteBufs releases)
  • 0283373 reworks and improves Resumability impl
  • Additional commits viewable in compare view

Updates rsocket-transport-netty from 1.1.0 to 1.1.1

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
  • 133401e Merge 1.0.x into master
  • a1996a1 migrates to Sonotype releasing and adds Github Packages for snapshoting
  • f521a6a polishes logging and refactor Client/ServerRSocketSession. adds tests. Improv...
  • de60762 adds RequestResponseMono's stress tests
  • 0e27df0 adds *FireAndForgetMono's stress tests
  • 3c0f788 Merge 1.0.x into master
  • b8c7c2e ensures no modifications during iteration
  • 7e8b785 increase tests logging verbosity and fork every testclass on a new JVM
  • a6f9547 improves LocalDuplexConnection (#onClose notification + ByteBufs releases)
  • 0283373 reworks and improves Resumability impl
  • 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.1.

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

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

---
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 Jun 10, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2022

Superseded by #61.

@dependabot dependabot bot closed this Mar 28, 2022
@dependabot dependabot bot deleted the dependabot/maven/rsocket.version-1.1.1 branch March 28, 2022 23:10
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