Skip to content

Releases: ChameleonCloud/python-chi

v1.0.2

30 Oct 20:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

07 Oct 14:16
Compare
Choose a tag to compare
v1.0.1

v1.0.0

26 Sep 19:35
Compare
Choose a tag to compare
Version 1.0.0

v0.17.12

15 Feb 21:19
dde1902
Compare
Choose a tag to compare

container.upload() previously only uploaded the contents of a specified directory path to the container.
It now uploads the file or directory pointed to by the specified path.

  • Example before: container.upload(test.png) would not upload the file as
    it would need a directory path.
  • Example before: container.upload(test/) would upload the contents of
    the test directory
  • Example after: container.upload(test.png) uploads the file test.png and
    container.upload(test/) uploads the entire test directory

v0.17.9

19 Jan 21:16
3512397
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.8...v0.17.9

v0.17.8

19 Jan 20:00
bdf35c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.7...v0.17.8

v0.17.7

19 Jan 19:40
253dab4
Compare
Choose a tag to compare

What's Changed

  • Handle mixed leases when searching for reservations with counts by @super-cooper in #35

Full Changelog: v0.17.6...v0.17.7