Skip to content

Commit 0e5c50b

Browse files
committed
Update changelog.
[#543] Signed-off-by: Mark Paluch <[email protected]>
1 parent 395b9e6 commit 0e5c50b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG

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

4+
0.9.2.RELEASE
5+
-----------------------------------------
6+
* Consider lowercase `sslmode` for easier JDBC URL adaption #486
7+
* Issue parsing timestamp with timezone having offset of format `+hh:mm:ss` #509
8+
* `CachedCodecLookup` wrongly assumes uniqueness of `hashCode()` #511
9+
* Extend `PostgresqlSqlLexer` to handle PG14 SQL-standard function body syntax #512
10+
* Upgrade to netty 4.1.77.Final to address epoll_wait() not implemented on Linux #514
11+
* using an EnumCodec with no enums generates invalid SQL #515
12+
* Associate `PostgresConnectionClosedException` with error code `08006` #538
13+
* Await `ReadyForQuery` before emitting errors from transactional control methods #541
14+
* SRID not preserved in Geometry types (Point) since it is encoded as text using the WKTWriter #542
15+
416
0.9.1.RELEASE
517
-----------------------------------------
618
* Parameter values are not sent in the correct order #482

0 commit comments

Comments
 (0)