Skip to content

Commit 32dfe71

Browse files
authored
Prepare for release v1.8.1 [updated] (#511)
prepared for release 1.8.1
1 parent f3162fd commit 32dfe71

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

docs/RELEASE_NOTES.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,30 @@
3636
3737
-->
3838

39-
### 1.8.1 - March 23, 2020
39+
### 1.8.1 - April 22, 2020
4040
[Commits](https://github.com/commercetools/commercetools-sync-java/compare/1.8.0...1.8.1) |
4141
[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/1.8.1/) |
4242
[Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/1.8.1)
4343

4444
-**Enhancements** (1)
4545
- **Commons** - Remove final keyword on interface/abstract method params. [#165](https://github.com/commercetools/commercetools-sync-java/issues/165)
4646

47-
- 🐞 **Bug Fixes** (1)
47+
- 🐞 **Bug Fixes** (3)
4848
- **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.
4949
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)
5054

5155
- 🛠️ **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)
5458
- `org.assertj.assertj-core` `3.14.0` -> [`3.15.0`](https://assertj.github.io/doc/#assertj-core-3-15-0-release-notes)
5559
- `mockito-junit-jupiter` `3.2.4` -> [`3.3.3`](https://github.com/mockito/mockito/releases/tag/v3.3.3)
5660
- `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)
5763

5864
### 1.8.0 - Jan 17, 2020
5965
[Commits](https://github.com/commercetools/commercetools-sync-java/compare/1.7.0...1.8.0) |

0 commit comments

Comments
 (0)