Skip to content

Releases: r2dbc/r2dbc-pool

1.0.1.RELEASE

14 Jul 07:16
63c57fc
Compare
Choose a tag to compare

⭐ 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

10 Nov 08:23
132d522
Compare
Choose a tag to compare

⭐ 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!

v0.9.2.RELEASE

31 Aug 08:49
983a66a
Compare
Choose a tag to compare

⭐ New Features

  • Validation timeout should invalidate connection #175

💡 Other

  • Upgrade to R2DBC SPI 0.9.1 #178

❤️ Contributors

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

v1.0.0.RC1

23 Jun 06:44
2caa412
Compare
Choose a tag to compare
v1.0.0.RC1 Pre-release
Pre-release

⭐ 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.1.RELEASE

23 Jun 06:39
d842e16
Compare
Choose a tag to compare

⭐ 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

❤️ Contributors

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

v0.9.0.RELEASE

12 Jan 08:38
a589a20
Compare
Choose a tag to compare

💡 Other

  • Upgrade dependencies #149

v.0.8.8.RELEASE

12 Jan 08:29
10f6fe5
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Connection not released when request is cancelled #140

❤️ Contributors

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

v0.9.0.RC1

06 Dec 09:38
d224989
Compare
Choose a tag to compare
v0.9.0.RC1 Pre-release
Pre-release
Release 0.9.0.RC1.

[closes #148]

Signed-off-by: Mark Paluch <mpaluch@vmware.com>

v0.9.0.M2

30 Jul 12:57
cbfcae9
Compare
Choose a tag to compare
v0.9.0.M2 Pre-release
Pre-release
Release 0.9.0.M2.

[closes #134]

Signed-off-by: Mark Paluch <mpaluch@vmware.com>

v0.8.7.RELEASE

12 May 12:37
263ede2
Compare
Choose a tag to compare
Release 0.8.7.RELEASE

[resolves #126]

Signed-off-by: Mark Paluch <mpaluch@vmware.com>