Releases: ChevronETC/AzStorage.jl
Releases · ChevronETC/AzStorage.jl
v2.3.2
AzStorage v2.3.2
Merged pull requests:
- bugfix in retry logic (#56) (@samtkaplan)
- fix memory access bug (#57) (@samtkaplan)
v2.3.1
AzStorage v2.3.1
Merged pull requests:
- make use of the ccall macro to make the code a bit easier to read (#53) (@samtkaplan)
- when needed, refresh tokens in the retry-loop (locking version) (#55) (@samtkaplan)
v2.3.0
AzStorage v2.3.0
Merged pull requests:
- add support for refreshing tokens (#47) (@samtkaplan)
- Add logic for 429 error (#48) (@samtkaplan)
- update credential handling (#49) (@samtkaplan)
- Improve Makefile (#50) (@giordano)
- yggdrasil specific make target (#51) (@samtkaplan)
- improve timeout handing, using connect and read timeouts (#52) (@samtkaplan)
v2.2.0
AzStorage v2.2.0
Merged pull requests:
- change default behavior when creating AzSession, from lazy=true to lazy=false (and thus default behavior of AzContainer) (#46) (@yang-luo-princeton)
v2.1.0
AzStorage v2.1.0
Merged pull requests:
- new project layout (#42) (@samtkaplan)
- use uuid4 for generating random container names (#43) (@samtkaplan)
- allow for no-op force keyword argument in rm method (#44) (@samtkaplan)
- make open on an AzObject be an identity operation (#45) (@samtkaplan)
v2.0.1
AzStorage v2.0.1
Merged pull requests:
- bump API version (#39) (@samtkaplan)
- Cheaper isfile (#40) (@samtkaplan)
v2.0.0
AzStorage v2.0.0
Merged pull requests:
- robust mkpath to avoid 409 conflicts killing the CI (#35) (@samtkaplan)
- fixing addition of touch methods (#36) (@samtkaplan)
- update to HTTP 1 (#38) (@samtkaplan)
v1.6.0
AzStorage v1.6.0
v1.5.1
AzStorage v1.5.1
Merged pull requests:
- report curl and http errors (#32) (@samtkaplan)
- retry on curl ssl handshake error (#33) (@samtkaplan)
v1.5.0
AzStorage v1.5.0
Closed issues:
- Build failure (#26)
Merged pull requests:
- force a single thread on windows (#28) (@samtkaplan)
- retry on curl error code 6 (#29) (@samtkaplan)
- bump MS API version (#30) (@samtkaplan)
- add Base.cp methods (#31) (@samtkaplan)