Skip to content

v1.8

Compare
Choose a tag to compare
@MartinMikita MartinMikita released this 04 Jan 11:49
· 79 commits to master since this release
  • 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