Skip to content

Releases: commercetools/commercetools-project-sync

4.0.9

16 Sep 07:59
34e0431
Compare
Choose a tag to compare

Bug Fixes:

  • Fixes for Syncing state with no transitions configured leads to empty transition. Issue: #321 , PR: #322
  • Fix flaky test failure. #323

Dependency Updates
com.commercetools:commercetools-sync-java: 7.0.0 -> 7.0.1

4.0.8

25 Aug 07:21
c6b96cf
Compare
Choose a tag to compare

Bug Fixes:

To avoid dependency version mismatch between projects, Use the same commercetoolsJvmSdk dependencies from the commercetoolsSyncJava library.

Dependency Updates

  • Remove commercetoolsJvmSdk library dependencies and use them from commercetoolsSyncJava dependencies.
  • com.commercetools:commercetools-sync-java: 6.0.0 -> 7.0.0

4.0.7

29 Jul 14:15
d008d63
Compare
Choose a tag to compare

Bug Fixes:

Fix for SDK version mismatch.

Dependency Updates

commercetoolsJvmSdkVersion 2.0.0 -> 1.64.0

4.0.6

26 Jul 16:16
9c70144
Compare
Choose a tag to compare

Patches

  • Update user-agent header to display SDK version for proper usage statistics of the library.

Dependency Updates

  • commercetoolsJvmSdkVersion 1.64.0 -> 2.0.0
  • com.diffplug.spotless 5.14.1 -> 5.14.2
  • logbackVersion 1.2.3 -> 1.2.4-groovyless

4.0.5

19 Jul 10:57
3f5a264
Compare
Choose a tag to compare

Bug Fixes:

Fixes the DuplicateField bug in the InventorySync related to fetching and syncing inventories with multiple channels. Issue: #301, PR: #310

Dependency Updates
com.commercetools:commercetools-sync-java: 5.1.3 -> 6.0.0

4.0.4

08 Jul 21:34
8f550ea
Compare
Choose a tag to compare

Bug Fixes

  • TaxCategory Sync - TaxCategories to sync properly when we have many TaxRates with different states.

Dependency Updates

  • com.commercetools:commercetools-sync-java: 5.1.2 -> 5.1.3
  • commercetools-jvm-sdk 1.63.0 -> 1.64.0

4.0.3

02 Jun 14:46
11222a8
Compare
Choose a tag to compare

Bug Fixes

  • Product Sync - The user is now aware of unresolvable references as the transform service will not skip the products.

Dependency Updates

  • com.commercetools:commercetools-sync-java: 5.1.1 -> 5.1.2

4.0.2

28 May 14:01
bda910c
Compare
Choose a tag to compare

Patches

  • Enable unit test case in InventoryEntries sync, which was found failure during build and it is now resolved.
  • Remove Caffeine artifact in the project, which has version conflict with the underlying Caffeine dependency inside sync-java library during findbugs checking.

Dependency Updates

  • com.diffplug.spotless 5.12.4 -> 5.12.5
  • netty-codec-http 4.1.63.Final -> 4.1.65.Final
  • mockito-core 3.8.0 -> 3.10.0

4.0.1

19 May 11:49
c4b06f3
Compare
Choose a tag to compare

Bug Fixes

  • Product Sync - Special characters can be defined for ProductDraft key. #269
  • Product Sync - PriceTiers can be synched successfully. #271

Dependency Updates

  • com.commercetools:commercetools-sync-java: 5.1.0 -> 5.1.1
  • commercetools-jvm-sdk 1.62.0 -> 1.63.0

4.0.0

22 Apr 08:36
4de791e
Compare
Choose a tag to compare

Enhancements

  • Adapt changes from Java-Sync V5.0.0.
  • Remove duplication code in Project-Sync and use Java-Sync library Transform Utils(with cache for better performance) to map resources to drafts.
  • Add custom deserializer used to deserialize lastSyncStatistics.
  • Use additional context for the statistic logs instead of escaped json and use concrete loggerName.

Dependency Updates

  • com.commercetools:commercetools-sync-java: 4.0.1 -> 5.1.0
  • commercetools-jvm-sdk 1.60.0-> 1.62.0