Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Releases: MindFlavor/AzureSDKForRust

Azure storage queue - List queues and put message

29 Sep 18:05
080dc59
Compare
Choose a tag to compare

Initial release of the Azure storage queue crate, as per gentle request of #319.

This is likely the last release of this repository before migrating into the Microsoft Open source one.

Blob Storage: fixed bug in signature generation

11 Sep 13:27
5127783
Compare
Choose a tag to compare

This is a maintenance release, it only fixes #317.

Azure Blob Storage - List blobs method no longer requires a Clone-able Client if not calling the stream function

19 Jul 12:27
Compare
Choose a tag to compare

Azure Storage Blob - Workaround for Azurite Creation Dates

13 Jul 19:05
5c90b4a
Compare
Choose a tag to compare

This minor release add a feature flag called azurite_workaround.
This relaxes the requirements of the Azure Storage Blob crate to accept malformed responses (without a valid creation date). This should allow the crate to work with Azurite.
The default features are unchanged.

AAD - Credential providers and 'default' pattern

08 Jul 10:23
Compare
Choose a tag to compare

This release includes the great Damien Pontifex's PR in the title (#309). This will streamline the development experience.

New features

Crate Fix PR Backwards-compatible Credit
Azure AAD AAD credential providers and 'default' pattern #309 🟢 Damien Pontifex

Bugfixes

Crate Fix PR Backwards-compatible Credit
Azure Storage Blob Swapped crc&md5 with consistency in put_block_blob_response #312 🟡 (minimal impact) Ayush Goyal

Azure storage core - Enhancement ?Sized for Client

30 Jun 18:05
d13d5f6
Compare
Choose a tag to compare

This minor fix should make using Arc<dyn Client> as simple to use as Box<dyn Client>. Special thanks to Clemens Winter for all the help he's giving in isolating and solving these issues! 🥇

Azure storage blob: Bugfix - allow either crc64 or md5 consistency header in put_block response

27 Jun 11:27
1036adc
Compare
Choose a tag to compare

Since this change impacts the core crate, the other crates have been bumped as well (even if there are no changes).

Azure AAD: Support for refresh token exchange

26 Jun 14:13
1995aac
Compare
Choose a tag to compare

This is a first implementation of the refresh token support. It has been tested successfully with the device code flow but it should support other flows as well.

This also shuffles the structs/types around a bit, in preparation for a more cohesive crate.

Fixes #290.

Azure AAD: OAuth 2.0 device code flow implementation

25 Jun 18:22
451d3f0
Compare
Choose a tag to compare

This release also migrates the aforementioned crate from the failure crate to the thiserror one.
For a commented, working example on how to use the device code flow authentication, please see examples/device_code_flow.rs.

Azure AAD: Rename AAD functions to match the Microsoft documentation

23 Jun 12:07
ffc4f79
Compare
Choose a tag to compare