Skip to content

Commit

Permalink
Update changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qdegraaf authored and tleguijt committed Apr 20, 2021
1 parent cf2f1b2 commit 5c41f36
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
14.0.0 (unreleased)
-------------------

- Regenerated Code:
- Import API:
- Removed `retry_count`
- removed delete and deleted from importsummary
- Project:
- Add `delete_days_after_last_modification` field
- Change `SearchIndexingConfigurationValuesSchema` field status to type Enum
- Add `last_modified_at` and `last_modified_by` fields to SearchIndexingConfigurationValuesSchema
- Add `ProjectChangeCartsConfigurationSchema`
- Shipping Method:
- Change `localized_description` field to `LocalizedStringField` type
- Update the request builder pattern to match the commercetools SDK's for other languages.
This means that the old pattern:
```python
Expand All @@ -21,6 +31,8 @@
- Testing: fixed issues with `get_by_key` lookups in certain testing backends
- Testing: Added missing actions for Cart Discounts, Discount Codes and Extensions
- Testing: Add `datetime` and `list` updater utils
- Testing: Add `setLocalizedDescription` action for shipping_method


## Notes on code generation
We moved our code generation to the code generation tool from Commercetools,
Expand Down

0 comments on commit 5c41f36

Please sign in to comment.