Releases: r2dbc/r2dbc-pool
Releases · r2dbc/r2dbc-pool
v1.0.2.RELEASE
1.0.1.RELEASE
⭐ New Features
- Use
Schedulers.single()
to avoid accidental thread co-location #190
💡 Other
❤️ 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 inConnectionPool.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
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.1.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
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v0.9.0.RELEASE
💡 Other
- Upgrade dependencies #149
v.0.8.8.RELEASE
🐞 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
Release 0.9.0.RC1. [closes #148] Signed-off-by: Mark Paluch <[email protected]>
v0.9.0.M2
Release 0.9.0.M2. [closes #134] Signed-off-by: Mark Paluch <[email protected]>