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 r2dbc-pool from 0.9.1.RELEASE to 1.0.0.RELEASE #339

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps r2dbc-pool from 0.9.1.RELEASE to 1.0.0.RELEASE.

Release notes

Sourced from r2dbc-pool's releases.

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

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

v0.9.2.RELEASE

⭐ New Features

  • Validation timeout should invalidate connection #175

💡 Other

  • Upgrade to R2DBC SPI 0.9.1 #178

... (truncated)

Changelog

Sourced from r2dbc-pool's changelog.

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

  • Upgrade to R2DBC SPI 0.9.0.M1 #109
  • Update copyright year to 2021 #106
  • Upgrade to Reactor 2020.0.3 #105
  • Add support for extended transaction definitions #104
  • Update link of r2dbc documentation #103
  • Enable Developer Certificate of Origin #101

... (truncated)

Commits
  • 132d522 Release 1.0.0.RELEASE.
  • 024b91e Update changelog.
  • 82d7f7f Upgrade to Mockito 4.8.1.
  • 967ee91 Bump GitHub actions versions.
  • 36465fb Upgrade to Project Reactor 2022.0.0.
  • 62178b4 Upgrade infrastructure libraries.
  • d7cd349 Fix generic type of BACKGROUND_EVICTION_INTERVAL constant.
  • aff1141 Invoke sizeBetween only once.
  • dae00e5 Polishing.
  • d73ed6b Add maxValidationTime parameter
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [r2dbc-pool](https://github.com/r2dbc/r2dbc-pool) from 0.9.1.RELEASE to 1.0.0.RELEASE.
- [Release notes](https://github.com/r2dbc/r2dbc-pool/releases)
- [Changelog](https://github.com/r2dbc/r2dbc-pool/blob/main/CHANGELOG)
- [Commits](r2dbc/r2dbc-pool@v0.9.1.RELEASE...v1.0.0.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 Nov 28, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2023

Superseded by #389.

@dependabot dependabot bot closed this Jul 17, 2023
@dependabot dependabot bot deleted the dependabot/gradle/io.r2dbc-r2dbc-pool-1.0.0.RELEASE branch July 17, 2023 04:45
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