Skip to content

Releases: Azure/arn-sdk

v0.2.2

28 Oct 18:22
v0.2.2
0299661

Choose a tag to compare

What's Changed

  • chore: Bump github.com/gofiber/fiber/v2 from 2.52.6 to 2.52.9 by @UtheMan in #36

Full Changelog: v0.2.1...v0.2.2

v0.2.1

22 Oct 21:26
v0.2.1
7f39c06

Choose a tag to compare

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

07 May 13:10
6f17149

Choose a tag to compare

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

01 May 22:35
3848b86

Choose a tag to compare

Moves the SAS lifetimes for blob's to 7 days, which is what is used in other SDKs.

v0.1.4

03 Feb 22:26
d9ce57c

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

Log container name at the debug level

28 Jan 22:09
97d3ba1

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

Use zlib headers instead of straight deflate, push publishinfo header

01 Nov 17:35
02a1c11

Choose a tag to compare

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

26 Oct 21:45
297991f

Choose a tag to compare

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

Full Changelog: v0.1.0...v0.1.1

v0.1.0

01 Oct 14:41
dd9fcce

Choose a tag to compare

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.