Skip to content

Commit 8f8462d

Browse files
committed
#36 - Updated changelog.
1 parent db24229 commit 8f8462d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/main/resources/changelog.txt

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
11
Spring Data R2DBC Changelog
22
===========================
33

4+
Changes in version 1.0.0.M1 (2018-12-12)
5+
----------------------------------------
6+
* #36 - Release 1.0 M1.
7+
* #35 - Simplify reference documentation setup.
8+
* #32 - Drop oracle-java8-installer from TravisCI build.
9+
* #30 - Add support for Custom Conversions for array-types.
10+
* #27 - Add project site redirect.
11+
* #26 - Add support to write simple type collections as arrays.
12+
* #25 - Provide reference documentation.
13+
* #21 - Upgrade to R2DBC 1.0M6.
14+
* #20 - Add Dialect support to apply driver-specific bind markers.
15+
* #18 - Cleanup pom.xml and upgrade dependencies.
16+
* #16 - Add abstract configuration class for R2DBC.
17+
* #15 - Add support for parameter bind markers.
18+
* #14 - RETURNING * does not work on H2.
19+
* #13 - Add configuration components for @EnableR2dbcRepositories.
20+
* #12 - SimpleR2dbcRepository does not retain item order on save(…).
21+
* #11 - Adapt Statement.bind(…) calls to newly introduced positional (integer-arg) binding.
22+
* #10 - Adapt to removed Statement.executeReturningGeneratedKeys().
23+
* #9 - H2Statement does not define or inherit an implementation of bind(Ljava/lang/Integer;Ljava/lang/Object;).
24+
* #8 - exchange() should allow to deal with DROP or CREATE requests.
25+
* #6 - Preserving order on multiple inserts.
26+
* #5 - Build failures due to failing Oracle JDK downloads.
27+
* #2 - Add initial support for DatabaseClient and Reactive Repositories.
28+
* #1 - Setup repository.
29+
30+

0 commit comments

Comments
 (0)