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(), inBtqConnectionandQueueclasses
- 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
ResponseNotReadyexception
- Fixed catching
v1.20
- gcm3
- Added an optional argument
labelsinMetric.create()method - Improved check of
valueTypeof LabelDescriptor and MetricDescriptor inMetric.create()method
- Added an optional argument
v1.19
- gcs
- Added new argument
createforGcsConnection.bucket()method - creates the bucket, if not exists
- Added new argument
- s3
- Added new argument
createforS3Connection.bucket()method - creates the bucket, if not exists
- Added new argument
v1.18
- btq
- Fixed
queue.qsize()to count delayed jobs - Added argument
max_sizein 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