|
33 | 33 | [Commits](https://github.com/commercetools/commercetools-sync-java/compare/2.0.0...2.0.1) | |
34 | 34 | [Javadoc](https://commercetools.github.io/commercetools-sync-java/v/2.0.1/) | |
35 | 35 | [Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/2.0.1) |
36 | | ---> |
| 36 | + |
| 37 | +--> |
37 | 38 |
|
38 | | -<!--### 2.0.0 - Aug 21, 2020 |
| 39 | +### 2.0.0 - Sept 14, 2020 |
39 | 40 | [Commits](https://github.com/commercetools/commercetools-sync-java/compare/1.9.1...2.0.0) | |
40 | 41 | [Javadoc](https://commercetools.github.io/commercetools-sync-java/v/2.0.0/) | |
41 | 42 | [Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/2.0.0) |
42 | 43 |
|
43 | | -- 🚧 **Breaking Changes** (1) |
44 | | - - **Refactoring of the error- and warning callbacks** - The signatures of the error- and warning callbacks was changed. |
45 | | - From now on the resource draft of the source project, the resource of the target-project and optinally the failed update actions |
46 | | - are passed to the callbacks. [#107](https://github.com/commercetools/commercetools-sync-java/issues/107) |
47 | | ---> |
| 44 | +- 🚧 **Breaking Changes** (2) |
| 45 | + - Sync options: |
| 46 | + - The signatures of the `errorCallback` and `warningCallback` changed and their parameter lists are extended. |
| 47 | + From now on the resource draft of the source project, the resource of the target project and optionally the failed update actions |
| 48 | + passed to the callbacks. Refer [sync options](./usage/SYNC_OPTIONS.md) for more details. [#107](https://github.com/commercetools/commercetools-sync-java/issues/107) |
| 49 | + - Reference resolution utilities: |
| 50 | + - **Commons** - Renamed `replaceCustomTypeIdWithKeys` to `mapToCustomFieldsDraft`. [#138](https://github.com/commercetools/commercetools-sync-java/issues/138) |
| 51 | + - **Commons** - Renamed `replaceAssetsReferencesIdsWithKeys` to `mapToAssetDrafts`. [#138](https://github.com/commercetools/commercetools-sync-java/issues/138) |
| 52 | + - **Category Sync** - Renamed `replaceCategoriesReferenceIdsWithKeys` to `mapToCategoryDrafts`. [#138](https://github.com/commercetools/commercetools-sync-java/issues/138) |
| 53 | + - **CartDiscount Sync** - Renamed `replaceCartDiscountsReferenceIdsWithKeys` to `mapToCartDiscountDrafts`. [#138](https://github.com/commercetools/commercetools-sync-java/issues/138) |
| 54 | + - **Inventory Sync** - Renamed `replaceInventoriesReferenceIdsWithKeys` to `mapToInventoryEntryDrafts`. [#138](https://github.com/commercetools/commercetools-sync-java/issues/138) |
| 55 | + - **Product Sync** - Renamed `replaceProductsReferenceIdsWithKeys` to `mapToProductDrafts`. [#138](https://github.com/commercetools/commercetools-sync-java/issues/138) |
| 56 | + - **State Sync** - Renamed `replaceStateReferenceIdsWithKeys` to `mapToStateDrafts`. [#138](https://github.com/commercetools/commercetools-sync-java/issues/138) |
| 57 | + - **ProductType Sync** - Renamed `replaceProductTypesReferenceIdsWithKeys` to `mapToProductTypeDrafts`. [#138](https://github.com/commercetools/commercetools-sync-java/issues/138) |
| 58 | + |
| 59 | +- ✨ **Enhancements** (1) |
| 60 | + - The library will fail fast for the non-existing references that found during the reference resolution. [#219](https://github.com/commercetools/commercetools-sync-java/issues/219) |
| 61 | + |
| 62 | +- 🛠️ **Dependency Updates** (4) |
| 63 | + - `commercetools-jvm-sdk` `1.52.0` -> [`1.53.0`](http://commercetools.github.io/commercetools-jvm-sdk/apidocs/io/sphere/sdk/meta/ReleaseNotes.html#v1_53_0) |
| 64 | + - `org.assertj.assertj-core` `3.16.0` -> [`3.17.2`](https://assertj.github.io/doc/#assertj-core-3-17-2-release-notes) |
| 65 | + - `junit.jupiterApiVersion` `5.6.2` -> [`5.7.0`](https://github.com/junit-team/junit5/releases/tag/r5.7.0) |
| 66 | + - `mockito-junit-jupiter` `3.4.4` -> [`3.5.10`](https://github.com/mockito/mockito/releases/tag/v3.5.10) |
| 67 | + - `com.github.ben-manes.versions` `0.29.0` -> [`0.33.0`](https://github.com/ben-manes/gradle-versions-plugin/releases/tag/v0.33.0) |
48 | 68 |
|
49 | 69 | ### 1.9.1 - Aug 5, 2020 |
50 | 70 | [Commits](https://github.com/commercetools/commercetools-sync-java/compare/1.9.0...1.9.1) | |
|
0 commit comments