Skip to content

Releases: Azure/azure-sdk-for-python

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

azure-ai-resources_1.0.0b4

01 Feb 04:51
14c0906
Compare
Choose a tag to compare
Pre-release

1.0.0b4 (2024-02-01)

Other Changes

  • Use openai v1 environment variable

azure-ai-generative_1.0.0b4

01 Feb 05:09
14c0906
Compare
Choose a tag to compare
Pre-release

1.0.0b4 (2024-02-01)

Features Added

  • Support custom metrics for evaluation

Other Changes

  • Switched evaluate() function to run on promptflow engine
  • Use openai v1 environment variable

azure-monitor-query_1.2.1

31 Jan 22:41
4300407
Compare
Choose a tag to compare

1.2.1 (2024-01-31)

Bugs Fixed

  • Fixed certain keyword arguments from being propagated when using MetricsQueryClient.

Other Changes

  • Internal updates to generated code.
  • Bumped minimum dependency on azure-core to >=1.28.0.