Skip to content

Commit be2f131

Browse files
committed
DATAJDBC-504 - Updated changelog.
1 parent 2950a8b commit be2f131

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Spring Data JDBC Changelog
22
=========================
33

4+
Changes in version 2.0.0.RC1 (2020-03-31)
5+
-----------------------------------------
6+
* DATAJDBC-516 - BasicRelationalConverter too aggressively trying to convert entities.
7+
* DATAJDBC-514 - Add infrastructure for query derivation in Spring Data Relational.
8+
* DATAJDBC-513 - Introduce Query, Criteria and Update Objects for Spring Data Relational.
9+
* DATAJDBC-512 - Add default dialect for H2 Database.
10+
* DATAJDBC-510 - Add BasicJdbcConverter constructor with IdentifierProcessing.
11+
* DATAJDBC-509 - Fix findByFirstnameLike @Query example in README.
12+
* DATAJDBC-506 - Fix some typos in code and documentation.
13+
* DATAJDBC-504 - Release 2.0 RC1 (Neumann).
14+
* DATAJDBC-487 - Default IdentifierProcessing should respect JDBC driver's setting.
15+
* DATAJDBC-455 - Database Dialect discovery.
16+
* DATAJDBC-454 - Remove ids from events where full entities are present.
17+
* DATAJDBC-453 - Bring DbAction and AggregateChange into a form that is somewhat future proof.
18+
* DATAJDBC-341 - Map NULL values in EntityRowMapper for columns not being fetched in the query.
19+
20+
421
Changes in version 1.1.6.RELEASE (2020-03-25)
522
---------------------------------------------
623
* DATAJDBC-509 - Fix findByFirstnameLike @Query example in README.
@@ -408,3 +425,4 @@ Changes in version 1.0.0.M1 (2018-02-06)
408425

409426

410427

428+

0 commit comments

Comments
 (0)