Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
[#465]

Signed-off-by: Mark Paluch <mpaluch@vmware.com>
  • Loading branch information
mp911de committed Dec 6, 2021
1 parent 8de41f5 commit 1a9c407
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
R2DBC PostgreSQL Changelog
=============================

0.9.0.RC1
-----------------------------------------
* Upgrade to R2DBC 0.9.0.RELEASE #473
* Adopt renamed TCK column name #472
* NumberFormatException in BuiltinDynamicCodecs when reading oid value #470
* Truncated the values tested in time-related unit tests to their micro… #469
* Lexing sql statements #468
* Move off deprecated Reactor Netty API #464
* Let `Statement.add()` always create a new binding set #463
* Use sequential processing in `Result.flatMap(…)` #462
* Buffers in `SSLSessionHandlerAdapter` not released after decoding #458
* Propagate offending SQL into R2DBC exceptions #457
* Align `Statement.bind(…)` and `Readable.get(…)` exceptions with specification #456
* Upgrade to R2DBC SPI 0.9 RC1 #455
* Add support to decode enums and other types as `String` #454
* SSL=False Option isn't working #453
* Upgrade dependencies #448
* Remove usage of `java.security.AccessController` #447
* Replace `EmitterProcessor` with `Sinks` API #445
* Introduce codec mapping caches (0.8.x branch) #444
* Updated rows from batch should not be aggregated #440
* Remove restriction on ending semicolon in ExtendedQueryPostgresStatement #439
* Avoid cast to X509Certificate array during certificate verification #438
* Add support for reading arbitrary enum values as `String` #429
* Introduce codec mapping caches #410
* Add support to re-prepare cached statements #382

0.9.0.M2
-----------------------------------------
* Invalid string formatting in `PostgresTypes.lookupType` #437
Expand Down

0 comments on commit 1a9c407

Please sign in to comment.