|
1 | 1 | R2DBC PostgreSQL Changelog |
2 | 2 | ============================= |
3 | 3 |
|
| 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 | + |
4 | 30 | 0.9.0.RELEASE |
5 | 31 | ----------------------------------------- |
6 | 32 | * Polishing #478 |
|
0 commit comments