Releases: cloudblue/connect-python-sdk
Releases · cloudblue/connect-python-sdk
Connect Release v17
- Fixed bugs when listing and working with usage files.
- Directory module.
- Models updated with new fields from v17.
v16.2
- Catch generic Exception on dispatch and skip request instead of aborting execution.
- Insert request id (both tier config or fulfillment) on logs.
- Fix: The configuration.product.id and configuration.account.id filters do not work as expected.
Reverting to - configuration__product__id and configuration__account__id. - Fix: The SDK was not parsing dropdown value choices correctly.
- Fix: Added period field to item.
- Changed documentation theme to sphinx_rtd_theme.
v16.1
Connect Release v16.1
- Fixed documentation of FulfillmentAutomation and TierConfigAutomation, and added documentation for ActivationTemplateResponse and ActivationTileResponse
- Fixed return value of Fulfillment.needs_migration when migration_info exists but has no value
- Some requests are returning params with null values, so support for it has been added
- Ensure that the response of an HTTP request is a valid string
- Checking for validity of conversation object was done on approval, but not on fail, inquire nor skip
- Fixed deserialization of ServerErrorResponse in ApiClient._check_and_pack_response
v16.0
Major Release Supporting Connect v16
Changes:
- Public Documentation at https://connect-python-sdk.readthedocs.io/en/latest/
- Support for TierConfigs, TierConfigRequests and TierAccounts
- Support for Conversations and Conversation Messages
- Support for UsageAutomation
- Well-defined models for all supported classes, support for typehints
- Better naming for automation classes and exceptions
- Reorder library files a bit
- Base support for legacy services migrations
- Deprecate some older interfaces (no breaking changes, just warnings)
v15.2
Some fixes regrading to usage
Normalize API for getting list of resources and getting filters for it
v15.1
Put proper version into package
v15.0
The production release of connect-python-sdk with support of Connect v15
v14.8
Support type-hints
v14.7
Suppress few warnings for code inspectors
v14.6
Merged pull request from @JaviCerveraIngram