|
33 | 33 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
34 | 34 |
|
35 | 35 |
|
| 36 | +- [v1.0.0-M10 - Feb 13, 2018](#v100-m10----feb-13-2018) |
36 | 37 | - [v1.0.0-M9 - Jan 22, 2018](#v100-m9----jan-22-2018) |
37 | 38 | - [v1.0.0-M8 - Dec 29, 2017](#v100-m8----dec-29-2017) |
38 | 39 | - [v1.0.0-M7 - Dec 15, 2017](#v100-m7----dec-15-2017) |
|
47 | 48 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> |
48 | 49 |
|
49 | 50 | <!-- |
50 | | -### v1.0.0-M10 - Feb 07, 2018 |
| 51 | +### v1.0.0-M11 - Mar 01, 2018 |
| 52 | +[Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M10...v1.0.0-M11) | |
| 53 | +[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M11/) | |
| 54 | +[Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/v1.0.0-M11) |
| 55 | +--> |
| 56 | + |
| 57 | + |
| 58 | +### v1.0.0-M10 - Feb 13, 2018 |
51 | 59 | [Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M9...v1.0.0-M10) | |
52 | 60 | [Javadoc](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M10/) | |
53 | 61 | [Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/v1.0.0-M10) |
54 | 62 |
|
55 | 63 | **New Features** (1) |
56 | 64 | - **Commons** - Added [benchmarking setup](/docs/BENCHMARKS.md) for the library on every release. [#155](https://github.com/commercetools/commercetools-sync-java/issues/155) |
57 | | ---> |
| 65 | + |
| 66 | +**Changes** (3) |
| 67 | +- **Commons** - Statistics counters are now of type `AtomicInteger` instead of int to support conccurency. [#242](https://github.com/commercetools/commercetools-sync-java/issues/242) |
| 68 | +- **Category Sync** - `categoryKeysWithMissingParents` in the `CategorySyncStatistics` is now of type `ConcurrentHashMap<String, Set<String>` instead of `Map<String, List<String>`. [#242](https://github.com/commercetools/commercetools-sync-java/issues/242) |
| 69 | +- **Category Sync** - `CategorySyncStatistics` now exposes the methods `removeChildCategoryKeyFromMissingParentsMap`, `getMissingParentKey` and `putMissingParentCategoryChildKey` to support manipulating `categoryKeysWithMissingParents` map. [#242](https://github.com/commercetools/commercetools-sync-java/issues/242) |
58 | 70 |
|
59 | 71 | ### v1.0.0-M9 - Jan 22, 2018 |
60 | 72 | [Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M8...v1.0.0-M9) | |
|
0 commit comments