Skip to content

Commit 823ee66

Browse files
committed
Update changelog.
[#522] Signed-off-by: Mark Paluch <[email protected]>
1 parent 4975494 commit 823ee66

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
R2DBC PostgreSQL Changelog
22
=============================
33

4+
1.0.0.RC1
5+
-----------------------------------------
6+
* Support for Postgresql multi-host failover functionality #120
7+
* Parameter values are not sent in the correct order #482
8+
* Support for postgis geometry parent type #483
9+
* Let `Result.getRowsUpdated()` return `Long` #484
10+
* Remove deprecated `RowMetadata.getColumnNames()` method #485
11+
* Consider lowercase `sslmode` for easier JDBC URL adaption #486
12+
* Can't process CITEXT #488
13+
* ReactorNettyClient `requestProcessor` can retain data from queries #492
14+
* Update Readme as LOB types are already supported #493
15+
* Upgrade to postgresql 42.3.3 #494
16+
* Fix postgres OID type decoding #495
17+
* Release 0.8.12.RELEASE #496
18+
* Add `COPY FROM` support #500
19+
* Upgrade to Reactor 2022.0.0-M1 #503
20+
* Upgrade to Reactor 2022.0.0-M2 #506
21+
* Upgrade to R2DBC 1.0 #508
22+
* Issue parsing timestamp with timezone having offset of format `+hh:mm:ss` #509
23+
* `CachedCodecLookup` wrongly assumes uniqueness of `hashCode()` #511
24+
* Extend `PostgresqlSqlLexer` to handle PG14 SQL-standard function body syntax #512
25+
* Upgrade to netty 4.1.77.Final to address epoll_wait() not implemented on Linux #514
26+
* using an EnumCodec with no enums generates invalid SQL #515
27+
* Add configuration for `TimeZone` #520
28+
* Align `LocalDate` conversion to configured time zone #521
29+
430
0.9.0.RELEASE
531
-----------------------------------------
632
* Polishing #478

0 commit comments

Comments
 (0)