Releases: pgjdbc/r2dbc-postgresql
Releases · pgjdbc/r2dbc-postgresql
v1.0.0.RC1
⭐ New Features
- Support for Postgresql multi-host failover functionality #120
- Support for postgis geometry parent type #483
- Consider lowercase
sslmode
for easier JDBC URL adaption #486 - Can't process CITEXT #488
- Add
COPY FROM
support #500 - Issue parsing timestamp with timezone having offset of format
+hh:mm:ss
#509 - Extend
PostgresqlSqlLexer
to handle PG14 SQL-standard function body syntax #512 - Add configuration for
TimeZone
#520
🐞 Bug Fixes
- Parameter values are not sent in the correct order #482
- ReactorNettyClient
requestProcessor
can retain data from queries #492 - Fix postgres OID type decoding #495
CachedCodecLookup
wrongly assumes uniqueness ofhashCode()
#511- using an EnumCodec with no enums generates invalid SQL #515
- Align
LocalDate
conversion to configured time zone #521
💡 Other
- Let
Result.getRowsUpdated()
returnLong
#484 - Remove deprecated
RowMetadata.getColumnNames()
method #485 - Update Readme as LOB types are already supported #493
- Upgrade to postgresql 42.3.3 #494
- Upgrade to Reactor 2022.0.0-M1 #503
- Upgrade to Reactor 2022.0.0-M2 #506
- Upgrade to R2DBC 1.0 #508
- Upgrade to netty 4.1.77.Final to address epoll_wait() not implemented on Linux #514
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v0.9.1.RELEASE
⭐ New Features
- Support for postgis geometry parent type #483
🐞 Bug Fixes
- Parameter values are not sent in the correct order #482
- ReactorNettyClient
requestProcessor
can retain data from queries #492 - Fix postgres OID type decoding #495
💡 Other
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v0.8.12.RELEASE
v0.9.0.RELEASE
v0.8.11.RELEASE
⭐ New Features
- Add support to re-prepare cached statements #382
- Add support for reading arbitrary enum values as
String
#429 - Add support to decode enums and other types as
String
#454
🐞 Bug Fixes
- Backport compound statement result splitting to 0.8.x #446
- SSL=False Option isn't working #453
- Buffers in
SSLSessionHandlerAdapter
not released after decoding #458 - NumberFormatException in BuiltinDynamicCodecs when reading oid value #470
💡 Other
- Truncated the values tested in time-related unit tests to their micro… #469
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v0.9.0.RC1
Release 0.9.0.RC1. [resolves #465] Signed-off-by: Mark Paluch <[email protected]>
v0.9.0.M2
Release 0.9.0.M2 [closes #436] Signed-off-by: Mark Paluch <[email protected]>
v0.8.8.RELEASE
Release 0.8.8.RELEASE [#404] Signed-off-by: Mark Paluch <[email protected]>
v0.9.0.M1
Release 0.9.0.M1. [closes #390] Signed-off-by: Mark Paluch <[email protected]>
v0.8.7.RELEASE
Release 0.8.7.RELEASE. [closes #389] Signed-off-by: Mark Paluch <[email protected]>