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 82d7f7f commit 024b91eCopy full SHA for 024b91e
CHANGELOG
@@ -1,6 +1,13 @@
1
R2DBC Pool Changelog
2
=============================
3
4
+1.0.0.RELEASE
5
+------------------
6
+* Validation timeout should invalidate connection #175
7
+* Should BACKGROUND_EVICTION_INTERVAL be of type Option<Duration> #180
8
+* `PoolBuilder.sizeBetween` is always executed twice in `ConnectionPool.createConnectionPool`. #181
9
+* Upgrade to Project Reactor 2022.0.0 #184
10
+
11
1.0.0.RC1
12
------------------
13
* Default maxLifeTime value result in immediate eviction of all connections #129
0 commit comments