We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a935ee commit 9f71e07Copy full SHA for 9f71e07
CHANGELOG
@@ -1,6 +1,19 @@
1
R2DBC Pool Changelog
2
=============================
3
4
+1.0.0.RC1
5
+------------------
6
+* Default maxLifeTime value result in immediate eviction of all connections #129
7
+* Support configuration of minimum idle connections #141
8
+* use GitHub Actions setup-java v2 #142
9
+* Expand CI testing to multiple platforms. #156
10
+* Upgrade to R2DBC 1.0 #158
11
+* Upgrade to Reactor 2022.0.0-M1 #159
12
+* Upgrade to Reactor 2022.0.0-M2 #160
13
+* Update readme showing proper resource cleanup #161
14
+* maxCreateConnectionTime may cause connection leak #165
15
+* Connections are reused in LRU order and therefore not idle #166
16
+
17
0.9.0.RELEASE
18
------------------
19
* Upgrade dependencies #149
0 commit comments