- This release adds the Snowsight or Snowflake Admin Console resource type - Additionally, adjustments to other resource types: - DB2i now requires the port is set (if it were not set before, the connection would never succeed) - AWSConsole no longer has a port field, as it was unused. - Adds support for overriding the Host header for HTTP drivers
3.2.3
- The SDK will now attempt several retries upon Unavailable errors.
3.2.2
- Fixes some inconsistencies among resources
3.2.1
- This release changes the underlying type of the aws console and aws console static key pair's session timeout field to an integer.
3.2.0
- This release adds several unstable or experimental secret store types. - In addition, this release documents what it means for a type to be unstable, and notes which resource types are unstable. Unstable types may change without a breaking version number change in the future, and are not creatable by all users.
3.0.0
This release removes all deprecated items from the SDK. If you've already upgraded to v2, most likely you're not depending on these items, and you'll be able to upgrade to v3 with no code changes. The items have already been disabled on the server for some time. If you are currently making requests using any of these items, they are being rejected:
- `Role.composite` boolean field - `RoleAttachment` class - `RoleGrant` class
Composite Roles have been replaced with the ability to attach a single Account to multiple Roles using Account Attachments. See an example [here](https://github.com/strongdm/strongdm-sdk-python-examples/blob/master/2_managing_accounts/assign_accounts_to_roles.py).
Role Grants have been replaced with Access Rules. See the [migration guide](https://github.com/strongdm/strongdm-sdk-python/wiki/Migrating-from-Role-Grants-to-Access-Rules).