Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 843 Bytes

CHANGELOG.md

File metadata and controls

43 lines (26 loc) · 843 Bytes

[Unreleased]

  • Allow lazy loading the signer
  • Add blob_exist?
  • Add container_exist?

[0.5.4] 2024-11-18

  • Allow creating public container
  • Add Azurite support

[0.5.3] 2024-10-31

  • Add support for setting tags when uploading a blob
  • Add get_blob_tags

[0.5.2] 2024-09-12

  • Add get_container_properties
  • Add create_container
  • Add delete_container
  • Support for Azure China, US Gov and Germany

[0.5.1] 2024-09-09

  • Remove dev files from the release

[0.5.0] 2024-09-09

  • Added support for Managed Identities (Entra ID)

[0.4.2] 2024-06-06

  • Documentation
  • Fix an issue with integrity check on multi block upload

[0.4.1] 2024-05-27

First working release.

  • Re-implemented the required parts of the azure-storage-blob API to make Active Storage work.
  • Extracted the AzureStorage adapter from Rails.