Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 2.13 KB

File metadata and controls

43 lines (28 loc) · 2.13 KB

Release History

1.1.0-beta.1 (2023-11-27)

Features Added

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

Other Changes

  • Upgraded dependent Azure.ResourceManager to 1.9.0.

1.0.0 (2023-09-25)

This release is the first stable release of the CosmosDBForPostgreSql library.

Breaking Changes

  • Supported new parameters and removed deprecated parameters in all existing resources.
  • Supported new post actions in the existing resources.
  • Removed some post actions that are not needed.
  • Prepended CosmosDBForPostgreSql prefix to all single / simple model names.
  • Corrected the format of all ResourceIdentifier type properties / parameters.
  • Corrected the name of interval / duration properties / parameters that end with units.
  • Optimized the name of some models and functions.
  • Corrected all acronyms that not follow .Net Naming Guidelines.
  • Corrected enumeration name by following Naming Enumerations Rule.

1.0.0-beta.1 (2023-06-06)

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.