Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 3.48 KB

CHANGELOG.md

File metadata and controls

41 lines (30 loc) · 3.48 KB

Changelog

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.10.3 - 2019-05-20

Changed

0.10.2 - 2018-4-5

Changed

0.10.1 - 2018-2-14

Added

0.10.0 - 2018-1-24

Added

Changed

  • #102: Fixed bug which caused tempUrl to generate hash signature from relative path instead of absolute path by @thomasritscher #146
  • #104: Fixed bug which did not allow tenant name and id to be empty strings by @LiamJolly #105

0.9.17 - 2017-10-25

Added

Changed

  • #72: Fixed bug which caused account reauthentication to forget preferred region by @jbolla #115
  • #137: Fixed bug which caused an exception when trying to list containers in a swift version higher than 2.13.0 by @csommelet #140

0.9.16 - 2017-08-31

Changed

  • #107: Fixed bug which caused already existing containers permissions (makePublic, makePrivate) to be unchangeable through JOSS by @zhangsw #108

0.9.15 - 2017-06-15

Changed

  • #130 Fixed bug which caused timezone to reset to user's local timezone in specific cases by @djalova