Releases: klokantech/cloudwrapper
Releases · klokantech/cloudwrapper
v2.7
v2.6
- s3
- New methods
Bucket.has(source)
andBucket.list()
- Fixed using bucket name with dots (aka domain-name)
- New methods
v1.24
- idb
- Fixed typo in
IdbConnection.drop()
method
- Fixed typo in
v1.23
- idb
- Added simplified
drop()
method inIdbConnection
, without tags
- Added simplified
- btq
- Added clear
method()
, inBtqConnection
andQueue
classes
- Added clear
v1.22
- s3
- Fixed typo in import
boto.exceptions
- Fixed typo in import
v1.21
- gcm3
- Fixed creating new metric
- gcs
- Fixed catching
ResponseNotReady
exception
- Fixed catching
v1.20
- gcm3
- Added an optional argument
labels
inMetric.create()
method - Improved check of
valueType
of LabelDescriptor and MetricDescriptor inMetric.create()
method
- Added an optional argument
v1.19
- gcs
- Added new argument
create
forGcsConnection.bucket()
method - creates the bucket, if not exists
- Added new argument
- s3
- Added new argument
create
forS3Connection.bucket()
method - creates the bucket, if not exists
- Added new argument
v1.18
- 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 exceedsmax_size
.
- Fixed
v1.17
- btq
- Fixed queue.qsize(), do not count urgent jobs, they are already in ready count