Skip to content

Commit 4ec1dd1

Browse files
committed
Update changelog.
[pgjdbc#544] Signed-off-by: Mark Paluch <[email protected]>
1 parent 99fdf62 commit 4ec1dd1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
R2DBC PostgreSQL Changelog
22
=============================
33

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+
418
1.0.0.RC1
519
-----------------------------------------
620
* Support for Postgresql multi-host failover functionality #120

0 commit comments

Comments
 (0)