Releases: Azure/arn-sdk
v0.2.2
v0.2.1
What's Changed
- Adding a branch-protection yaml to satisfy SDL branch protection policy. by @jampaarporn in #31
- Removes issue where we don't push initial blob, moves to better sync.Pool, metrics are on newer format by @element-of-surprise in #34
- fix: ensure tenant ids are properly marshalled/unmarshalled and that values in parent/child resources match by @UtheMan in #33
Full Changelog: v0.2.0...v0.2.1
Container name changes
Cloud storage costs are more complicated that just storage. We currently use containers that are made whenever the day changes. This is moving to one hour, changing the name format of the containers.
This will allow us to use rules to delete containers every 24 hours instead of deleting files individually. This could reduce our costs 50% by lowering the amount of operations performed.
This change revs the minor version of a 0.X release due to the changes to the file name.
v0.1.5 - SAS LIfetime increase
Moves the SAS lifetimes for blob's to 7 days, which is what is used in other SDKs.
v0.1.4
Log container name at the debug level
What's Changed
- Log container name at the debug level by @shanalily in #25
Full Changelog: v0.1.2...v0.1.3
Use zlib headers instead of straight deflate, push publishinfo header
What's Changed
- Changes compression to use zlib headers instead of straight deflate, adds publisherinfo header by @element-of-surprise in #24
Full Changelog: v0.1.1...v0.1.2
Add ability to fake ARN and Blob storage
Adds the ability to fake out the ARN service and storage. This can be useful in end to end tests by upper level clients.
What's Changed
- Moving around github workflows items to correct bad placement by @element-of-surprise in #21
- Allows the ARN and Blob services to be faked out by @element-of-surprise in #23
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Releases v0.1.0
Adds breaking changes to the AddtionalBatchProperties field, turning it from a map[string]any to a struct with an embeddable map. This allows for automatically adding some static fields that always apply.