|
33 | 33 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
34 | 34 |
|
35 | 35 |
|
| 36 | +- [v1.0.0-M14 - Oct 5, 2018](#v100-m14----oct-5-2018) |
36 | 37 | - [v1.0.0-M13 - Sept 5, 2018](#v100-m13----sept-5-2018) |
37 | 38 | - [v1.0.0-M12 - Jun 05, 2018](#v100-m12----jun-05-2018) |
38 | 39 | - [v1.0.0-M11 - Mar 08, 2018](#v100-m11----mar-08-2018) |
|
51 | 52 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> |
52 | 53 |
|
53 | 54 | <!-- |
54 | | -### v1.0.0-M14 - Oct 10, 2018 |
| 55 | +
|
| 56 | +### v1.0.0-M15 - Oct 20, 2018 |
| 57 | +[Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M14...v1.0.0-M15) | |
| 58 | +[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M15/) | |
| 59 | +[Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/v1.0.0-M15) |
| 60 | +--> |
| 61 | + |
| 62 | + |
| 63 | +### v1.0.0-M14 - Oct 5, 2018 |
55 | 64 | [Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M13...v1.0.0-M14) | |
56 | 65 | [Javadoc](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M14/) | |
57 | 66 | [Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/v1.0.0-M14) |
58 | 67 |
|
59 | 68 | **Bug Fixes** (1) |
60 | | - **Product Sync** - Fixed a bug where the removed attributes in the source product variant draft were not being removed from the target variant. [#238](https://github.com/commercetools/commercetools-sync-java/issues/308) |
| 69 | +- **Product Sync** - Fixed a bug where the removed attributes in the source product variant draft were not being removed from the target variant. [#238](https://github.com/commercetools/commercetools-sync-java/issues/308) |
61 | 70 |
|
62 | | -**Enhancements** (7) |
| 71 | +**Enhancements** (8) |
63 | 72 | - **Product Sync** - Products create and update requests are now issued in parallel. This should lead to a performance improvement. [#238](https://github.com/commercetools/commercetools-sync-java/issues/238) |
64 | 73 | - **Commons** - Bumped `com.adarshr.test-logger` to 1.5.0. |
65 | 74 | - **Commons** - Bumped `mockito` to 2.22.0. |
66 | 75 | - **Commons** - Bumped `org.junit.jupiter:junit-jupiter-api` to 5.3.1. |
67 | 76 | - **Commons** - Bumped `org.junit.jupiter:junit-jupiter-engine` to 5.3.1. |
68 | 77 | - **Commons** - Bumped `org.junit.jupiter:junit-jupiter-params` to 5.3.1. |
69 | 78 | - **Commons** - `UnorderedCollectionSyncUtils#buildRemoveUpdateActions ensures no `null` elements in the resulting list and ignores `null` keys now. [#238](https://github.com/commercetools/commercetools-sync-java/issues/308) |
| 79 | +- **Commons** - Bumped gradle to version [gradle-4.10.2](https://docs.gradle.org/4.10.2/release-notes.html). |
70 | 80 |
|
71 | | -**Breaking Changes** (3) |
72 | | --- **Product Sync** - Products attributes are not validated anymore whether they are required or not. [#308](https://github.com/commercetools/commercetools-sync-java/issues/308) |
73 | | --- **Product Sync** - `AttributeMetaData#buildRemoveUpdateActions` now filters out `null` elements resulting from ``. [#308](https://github.com/commercetools/commercetools-sync-java/issues/308) |
74 | | --- **Product Sync** - `ProductVariantAttributeUpdateActionUtils#buildProductVariantAttributeUpdateAction` now takes a map of all meta data instead of the specific metadata entry. [#308](https://github.com/commercetools/commercetools-sync-java/issues/308) |
| 81 | +**Breaking Changes** (2) |
| 82 | +- **Product Sync** - `AttributeMetaData#isRequired` is now removed. [#308](https://github.com/commercetools/commercetools-sync-java/issues/308) |
| 83 | +- **Product Sync** - `ProductVariantAttributeUpdateActionUtils#buildProductVariantAttributeUpdateAction` now takes a map of all meta data instead of the specific metadata entry. [#308](https://github.com/commercetools/commercetools-sync-java/issues/308) |
75 | 84 |
|
76 | | ---> |
77 | 85 |
|
78 | 86 | ### v1.0.0-M13 - Sept 5, 2018 |
79 | 87 | [Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M12...v1.0.0-M13) | |
|
0 commit comments