Releases: ChevronETC/AzStorage.jl
Releases · ChevronETC/AzStorage.jl
v2.6.0
AzStorage v2.6.0
Merged pull requests:
- less verbose warning about single threaded behavior on windows (#67) (@samtkaplan)
- Copy from local to blob and vice-versa with a buffer size. (#68) (@samtkaplan)
- skip broken tests for now (#70) (@samtkaplan)
v2.5.0
v2.4.1
AzStorage v2.4.1
Merged pull requests:
- switch from EzXML.jl to XML.jl (#64) (@samtkaplan)
- special-case error handling for duplicate put-block-list (#65) (@samtkaplan)
v2.4.0
AzStorage v2.4.0
Merged pull requests:
- update ci scripts (#60) (@samtkaplan)
- Log throttling and timeouts from Azure (#61) (@ovidiu-cristea)
- use default time-offset for token refresh (#62) (@samtkaplan)
- new policy requirement (#63) (@samtkaplan)
v2.3.3
AzStorage v2.3.3
Merged pull requests:
- use the service API for prefix filtering (#58) (@samtkaplan)
- Switch from LightXML to EzXML (#59) (@samtkaplan)
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)