Skip to content

Commit 281ab7a

Browse files
DATAJDBC-308 - Updated changelog.
1 parent d97b000 commit 281ab7a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 1.1.0.M2 (2019-03-07)
5+
----------------------------------------
6+
* DATAJDBC-335 - Add StatementBuilder's for INSERT, UPDATE, and DELETE.
7+
* DATAJDBC-334 - How to escape case sensitive identifiers?.
8+
* DATAJDBC-331 - Introduce @MappedCollection annotation replacing @Column(keyColumn).
9+
* DATAJDBC-330 - JdbcRepositoryConfigExtension looks up beans before they get registered.
10+
* DATAJDBC-329 - Fix accidentially broken API.
11+
* DATAJDBC-326 - ID of one-to-many relationship not properly converted.
12+
* DATAJDBC-325 - SqlGeneratorSource needs thread safety.
13+
* DATAJDBC-324 - Implement support of ReadOnlyProperty annotation.
14+
* DATAJDBC-322 - Update Mybatis dependencies.
15+
* DATAJDBC-316 - Introduce Concourse CI.
16+
* DATAJDBC-313 - Update copyright years to 2019.
17+
* DATAJDBC-309 - Add infrastructure for semantic SQL generation.
18+
* DATAJDBC-308 - Release 1.1 M2 (Moore).
19+
* DATAJDBC-307 - Add distribution module for Spring Data JDBC.
20+
* DATAJDBC-303 - Fix flaky test.
21+
* DATAJDBC-296 - Allow plain @Table use without providing a table name.
22+
* DATAJDBC-293 - @EnableJdbcRepositories support multi jdbcTemplate.
23+
* DATAJDBC-290 - Support ResultSetExtractor as an alternative to RowMapper.
24+
* DATAJDBC-287 - Document the usage of JdbcConfiguration.
25+
* DATAJDBC-285 - Add description for `@Table` and `@Column` to the reference documentation.
26+
* DATAJDBC-282 - Dedicated insert and update methods in the JdbcRepository.
27+
* DATAJDBC-259 - Store collections and arrays of simple types in an ARRAY column.
28+
* DATAJDBC-111 - Support for ValueObjects/Embedded.
29+
30+
431
Changes in version 1.0.5.RELEASE (2019-02-13)
532
---------------------------------------------
633
* DATAJDBC-325 - SqlGeneratorSource needs thread safety.

0 commit comments

Comments
 (0)