Skip to content

Commit 1a9c407

Browse files
committed
Update changelog.
[#465] Signed-off-by: Mark Paluch <mpaluch@vmware.com>
1 parent 8de41f5 commit 1a9c407

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG

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

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+
431
0.9.0.M2
532
-----------------------------------------
633
* Invalid string formatting in `PostgresTypes.lookupType` #437

0 commit comments

Comments
 (0)