Skip to content

Latest commit

 

History

History
99 lines (56 loc) · 3.14 KB

File metadata and controls

99 lines (56 loc) · 3.14 KB

Release History

1.3.0 (2025-09-17)

Other Changes

  • Upgraded to API version 2025-07-01.

1.2.1 (2025-03-11)

Features Added

  • Exposed JsonModelWriteCore for model serialization procedure.

1.2.0 (2024-06-28)

Features Added

Features Added

  • Enabled the new model serialization by using the System.ClientModel, refer this document for more details.

Other Changes

  • Upgraded Azure.Core from 1.36.0 to 1.40.0
  • Upgraded Azure.ResourceManager from 1.9.0 to 1.12.0

1.1.1 (2023-11-30)

Features Added

  • Enabled mocking for extension methods, refer this document for more details.

Other Changes

  • Upgraded dependent Azure.ResourceManager to 1.9.0.

1.1.0 (2023-10-30)

Features Added

  • Upgraded to API version 2023-10-01.

1.1.0-beta.2 (2023-08-08)

Features Added

  • Upgraded to API version 2023-07-01-preview
  • Added support for SMB endpoint and SMB file share endpoint.

1.1.0-beta.1 (2023-05-31)

Features Added

  • Enabled the model factory feature for model mocking, more information can be found here.

Other Changes

  • Upgraded dependent Azure.Core to 1.32.0.
  • Upgraded dependent Azure.ResourceManager to 1.6.0.

1.0.1 (2023-03-11)

Other Changes

  • Upgraded dependent Azure.Core to 1.30.0.

1.0.0 (2023-03-03)

Other Changes

This is the first stable release of StorageMover client library.

1.0.0-beta.1 (2022-12-09)

Breaking Changes

New design of track 2 initial commit.

  • Corrected the format of all uuid type properties / parameters.
  • Corrected all acronyms that don't follow Microsoft .NET Naming Guidelines.
  • Prepended StorageMover prefix to all single / simple model names
  • Optimized the name of some models and functions.

General New Features

This package follows the new Azure SDK guidelines, and provides many core capabilities:

- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our Azure SDK for .NET GitHub repo.

NOTE: For more information about unified authentication, please refer to Microsoft Azure Identity documentation for .NET.