Skip to content

Releases: Azure/azure-sdk-for-python

azure-monitor-opentelemetry_1.5.0

31 May 19:39
0d46073
Compare
Choose a tag to compare

1.5.0 (2024-05-31)

Features Added

  • Enable live metrics feature
    (#35566)

azure-monitor-opentelemetry-exporter_1.0.0b26

31 May 00:42
64b9434
Compare
Choose a tag to compare

1.0.0b26 (2024-05-29)

Bugs Fixed

  • Handle invalid status codes in std metric payload
    (#35762)
  • Disable distributed tracing for live metrics client calls
    (#35822)

Other Changes

  • Update live metrics to use typespec generated swagger
    (#34840)
  • Send old and new process level live metrics
    (#35753)

azure-mgmt-oracledatabase_1.0.0b1

30 May 09:00
74509c2
Compare
Choose a tag to compare
Pre-release

1.0.0b1 (2024-05-27)

  • Initial Release

azure-mgmt-informaticadatamanagement_1.0.0b1

30 May 03:42
4c85db2
Compare
Choose a tag to compare

1.0.0b1 (2024-05-29)

  • Initial version

azure-mgmt-hybridcompute_9.0.0b3

30 May 07:58
7e050d9
Compare
Choose a tag to compare
Pre-release

9.0.0b3 (2024-05-30)

Features Added

  • Added operation MachineRunCommandsOperations.begin_update
  • Added operation group GatewaysOperations
  • Added operation group LicensesOperations
  • Added operation group NetworkSecurityPerimeterConfigurationsOperations
  • Added operation group SettingsOperations
  • Model LicenseDetails has a new parameter volume_license_details

azure-mgmt-devopsinfrastructure_1.0.0b1

29 May 09:14
f621bd0
Compare
Choose a tag to compare
Pre-release

1.0.0b1 (2024-05-29)

  • Initial version

azure-appconfiguration-provider_1.2.0

28 May 22:02
e8df090
Compare
Choose a tag to compare

1.2.0 (2024-05-24)

Features Added

  • Enable loading of feature flags with feature_flag_enabled
  • Select Feature Flags to load with feature_flag_selectors
  • Enable/Disable Feature Flag Refresh with feature_flag_refresh_enabled

Bugs Fixed

  • Fixes issue where loading configurations were slower due to returning a copy of the configurations.

azure-ai-ml_1.16.1

28 May 18:32
f66d37c
Compare
Choose a tag to compare

azure-mgmt-selfhelp_2.0.0b4

28 May 05:52
ba5436d
Compare
Choose a tag to compare
Pre-release

2.0.0b4 (2024-05-27)

Features Added

  • Added operation CheckNameAvailabilityOperations.check_availability
  • Added operation group DiscoverySolutionNLPOperations

Breaking Changes

  • Removed operation CheckNameAvailabilityOperations.post
  • Removed operation group DiscoverySolutionNLPSubscriptionScopeOperations
  • Removed operation group DiscoverySolutionNLPTenantScopeOperations

azure-ai-vision-face_1.0.0b1

28 May 09:45
796f321
Compare
Choose a tag to compare
Pre-release

1.0.0b1 (2024-05-28)

This is the first preview of the azure-ai-vision-face client library that follows the Azure Python SDK Design Guidelines.
This library replaces the package azure-cognitiveservices-vision-face.

This package's documentation and samples demonstrate the new API.

Features Added

  • Added support for Liveness detection.
  • Asynchronous APIs are added under azure.ai.vision.face.aio namespace.
  • Authentication with Microsoft Entra ID is supported using DefaultAzureCredential() from azure.identity.

Breaking Changes

  • This library only supports the API of the the operation groups below of Azure AI Face v1.1-preview.1:
    • Face Detection Operations
    • Face Recognition Operations: only Find Similiar, Group and Verify Face To Face.
    • Liveness Session Operations
  • The namespace/package name for Azure AI Face has changed from azure.cognitiveservices.vision.face to azure.ai.vision.face.
  • Two client design:
    • FaceClient to perform core Face functions such as face detection, verification, finding similar faces and grouping faces.
    • FaceSessionClient to interact with sessions which is used for Liveness detection.
  • New function names that comply with Azure Python SDK Design Guidelines:
    • For example, the method person_group_person.create() is changed to create_person_group_person().
  • The Snapshot operations are all removed as the Snapshot API is no longer supported.