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 io.r2dbc:r2dbc-pool from 0.9.1.RELEASE to 1.0.1.RELEASE #389

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps io.r2dbc:r2dbc-pool from 0.9.1.RELEASE to 1.0.1.RELEASE.

Release notes

Sourced from io.r2dbc:r2dbc-pool's releases.

1.0.1.RELEASE

⭐ New Features

  • Use Schedulers.single() to avoid accidental thread co-location #190

💡 Other

  • Remove unused code and reuse predefined variable #188
  • Upgrade to Reactor 2022.0.9 #193

❤️ Contributors

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

v1.0.0.RELEASE

⭐ New Features

  • Validation timeout should invalidate connection #175

🐞 Bug Fixes

  • Should BACKGROUND_EVICTION_INTERVAL be of type Option #180
  • PoolBuilder.sizeBetween is always executed twice in ConnectionPool.createConnectionPool. #181

💡 Other

  • Upgrade to Project Reactor 2022.0.0 #184

❤️ Contributors

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

v1.0.0.RC1

⭐ New Features

  • Support configuration of minimum idle connections #141
  • Expand CI testing to multiple platforms. #156
  • Connections are reused in LRU order and therefore not idle #166

🐞 Bug Fixes

  • Default maxLifeTime value result in immediate eviction of all connections #129
  • maxCreateConnectionTime may cause connection leak #165

💡 Other

  • use GitHub Actions setup-java v2 #142
  • Upgrade to R2DBC 1.0 #158
  • Upgrade to Reactor 2022.0.0-M1 #159
  • Upgrade to Reactor 2022.0.0-M2 #160
  • Update readme showing proper resource cleanup #161

❤️ Contributors

... (truncated)

Changelog

Sourced from io.r2dbc:r2dbc-pool's changelog.

1.0.1.RELEASE

  • Remove unused code and reuse predefined variable #188
  • Use Schedulers.single() to avoid accidental thread co-location #190
  • Upgrade to Reactor 2022.0.9 #193

1.0.0.RELEASE

  • Validation timeout should invalidate connection #175
  • Should BACKGROUND_EVICTION_INTERVAL be of type Option #180
  • PoolBuilder.sizeBetween is always executed twice in ConnectionPool.createConnectionPool. #181
  • Upgrade to Project Reactor 2022.0.0 #184

1.0.0.RC1

  • Default maxLifeTime value result in immediate eviction of all connections #129
  • Support configuration of minimum idle connections #141
  • use GitHub Actions setup-java v2 #142
  • Expand CI testing to multiple platforms. #156
  • Upgrade to R2DBC 1.0 #158
  • Upgrade to Reactor 2022.0.0-M1 #159
  • Upgrade to Reactor 2022.0.0-M2 #160
  • Update readme showing proper resource cleanup #161
  • maxCreateConnectionTime may cause connection leak #165
  • Connections are reused in LRU order and therefore not idle #166

0.9.0.RELEASE

  • Upgrade dependencies #149

0.9.0.RC1

  • Upgrade to R2DBC 0.9.0.RELEASE #147
  • Upgrade to R2DBC SPI 0.9 RC1 #139
  • Connection not released when request is cancelled #144
  • Connection not released when request is cancelled #140

0.9.0.M2

  • Add support for Lifecycle extension #132
  • Upgrade to SPI 0.9.0.M2 #131
  • Fix indentation of code samples #127
  • Upgrade to Reactor 2020.0.7 #123
  • Update documentation with correct pool construction #121
  • Create new connection generates a lot of garbage #116
  • Add support for background eviction of idle objects #115
  • JMX config is not proper read from PoolingConnectionFactoryProvider options #113

0.9.0.M1

... (truncated)

Commits
  • 63c57fc Release 1.0.1.RELEASE.
  • c460ad5 Update changelog.
  • 45b96ad Upgrade build plugins.
  • 80e1cd6 Upgrade to Reactor 2022.0.9.
  • 8dd0207 Remove unused code and reuse predefined variable.
  • a2f5ade Polishing.
  • c390d53 Use single-threaded Scheduler to subscribe to allocator.
  • 2139771 Enable GH actions for 1.0.x branch.
  • 471d07f Prepare next development iteration.
  • 132d522 Release 1.0.0.RELEASE.
  • 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 [io.r2dbc:r2dbc-pool](https://github.com/r2dbc/r2dbc-pool) from 0.9.1.RELEASE to 1.0.1.RELEASE.
- [Release notes](https://github.com/r2dbc/r2dbc-pool/releases)
- [Changelog](https://github.com/r2dbc/r2dbc-pool/blob/v1.0.1.RELEASE/CHANGELOG)
- [Commits](r2dbc/r2dbc-pool@v0.9.1.RELEASE...v1.0.1.RELEASE)

---
updated-dependencies:
- dependency-name: io.r2dbc:r2dbc-pool
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 17, 2023
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