|
1 | 1 | R2DBC PostgreSQL Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +0.9.0.RC1 |
| 5 | +----------------------------------------- |
| 6 | +* Upgrade to R2DBC 0.9.0.RELEASE #473 |
| 7 | +* Adopt renamed TCK column name #472 |
| 8 | +* NumberFormatException in BuiltinDynamicCodecs when reading oid value #470 |
| 9 | +* Truncated the values tested in time-related unit tests to their micro… #469 |
| 10 | +* Lexing sql statements #468 |
| 11 | +* Move off deprecated Reactor Netty API #464 |
| 12 | +* Let `Statement.add()` always create a new binding set #463 |
| 13 | +* Use sequential processing in `Result.flatMap(…)` #462 |
| 14 | +* Buffers in `SSLSessionHandlerAdapter` not released after decoding #458 |
| 15 | +* Propagate offending SQL into R2DBC exceptions #457 |
| 16 | +* Align `Statement.bind(…)` and `Readable.get(…)` exceptions with specification #456 |
| 17 | +* Upgrade to R2DBC SPI 0.9 RC1 #455 |
| 18 | +* Add support to decode enums and other types as `String` #454 |
| 19 | +* SSL=False Option isn't working #453 |
| 20 | +* Upgrade dependencies #448 |
| 21 | +* Remove usage of `java.security.AccessController` #447 |
| 22 | +* Replace `EmitterProcessor` with `Sinks` API #445 |
| 23 | +* Introduce codec mapping caches (0.8.x branch) #444 |
| 24 | +* Updated rows from batch should not be aggregated #440 |
| 25 | +* Remove restriction on ending semicolon in ExtendedQueryPostgresStatement #439 |
| 26 | +* Avoid cast to X509Certificate array during certificate verification #438 |
| 27 | +* Add support for reading arbitrary enum values as `String` #429 |
| 28 | +* Introduce codec mapping caches #410 |
| 29 | +* Add support to re-prepare cached statements #382 |
| 30 | + |
4 | 31 | 0.9.0.M2
|
5 | 32 | -----------------------------------------
|
6 | 33 | * Invalid string formatting in `PostgresTypes.lookupType` #437
|
|
0 commit comments