Skip to content

Releases: klokantech/cloudwrapper

v1.16

13 Feb 15:56
Compare
Choose a tag to compare
  • btq
    • Fixed queue.qsize() to count urgent jobs
    • Added queue.release(delay, priority) method

v1.15

08 Feb 08:40
Compare
Choose a tag to compare
  • btq
    • Fixed queue.qsize() to include reserved jobs - leased jobs not finished

v1.14

13 Sep 11:54
Compare
Choose a tag to compare
  • gdm
    • Added deployment.has_error() method, to verify if deployment has any error or is correct.
    • Renamed deployment.has() method into deplyoment.exists()

v1.13

12 Sep 13:51
Compare
Choose a tag to compare
  • gcm
    • Deprecated API v2 #13
  • gcm3
    • Rewritten using new gcloud libraries #12
    • Added metric.fullName() method

v1.12

01 Aug 09:31
Compare
Choose a tag to compare
  • s3
    • Fixed xrange in Python3, alias to range

v1.11

28 Jul 08:46
Compare
Choose a tag to compare
  • s3
    • connect to custom host service, usage: S3Connection(None, access_key, secret_key, host)

v1.10

13 Jul 14:13
Compare
Choose a tag to compare
  • new BaseBucket class, used in gcs
  • gcs
    • new method list() - listing all buckets of GCS
    • new method bucket.make_public(source)
    • new method bucket.is_remote(source)
    • new method bucket.get_public_url(source)
  • idb
    • fixed typo in variable name

v1.9

30 Jan 12:16
Compare
Choose a tag to compare
  • idb
    • add silent argument in table.drop() method, default True
  • gcs
    • fixed importing in Python3
  • gce
    • new method instanceHostname() - returns full internal hostname of GCE instance
    • method instanceName() returns only clear instance name

v1.8

04 Jan 11:49
Compare
Choose a tag to compare
  • gce:
    • fixed catching exception if not on GCE
    • added regionQuotas(region), regionsQuotas(), regionsZones() methods, using compute API service
  • gcs:
    • fixed catching exception in get(source, target), put(source, target) and is_public(source) methods
  • idb:
    • fixed typo in SQL ORDER
    • fixed python3 compatible code
    • added table.drop() method
    • added extending SQL where condition in table.list() method

v1.7

16 Dec 09:36
Compare
Choose a tag to compare
  • fixed idm - do not overwrite global hostname label
  • changed idb:
    • add optional sort, default by time desc
    • add method get() - return single row from list()