Important notice
Due to a regression with regards to deserialization in Jackson 2.18.x we introduced the usage of JsonAnySetter
at some constructors e.g. to LocalizedString
. The usage of JsonAnySetter
annotation is made available with Jackson 2.17.x. Any version prior to Jackson 2.17 is not compatible with the SDK.
What's Changed
- Update changelog by @ct-sdks in #761
- Update generated SDKs by @ct-sdks in #762
- [SUPPORT-29621] fix regression with jackson 2.18.x by @jenschude in #760
Api changes
Changed Property(s)
⚠️ changed propertytotalPrice
of typeStagedOrder
from typeTypedMoney
toCentPrecisionMoney
⚠️ changed propertytotalPrice
of typeOrder
from typeTypedMoney
toCentPrecisionMoney
Full Changelog: 17.18.0...17.19.0