Browse Source

DATAJDBC-541 - Updated changelog.

1.1.x
Mark Paluch 6 years ago
parent
commit
eefd9dba95
No known key found for this signature in database
GPG Key ID: 51A00FA751B91849
  1. 15
      src/main/resources/changelog.txt

15
src/main/resources/changelog.txt

@ -1,6 +1,20 @@
Spring Data JDBC Changelog Spring Data JDBC Changelog
========================= =========================
Changes in version 2.1.0-M1 (2020-06-25)
----------------------------------------
* DATAJDBC-561 - Use standard Spring code of conduct.
* DATAJDBC-560 - QueryMapper fails when using Criteria.from(…) with two or more criteria.
* DATAJDBC-555 - Document supported databases.
* DATAJDBC-547 - "PSQLException: ERROR: FOR UPDATE must specify unqualified relation names" when calling deleteById for an aggregate with references to other tables.
* DATAJDBC-546 - Skip property population if entity can be constructed entirely using a full constructor.
* DATAJDBC-545 - withId seems to be mandatory even the documentation states it should be optional.
* DATAJDBC-544 - Delombok source files.
* DATAJDBC-542 - Version 2.0 broke MyBatis support.
* DATAJDBC-541 - Release 2.1 M1 (2020.0.0).
* DATAJDBC-539 - CriteriaFactory double-wraps collection values for IN queries.
Changes in version 2.0.1.RELEASE (2020-06-10) Changes in version 2.0.1.RELEASE (2020-06-10)
--------------------------------------------- ---------------------------------------------
* DATAJDBC-560 - QueryMapper fails when using Criteria.from(…) with two or more criteria. * DATAJDBC-560 - QueryMapper fails when using Criteria.from(…) with two or more criteria.
@ -482,4 +496,5 @@ Changes in version 1.0.0.M1 (2018-02-06)

Loading…
Cancel
Save