|
36 | 36 |
|
37 | 37 | --> |
38 | 38 |
|
39 | | -### 1.8.1 - March 23, 2020 |
| 39 | +### 1.8.1 - April 22, 2020 |
40 | 40 | [Commits](https://github.com/commercetools/commercetools-sync-java/compare/1.8.0...1.8.1) | |
41 | 41 | [Javadoc](https://commercetools.github.io/commercetools-sync-java/v/1.8.1/) | |
42 | 42 | [Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/1.8.1) |
43 | 43 |
|
44 | 44 | - ✨ **Enhancements** (1) |
45 | 45 | - **Commons** - Remove final keyword on interface/abstract method params. [#165](https://github.com/commercetools/commercetools-sync-java/issues/165) |
46 | 46 |
|
47 | | -- 🐞 **Bug Fixes** (1) |
| 47 | +- 🐞 **Bug Fixes** (3) |
48 | 48 | - **CartDiscount Sync** - Fixed a bug in the `CartDiscountSync` which generates a `changeValue` action when there is no change, causing the sync to fail for that cart discount. |
49 | 49 | Thanks, @michaelbannister, for the contributions! [#494](https://github.com/commercetools/commercetools-sync-java/issues/494) |
| 50 | + - **Product Sync** - Fixed a bug in the `ProductSync` when `ensurePriceChannels` is enabled in ProductSyncOptions should not create a missing channel used on product variant price draft. |
| 51 | + [#499](https://github.com/commercetools/commercetools-sync-java/issues/499) |
| 52 | + - **Product/Category Sync** - Validate that asset keys are always defined on the supplied drafts and the existing target resources (products/categories). |
| 53 | + [#366](https://github.com/commercetools/commercetools-sync-java/issues/366) |
50 | 54 |
|
51 | 55 | - 🛠️ **Dependency Updates** (5) |
52 | | - - `junit.jupiterApiVersion` `5.5.2` -> [`5.6.0`](https://github.com/junit-team/junit5/releases/tag/r5.6.0) |
53 | | - - `commercetools-jvm-sdk` `1.48.0` -> [`1.50.0`](http://commercetools.github.io/commercetools-jvm-sdk/apidocs/io/sphere/sdk/meta/ReleaseNotes.html#v1_50_0) |
| 56 | + - `junit.jupiterApiVersion` `5.5.2` -> [`5.6.1`](https://github.com/junit-team/junit5/releases/tag/r5.6.1) |
| 57 | + - `commercetools-jvm-sdk` `1.48.0` -> [`1.51.0`](http://commercetools.github.io/commercetools-jvm-sdk/apidocs/io/sphere/sdk/meta/ReleaseNotes.html#v1_51_0) |
54 | 58 | - `org.assertj.assertj-core` `3.14.0` -> [`3.15.0`](https://assertj.github.io/doc/#assertj-core-3-15-0-release-notes) |
55 | 59 | - `mockito-junit-jupiter` `3.2.4` -> [`3.3.3`](https://github.com/mockito/mockito/releases/tag/v3.3.3) |
56 | 60 | - `com.github.ben-manes.versions` `0.27.0` -> [`0.28.0`](https://github.com/ben-manes/gradle-versions-plugin/releases/tag/v0.28.0) |
| 61 | + - `ru.vyarus.mkdocs` `2.0.0` -> [`2.0.1`](https://github.com/xvik/gradle-mkdocs-plugin/releases/tag/2.0.1) |
| 62 | + - `org.ajoberstar.grgit` `4.0.1` -> [`4.0.2`](https://github.com/ajoberstar/grgit/releases/tag/4.0.2) |
57 | 63 |
|
58 | 64 | ### 1.8.0 - Jan 17, 2020 |
59 | 65 | [Commits](https://github.com/commercetools/commercetools-sync-java/compare/1.7.0...1.8.0) | |
|
0 commit comments