Skip to content

Releases: klokantech/cloudwrapper

v2.7

Choose a tag to compare

@MartinMikita MartinMikita released this 14 Mar 07:38
  • s3
    • New constructor argument anon, by default None

v2.6

Choose a tag to compare

@MartinMikita MartinMikita released this 25 Oct 12:39
  • s3
    • New methods Bucket.has(source) and Bucket.list()
    • Fixed using bucket name with dots (aka domain-name)

v1.24

Choose a tag to compare

@MartinMikita MartinMikita released this 31 May 20:50
  • idb
    • Fixed typo in IdbConnection.drop() method

v1.23

Choose a tag to compare

@MartinMikita MartinMikita released this 29 May 13:34
  • idb
    • Added simplified drop() method in IdbConnection, without tags
  • btq
    • Added clear method(), in BtqConnection and Queue classes

v1.22

Choose a tag to compare

@MartinMikita MartinMikita released this 22 May 08:48
  • s3
    • Fixed typo in import boto.exceptions

v1.21

Choose a tag to compare

@MartinMikita MartinMikita released this 09 Aug 07:33
  • gcm3
    • Fixed creating new metric
  • gcs
    • Fixed catching ResponseNotReady exception

v1.20

Choose a tag to compare

@MartinMikita MartinMikita released this 30 May 12:39
  • gcm3
    • Added an optional argument labels in Metric.create() method
    • Improved check of valueType of LabelDescriptor and MetricDescriptor in Metric.create() method

v1.19

Choose a tag to compare

@MartinMikita MartinMikita released this 04 May 13:27
  • gcs
    • Added new argument create for GcsConnection.bucket() method - creates the bucket, if not exists
  • s3
    • Added new argument create for S3Connection.bucket() method - creates the bucket, if not exists

v1.18

Choose a tag to compare

@MartinMikita MartinMikita released this 13 Mar 10:06
  • btq
    • Fixed queue.qsize() to count delayed jobs
    • Added argument max_size in the constructor
    • Added queue.verify_task(), check if it is serializable and if it not exceeds max_size.

v1.17

Choose a tag to compare

@MartinMikita MartinMikita released this 14 Feb 10:55
  • btq
    • Fixed queue.qsize(), do not count urgent jobs, they are already in ready count