Skip to content

Releases: klokantech/cloudwrapper

v2.7

14 Mar 07:38
Compare
Choose a tag to compare
  • s3
    • New constructor argument anon, by default None

v2.6

25 Oct 12:39
Compare
Choose a tag to compare
  • s3
    • New methods Bucket.has(source) and Bucket.list()
    • Fixed using bucket name with dots (aka domain-name)

v1.24

31 May 20:50
Compare
Choose a tag to compare
  • idb
    • Fixed typo in IdbConnection.drop() method

v1.23

29 May 13:34
Compare
Choose a tag to compare
  • idb
    • Added simplified drop() method in IdbConnection, without tags
  • btq
    • Added clear method(), in BtqConnection and Queue classes

v1.22

22 May 08:48
Compare
Choose a tag to compare
  • s3
    • Fixed typo in import boto.exceptions

v1.21

09 Aug 07:33
Compare
Choose a tag to compare
  • gcm3
    • Fixed creating new metric
  • gcs
    • Fixed catching ResponseNotReady exception

v1.20

30 May 12:39
Compare
Choose a tag to compare
  • gcm3
    • Added an optional argument labels in Metric.create() method
    • Improved check of valueType of LabelDescriptor and MetricDescriptor in Metric.create() method

v1.19

04 May 13:27
Compare
Choose a tag to compare
  • 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

13 Mar 10:06
Compare
Choose a tag to compare
  • 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

14 Feb 10:55
Compare
Choose a tag to compare
  • btq
    • Fixed queue.qsize(), do not count urgent jobs, they are already in ready count