Skip to content

Releases: Azure/azure-sdk-for-python

azure-eventgrid_4.17.0

08 Feb 23:16
86bb315
Compare
Choose a tag to compare

4.17.0 (2024-02-08)

This version and all future versions will require Python 3.8+.

Features Added

  • Added new enums values to SystemEventNames related to Azure Storage and Azure VMware Solution.

azure-ai-resources_1.0.0b7

08 Feb 21:03
3a024ef
Compare
Choose a tag to compare
Pre-release

1.0.0b7 (2024-02-07)

Other Changes

  • Bug fixes

azure-ai-generative_1.0.0b7

08 Feb 21:48
3a024ef
Compare
Choose a tag to compare
Pre-release

1.0.0b7 (2024-02-07)

Other Changes

  • Bug fixes

azure-monitor-opentelemetry-exporter_1.0.0b22

06 Feb 18:03
54e0fa6
Compare
Choose a tag to compare

1.0.0b22 (2024-02-01)

Features Added

  • Add live metrics skeleton + swagger definitions
    (#33983)
  • Only create temporary folder if local storage is enabled without storage directory.
    (#34061)

Bugs Fixed

  • Update exception details messsage based on LogRecord body
    (#34020)

Other Changes

  • Drop support for Python 3.7
    (#34105)

azure-ai-resources_1.0.0b6

06 Feb 18:40
49c9661
Compare
Choose a tag to compare
Pre-release

1.0.0b6 (2024-02-06)

Other Changes

  • Bug fixes

azure-ai-generative_1.0.0b6

06 Feb 18:41
49c9661
Compare
Choose a tag to compare
Pre-release

1.0.0b6 (2024-02-06)

Other Changes

  • Bug fixes

azure-identity_1.16.0b1

06 Feb 19:43
85fe164
Compare
Choose a tag to compare
Pre-release

1.16.0b1 (2024-02-06)

Bugs Fixed

  • Fixed the bug that ClientAssertionCredential constructor fails if kwargs are provided. (#33673)
  • ManagedIdentityCredential is more lenient with the error message it matches when falling through to the next credential in the chain in the case that Docker Desktop returns a 403 response when attempting to access the IMDS endpoint. (#33928)

Other Changes

  • AzureCliCredential utilizes the new expires_on property returned by az CLI versions >= 2.54.0 to determine token expiration. (#33947)
  • Azure-identity is supported on Python 3.8 or later.

azure-cosmos_4.5.2b4

03 Feb 00:52
8fa6cee
Compare
Choose a tag to compare
azure-cosmos_4.5.2b4 Pre-release
Pre-release

4.5.2b4 (2024-02-02)

This version and all future versions will require Python 3.8+.

Features Added

  • Added preview support for Computed Properties on Python SDK (Must be enabled on the account level before it can be used). See PR 33626.

Bugs Fixed

  • Made use of response_hook thread-safe in the sync client. See PR 33790.
  • Fixed bug with the session container not being properly maintained. See 33738.

azure-ai-resources_1.0.0b5

03 Feb 07:49
040bb5b
Compare
Choose a tag to compare
Pre-release

1.0.0b5 (2024-02-01)

Other Changes

  • Duplicate cleanup

azure-ai-generative_1.0.0b5

03 Feb 08:30
040bb5b
Compare
Choose a tag to compare
Pre-release

1.0.0b5 (2024-02-02)

Features Added

  • Supports evaluate() on chat

Bugs Fixed

  • Fix promptflow evaluation bugs

Other Changes

  • Duplicate cleanup