Skip to content

Releases: clumio-code/clumio-python-sdk

v1.0.3

06 Jan 06:11
e72e58e

Choose a tag to compare

New Release (v1.0.3)

v1.0.2 12/11/2025

11 Dec 05:06
88481cd

Choose a tag to compare

Removed deprecated APIs.

v1.0.1 11/25/2025

25 Nov 07:24
8d6aaeb

Choose a tag to compare

Support Filter Type Instance

  • Filter query parameters are defined in controllers/types.

Support Paginator

  • *ControllerPaginator class to use paginator.
paginator = api_client.aws_ec2_instances_v1_paginator.list_aws_ec2_instances(
  filter=filter,
  embed='read-policy-definition',
  lookback_days=7
)
for page in paginator:
  print(page.Embedded.Items)

Integrated Return type

  • raw response is accessible through return_value.raw_response
  • return values are instantiated instances.

Minor updates

  • More stable API request.
  • Improved error handling.

Fix issue related to AWSTag

04 Sep 19:01
6ea8c94

Choose a tag to compare

v0.16.9

NOJIRA: remake the fix the AwsTag key. (#63)

v0.16.7

21 Aug 02:19

Choose a tag to compare

Support new APIs and removed deprecated APIs.

v0.16.8

03 Sep 03:32
25fe0bd

Choose a tag to compare

Make an exception message more verbose.

v0.16.6

15 Aug 09:16
25fe0bd

Choose a tag to compare

Fix error message handling while raising ClumioException

v0.16.5

08 Jul 23:34
cb63d50

Choose a tag to compare

Add another missing PG model.

v0.16.4

08 Jul 23:16
ea2768d

Choose a tag to compare

Added missing PG models.

v0.16.3

08 Jul 21:19
b5eba2e

Choose a tag to compare

Updated to latest controllers and models for DYNAMODB, EBS, EC2, RDS, and S3.