Releases: commercetools/commercetools-sdk-java-v2
Releases · commercetools/commercetools-sdk-java-v2
17.11.0
What's Changed
- Update changelog by @ct-sdks in #626
- Update generated SDKs by @ct-sdks in #627
- [DEVX-344] add missing service regions by @jenschude in #628
- Update generated SDKs by @ct-sdks in #629
- Update generated SDKs by @ct-sdks in #631
- update bootstrap, jquery, jquery-validation by @jenschude in #632
- chore(deps): update all dependencies by @renovate in #618
- use codecov GH action by @jenschude in #633
- chore(deps): update actions/create-github-app-token digest to a0de6af by @renovate in #611
- chore(deps): update gradle/wrapper-validation-action action to v3 by @renovate in #619
- chore(deps): update github/codeql-action digest to d39d31e by @renovate in #613
- Newrelic add metrics by @lojzatran in #630
- fix(deps): update dependency husky to v9 by @renovate in #621
Full Changelog: 17.10.0...17.11.0
17.10.0
What's Changed
- Update changelog by @ct-sdks in #616
- deserialize product search facets by @jenschude in #624
- Update generated SDKs by @ct-sdks in #610
- Update generated SDKs by @ct-sdks in #625
Api changes
Changed Property(s)
⚠️ changed propertycustom
of typeMyBusinessUnitDraft
from typeCustomFields
toCustomFieldsDraft
⚠️ changed propertycustom
of typeMyCompanyDraft
from typeCustomFields
toCustomFieldsDraft
⚠️ changed propertycustom
of typeMyDivisionDraft
from typeCustomFields
toCustomFieldsDraft
Added Property(s)
- added property
attributedTo
to typeCreatedBy
- added property
attributedTo
to typeLastModifiedBy
- added property
postFilter
to typeProductSearchRequest
Required Property(s)
⚠️ changed propertystores
of typeBusinessUnit
to be required⚠️ changed propertystores
of typeCompany
to be required⚠️ changed propertystores
of typeDivision
to be required⚠️ changed propertystores
of typeBusinessUnitSetStoresAction
to be required⚠️ changed propertystores
of typeCartDiscountSetStoresAction
to be required⚠️ changed propertystores
of typeCustomer
to be required⚠️ changed propertystores
of typeCustomerSetStoresAction
to be required
Added Type(s)
- added type
Attribution
- added type
AttributionSource
Removed Method(s)
⚠️ removed methodapiRoot.withProjectKey().products().search().head()
Import changes
Added Resource(s)
- added resource
/{projectKey}/discount-codes
- added resource
/{projectKey}/discount-codes/import-containers
- added resource
/{projectKey}/discount-codes/import-containers/{importContainerKey}
Added Method(s)
- added method
apiRoot.withProjectKeyValue().discountCodes().importContainers().withImportContainerKeyValue().post()
Added Type(s)
- added type
DiscountCodeImportRequest
- added type
DiscountCodeImport
Added Enum(s)
- added enum
discount-code
to typeImportResourceType
Full Changelog: 17.9.0...17.10.0
17.9.0
What's Changed
- Update changelog by @ct-sdks in #609
- Make javadoc consistent across monitoring middlewares by @lojzatran in #615
- Add dogstatsd support by @lojzatran in #599
Full Changelog: 17.8.0...17.9.0
17.8.0
What's Changed
- Update changelog by @ct-sdks in #592
- Update generated SDKs by @ct-sdks in #593
- Update generated SDKs by @ct-sdks in #594
- Update generated SDKs by @ct-sdks in #597
- Update generated SDKs by @ct-sdks in #598
- Update generated SDKs by @ct-sdks in #600
- Update generated SDKs by @ct-sdks in #602
- Update generated SDKs by @ct-sdks in #603
- Replace deprecated retry middleware with policy middleware in docs by @lojzatran in #601
- Add integration test to get a valid oauth token by @lojzatran in #596
- Update generated SDKs by @ct-sdks in #605
- Update generated SDKs by @ct-sdks in #607
- Update generated SDKs by @ct-sdks in #608
- chore(deps): update gradle/actions digest to 417ae3c by @renovate in #582
- chore(deps): update yarn to v4 by @renovate in #510
- fix(deps): update dependency org.jdrupes.taglets:plantuml-taglet to v3 by @renovate in #497
- chore(deps): update all dependencies by @renovate in #575
- chore(deps): update actions/create-github-app-token digest to 78e5f2d by @renovate in #574
- chore(deps): update github/codeql-action digest to 1b1aada by @renovate in #581
- chore(deps): update ts-graphviz/setup-graphviz action to v2 by @renovate in #576
- fix(deps): update dependency com.squareup.okio:okio to v3 by @renovate in #590
Full Changelog: 17.7.0...17.8.0
17.7.0
What's Changed
- Update CODEOWNERS by @evansinho in #577
- Update generated SDKs by @ct-sdks in #579
- chore(deps): pin dependencies by @renovate in #573
- Add how to use datadog module example by @lojzatran in #578
- Update generated SDKs by @ct-sdks in #580
- Update generated SDKs by @ct-sdks in #584
- Update generated SDKs by @ct-sdks in #585
- Update generated SDKs by @ct-sdks in #586
- Update generated SDKs by @ct-sdks in #587
- Update generated SDKs by @ct-sdks in #588
- Update generated SDKs by @ct-sdks in #591
- Highlight tests in the docs by @lojzatran in #583
Api changes
Added Type(s)
- added type
DiscountedLineItemPortionDraft
Required Property(s)
⚠️ changed propertyisOnStock
of typeProductVariantAvailability
to be required- changed property
priceMode
of typeCustomLineItemDraft
to be optional - changed property
oldShipmentState
of typeOrderShipmentStateChangedMessage
to be optional - changed property
oldOrderState
of typeOrderStateChangedMessage
to be optional - changed property
oldShipmentState
of typeOrderShipmentStateChangedMessagePayload
to be optional - changed property
oldOrderState
of typeOrderStateChangedMessagePayload
to be optional
Changed Property(s)
⚠️ changed propertyincludedDiscounts
of typeDiscountedLineItemPriceDraft
from typeDiscountedLineItemPortion[]
toDiscountedLineItemPortionDraft[]
Added Property(s)
- added property
totalTax
to typeTaxedPriceDraft
- added property
id
to typeProductVariantAvailability
- added property
version
to typeProductVariantAvailability
New Contributors
- @evansinho made their first contribution in #577
Full Changelog: 17.6.0...17.7.0
17.6.0
What's Changed
- Search builder by @jenschude in #542
- Remove the incorrect lines by @johthor in #558
- Update generated SDKs by @ct-sdks in #557
- Update generated SDKs by @ct-sdks in #561
- Update generated SDKs by @ct-sdks in #562
- Update generated SDKs by @ct-sdks in #563
- Update generated SDKs by @ct-sdks in #564
- chore(deps): update all dependencies by @renovate in #549
- chore(deps): update stefanzweifel/git-auto-commit-action digest to 12f6863 by @renovate in #532
- update mockito by @jenschude in #565
- chore(deps): pin dependencies by @renovate in #566
- chore(deps): update all dependencies by @renovate in #567
- Update generated SDKs by @ct-sdks in #570
- Update generated SDKs by @ct-sdks in #571
- update dependencies by @jenschude in #572
- Add datadog monitoring module by @lojzatran in #568
New Contributors
Full Changelog: 17.5.0...17.6.0
17.5.0
What's Changed
- add option to customise log formats by @jenschude in #548
- Update generated SDKs by @ct-sdks in #547
- fix RetryHandler class cast exception by @jenschude in #556
Api changes
Added Type(s)
- added type
CartDiscountCreatedMessage
- added type
CartDiscountDeletedMessage
- added type
CartDiscountStoreAddedMessage
- added type
CartDiscountStoreRemovedMessage
- added type
CartDiscountStoresSetMessage
- added type
CartDiscountCreatedMessagePayload
- added type
CartDiscountDeletedMessagePayload
- added type
CartDiscountStoreAddedMessagePayload
- added type
CartDiscountStoreRemovedMessagePayload
- added type
CartDiscountStoresSetMessagePayload
Full Changelog: 17.4.0...17.5.0
17.5.0-alpha.1
What's Changed
Full Changelog: 17.4.0...17.5.0-alpha.1
17.4.0
What's Changed
- add PolicyMiddleware by @jenschude in #521
- add predicate builder for custom fields by @jenschude in #543
- Oneagent dynatrace by @lojzatran in #529
- Update generated SDKs by @github-actions in #520
- Update generated SDKs by @github-actions in #525
- Update generated SDKs by @ct-sdks in #534
- Update generated SDKs by @ct-sdks in #544
- chore(deps): update all dependencies by @renovate in #489
- fix(deps): update all dependencies by @renovate in #526
- Add example for opentelemetry export to dynatrace by @lojzatran in #524
- Add an example test for static auth token by @lojzatran in #536
- fix deserialization of head API requests by @jenschude in #538
- fix renovate builds by @jenschude in #541
- remove ML module by @jenschude in #539
- remove ML package code by @jenschude in #540
Api changes
Added Type(s)
- added type
ApprovalFlowSetCustomFieldAction
- added type
ApprovalFlowSetCustomTypeAction
Removed Type(s)
⚠️ removed typeNotEnabledError
⚠️ removed typeGraphQLNotEnabledError
Added Property(s)
- added property
custom
to typeApprovalFlow
Added Enum(s)
- added enum
associate-role
to typeAttributeReferenceTypeId
- added enum
business-unit
to typeAttributeReferenceTypeId
- added enum
cart-discount
to typeAttributeReferenceTypeId
- added enum
approval-flow
to typeCustomFieldReferenceValue
- added enum
approval-flow
to typeResourceTypeId
History changes
Added Type(s)
- added type
AttributeLocalizedEnumValue
- added type
AttributePlainEnumValue
- added type
ChannelRoleEnum
- added type
StateRoleEnum
- added type
StateTypeEnum
Removed Type(s)
⚠️ removed typeChannelRole
⚠️ removed typeStateRole
⚠️ removed typeStateType
Removed Property(s)
⚠️ removed propertypreviousValue
from typeAddAddressChange
⚠️ removed propertypreviousValue
from typeAddLocationChange
⚠️ removed propertynextValue
from typeRemoveLocationChange
⚠️ removed propertynextValue
from typeRemoveTaxRateChange
Changed Property(s)
⚠️ changed propertypreviousValue
of typeAddChannelRolesChange
from typeChannelRole[]
toChannelRoleEnum[]
⚠️ changed propertynextValue
of typeAddChannelRolesChange
from typeChannelRole[]
toChannelRoleEnum[]
⚠️ changed propertynextValue
of typeAddLocalizedEnumValueChange
from typeLocalizedEnumValue
toAttributeLocalizedEnumValue
⚠️ changed propertynextValue
of typeAddPlainEnumValueChange
from typeEnumValue
toAttributePlainEnumValue
⚠️ changed propertypreviousValue
of typeAddStateRolesChange
from typeStateRole[]
toStateRoleEnum[]
⚠️ changed propertynextValue
of typeAddStateRolesChange
from typeStateRole[]
toStateRoleEnum[]
⚠️ changed propertypreviousValue
of typeChangeStateTypeChange
from typeStateType
toStateTypeEnum
⚠️ changed propertynextValue
of typeChangeStateTypeChange
from typeStateType
toStateTypeEnum
⚠️ changed propertypreviousValue
of typeRemoveChannelRolesChange
from typeChannelRole[]
toChannelRoleEnum[]
⚠️ changed propertynextValue
of typeRemoveChannelRolesChange
from typeChannelRole[]
toChannelRoleEnum[]
⚠️ changed propertypreviousValue
of typeRemoveStateRolesChange
from typeStateRole[]
toStateRoleEnum[]
⚠️ changed propertynextValue
of typeRemoveStateRolesChange
from typeStateRole[]
toStateRoleEnum[]
⚠️ changed propertypreviousValue
of typeSetChannelRolesChange
from typeChannelRole[]
toChannelRoleEnum[]
⚠️ changed propertynextValue
of typeSetChannelRolesChange
from typeChannelRole[]
toChannelRoleEnum[]
⚠️ changed propertypreviousValue
of typeSetStateRolesChange
from typeStateRole[]
toStateRoleEnum[]
⚠️ changed propertynextValue
of typeSetStateRolesChange
from typeStateRole[]
toStateRoleEnum[]
New Contributors
- @ct-sdks made their first contribution in #534
Full Changelog: 17.3.0...17.4.0
17.3.0
What's Changed
- Override toString method. by @salander85 in #519
- Update generated SDKs by @github-actions in #518
- Add option to turn off histogram in opentelemetry by @lojzatran in #523
Full Changelog: 17.2.0...17.3.0