|
1 | 1 | Spring Data Couchbase Changelog
|
2 | 2 | ===============================
|
3 | 3 |
|
4 |
| -New Major Version: 2.0 |
5 |
| ----------------------- |
6 |
| -This version is a complete rewrite of the Spring Data Couchbase project, using the newer 2.x generation |
7 |
| -of the Couchbase Java SDK. |
8 |
| - |
9 |
| -Changes in version 2.0.0.M1 (2015-07-03) |
| 4 | +Changes in version 2.0.0.M2 (2015-08-04) |
10 | 5 | ----------------------------------------
|
11 |
| - * DATACOUCH-135 - Migrate to Couchbase SDK 2.2.0-dp, with support for N1QL in template |
12 |
| - |
13 |
| - |
14 |
| -================================================================================= |
15 |
| -| Below are older release notes for the 1st generation of Spring Data Couchbase | |
16 |
| -| (based on the 1.x Couchbase Java SDK) | |
17 |
| -================================================================================= |
18 |
| - |
| 6 | +* DATACOUCH-134 - Support Bucket Shadowing. |
| 7 | +* DATACOUCH-135 - Migrate to Couchbase SDK 2.2.0-dp, with support for N1QL in template. |
| 8 | +* DATACOUCH-136 - Add N1QL query annotation. |
| 9 | +* DATACOUCH-137 - Allow query derivation from @N1QL annotated methods. |
| 10 | +* DATACOUCH-139 - Implement @View as minimalistic query derivation. |
| 11 | +* DATACOUCH-140 - Use Converter on method parameters when deriving query. |
| 12 | +* DATACOUCH-141 - Change query lookup order and make N1QL default. |
| 13 | +* DATACOUCH-142 - Document changes from 1.4 to 2.0 and migration cheat sheet. |
| 14 | +* DATACOUCH-143 - Log repository queries in DEBUG. |
| 15 | +* DATACOUCH-144 - Detect N1QL is unsupported and fail fast. |
| 16 | +* DATACOUCH-145 - Use SDK's Field/Id annotations. |
| 17 | +* DATACOUCH-148 - Allow global configuration of default staleness parameter for view queries. |
| 18 | +* DATACOUCH-149 - Switch from BeanWrapper to PersistentPropertyAccessor. |
| 19 | +* DATACOUCH-150 - Release version 2.0 M1. |
| 20 | +* DATACOUCH-152 - Bump SDK version to 2.2.0-dp2 and make adjustements. |
| 21 | +* DATACOUCH-154 - Use consistent method to guess desing document. |
| 22 | +* DATACOUCH-155 - Escape every field name in N1QL queries. |
| 23 | +* DATACOUCH-156 - Filter on type information in generated N1QL queries. |
19 | 24 |
|
20 | 25 | Changes in version 1.4.0.RC1 (2015-08-04)
|
21 | 26 | -----------------------------------------
|
|
0 commit comments