|
27 | 27 | 7. Add Migration guide section which specifies explicitly if there are breaking changes and how to tackle them. |
28 | 28 | --> |
29 | 29 |
|
| 30 | +### 10.5.0 - Jan 07, 2026 |
| 31 | +[Commits](https://github.com/commercetools/commercetools-sync-java/compare/10.4.0...10.5.0) | |
| 32 | +[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/10.5.0/) | |
| 33 | +[Jar](https://search.maven.org/artifact/com.commercetools/commercetools-sync-java/10.5.0/jar) |
| 34 | +- 🐞 **Bug Fixes** (3) |
| 35 | + - **Customer Sync** - Fix additional address and state fields in customer reference resolution (https://github.com/commercetools/commercetools-sync-java/pull/1237) |
| 36 | + - **Shopping List Sync** - Fix store reference resolution and update actions in shopping lists (https://github.com/commercetools/commercetools-sync-java/pull/1238) |
| 37 | + - **Category Sync** - Fix IndexOutOfBoundsException in CategoryReferenceResolver when resolving parent references with empty cache results |
| 38 | + |
| 39 | +### 10.4.0 - Nov 26, 2025 |
| 40 | +[Commits](https://github.com/commercetools/commercetools-sync-java/compare/10.3.0...10.4.0) | |
| 41 | +[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/10.4.0/) | |
| 42 | +[Jar](https://search.maven.org/artifact/com.commercetools/commercetools-sync-java/10.4.0/jar) |
| 43 | +- 🐞 **Bug Fixes** (1) |
| 44 | + - **Customer Sync** - Password is no longer required when authMode is external (https://github.com/commercetools/commercetools-sync-java/pull/1235) |
| 45 | + |
| 46 | +### 10.3.0 - Nov 24, 2025 |
| 47 | +[Commits](https://github.com/commercetools/commercetools-sync-java/compare/10.2.0...10.3.0) | |
| 48 | +[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/10.3.0/) | |
| 49 | +[Jar](https://search.maven.org/artifact/com.commercetools/commercetools-sync-java/10.3.0/jar) |
| 50 | +- 🐞 **Bug Fixes** (2) |
| 51 | + - Fix product-type cache race condition (https://github.com/commercetools/commercetools-sync-java/pull/1232) |
| 52 | + - Fix delete category by slug (https://github.com/commercetools/commercetools-sync-java/pull/1234) |
| 53 | + |
| 54 | +### 10.2.0 - Nov 24, 2025 |
| 55 | +[Commits](https://github.com/commercetools/commercetools-sync-java/compare/10.0.9...10.2.0) | |
| 56 | +[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/10.2.0/) | |
| 57 | +[Jar](https://search.maven.org/artifact/com.commercetools/commercetools-sync-java/10.2.0/jar) |
| 58 | +- ✨ **Enhancements** (1) |
| 59 | + - **Customer Sync** - Support custom type resolution in customer's address (https://github.com/commercetools/commercetools-sync-java/pull/1233) |
| 60 | +- 🛠️ **Dependency Updates** (1) |
| 61 | + - Update SDK version for latest product-draft model (https://github.com/commercetools/commercetools-sync-java/pull/1227) |
| 62 | + |
| 63 | +### 10.0.9 - Aug 18, 2025 |
| 64 | +[Commits](https://github.com/commercetools/commercetools-sync-java/compare/10.0.8...10.0.9) | |
| 65 | +[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/10.0.9/) | |
| 66 | +[Jar](https://search.maven.org/artifact/com.commercetools/commercetools-sync-java/10.0.9/jar) |
| 67 | +- 🐞 **Bug Fixes** (1) |
| 68 | + - Remove cache boundary to avoid null reference issues (https://github.com/commercetools/commercetools-sync-java/pull/1226) |
| 69 | + |
| 70 | +### 10.0.8 - Aug 11, 2025 |
| 71 | +[Commits](https://github.com/commercetools/commercetools-sync-java/compare/10.0.7...10.0.8) | |
| 72 | +[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/10.0.8/) | |
| 73 | +[Jar](https://search.maven.org/artifact/com.commercetools/commercetools-sync-java/10.0.8/jar) |
| 74 | +- 🐞 **Bug Fixes** (1) |
| 75 | + - Increase cache size to circumvent null reference caused by LRU race condition (https://github.com/commercetools/commercetools-sync-java/pull/1223) |
| 76 | +- 🛠️ **Dependency Updates** (1) |
| 77 | + - Update SDK to v18 and other dependencies (https://github.com/commercetools/commercetools-sync-java/pull/1215) |
| 78 | + |
30 | 79 | ### 10.0.7 - Apr 03, 2025 |
31 | 80 | [Commits](https://github.com/commercetools/commercetools-sync-java/compare/10.0.6...10.0.7) | |
32 | 81 | [Javadoc](https://commercetools.github.io/commercetools-sync-java/v/10.0.7/) | |
|
0 commit comments