Skip to content

Commit 5c40fa3

Browse files
committed
Update changelog.
[#233] Signed-off-by: Mark Paluch <mpaluch@vmware.com>
1 parent d4b2a39 commit 5c40fa3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG

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

4+
0.9.0.RC1
5+
------------------
6+
* Upgrade to R2DBC 0.9.0.RELEASE #237
7+
* Upgrade to R2DBC SPI 0.9 RC1 #223
8+
* Adopt renamed TCK column name #236
9+
* Move off deprecated Reactor Netty API #231
10+
* Let `Statement.add()` always create a new binding set #230
11+
* `BigDecimal` with negative scale incorrectly encoded #228
12+
* Use sequential processing in `Result.flatMap(…)` #225
13+
* Propagate offending SQL into R2DBC exceptions #224
14+
* Upgrade to R2DBC SPI 0.9 RC1 #223
15+
* Align `Statement.bind(…)` and `Readable.get(…)` exceptions with specification #222
16+
* Upgrade dependencies #221
17+
* Replace `EmitterProcessor` with `Sinks` API #219
18+
* The FOR XML clause is not allowed in a CURSOR statement #209
19+
420
0.9.0.M2
521
------------------
622
* Statements hang up on reading `nvarchar(max)` columns #216

0 commit comments

Comments
 (0)