1.9.0
🔴 This version is broken due to some timeout issue on jitpack during deployment. Please use the newest version 🔴
What's Changed
- feat(api): add the Translation Memory Segments API support by @innomaxx in #158
- refactor: Removed
format
,exportPattern
,labelIds
and AddedbundleIds
fields in AddDistribution Api by @Durdush in #160
New Contributors
Full Changelog: 1.8.0...1.9.0
The parameters format
, exportPattern
, labelIds
have been removed from the AddDistributionRequest
and DistributionResponseObject
classes.
These parameters are deprecated in the API and will be removed soon.
If you are using them, please use the Bundles API and then use the received bundle ID(s) to create a distribution (via the new bundleIds
parameter in the AddDistributionRequest
class).