Skip to content

Releases: cloudblue/connect-python-sdk

Connect Release v17

13 Sep 12:55
bbaf3e5
Compare
Choose a tag to compare
  • Fixed bugs when listing and working with usage files.
  • Directory module.
  • Models updated with new fields from v17.

v16.2

16 Jul 09:00
2b6db93
Compare
Choose a tag to compare
  • 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

05 Jun 08:13
3c7299b
Compare
Choose a tag to compare

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

28 May 13:16
7869c0c
Compare
Choose a tag to compare

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

23 Apr 14:13
d38a1e3
Compare
Choose a tag to compare

Some fixes regrading to usage
Normalize API for getting list of resources and getting filters for it

v15.1

10 Apr 12:56
01ee125
Compare
Choose a tag to compare

Put proper version into package

v15.0

05 Apr 11:13
Compare
Choose a tag to compare

The production release of connect-python-sdk with support of Connect v15

v14.8

25 Mar 07:55
1ead321
Compare
Choose a tag to compare

Support type-hints

v14.7

19 Mar 08:32
72b4423
Compare
Choose a tag to compare

Suppress few warnings for code inspectors

v14.6

13 Mar 08:45
1dd2361
Compare
Choose a tag to compare

Merged pull request from @JaviCerveraIngram