File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
R2DBC PostgreSQL Changelog
2
2
=============================
3
3
4
+ 1.0.0.RELEASE
5
+ -----------------------------------------
6
+ * Associate `PostgresConnectionClosedException` with error code `08006` #538
7
+ * Bump postgresql from 42.4.0 to 42.4.1 #539
8
+ * Await `ReadyForQuery` before emitting errors from transactional control methods #541
9
+ * SRID not preserved in Geometry types (Point) since it is encoded as text using the WKTWriter #542
10
+ * Release 1.0.0.RELEASE #544
11
+ * Add GraalVM native reflection hints #549
12
+ * Allow `StringCodec` registration for `CITEXT` usage #551
13
+ * Upgrade to Reactor 2022.0.0 #554
14
+ * Fix `LocalTimeCodec` array OID #555
15
+ * Fix `NumericDecodeUtils.decodeBinary(byteBuf)` decoding #558
16
+ * Ensure buffer release on copyIn failure #560
17
+
4
18
1.0.0.RC1
5
19
-----------------------------------------
6
20
* Support for Postgresql multi-host failover functionality #120
You can’t perform that action at this time.
0 commit comments