Skip to content

Releases: Azure/azure-sdk-for-net

Azure.ResourceManager.Nginx_1.1.0-beta.3

14 Feb 10:36
6ed6185
Compare
Choose a tag to compare

1.1.0-beta.3 (2025-02-14)

Features Added

Other Changes

  • Upgraded Azure.Core from 1.44.1 to 1.45.0

Azure.ResourceManager.Network_1.11.0-beta.1

14 Feb 16:19
0bf874f
Compare
Choose a tag to compare

1.11.0-beta.1 (2025-02-14)

Features Added

Azure.ResourceManager.Monitor_1.4.0-beta.2

14 Feb 15:48
e9e9f86
Compare
Choose a tag to compare

1.4.0-beta.2 (2025-02-14)

Features Added

  • Added Azure Monitor Action Group APIs (version 2024-10-01-preview).
  • Exposed JsonModelWriteCore for model serialization procedure.

Azure.AI.Inference_1.0.0-beta.3

13 Feb 23:59
a5ca37d
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.3 (2025-02-13)

Features Added

  • Added new ImageEmbeddingsClient, to provide support for generating embeddings with model input. See sample for more information.
  • Added support for Chat Completions with audio input, for supported models.
  • Added support for Chat Completions with structured output.
  • Added support for providing a "Developer" message to models which support it.

Breaking Changes

  • ChatCompletionsResponseFormatJSON has been renamed to ChatCompletionsResponseFormatJsonObject.

Bugs Fixed

  • Fixed an issue where usage wasn't being properly included in chat responses.

Azure.ResourceManager.DataProtectionBackup_1.6.0

12 Feb 09:54
38b6144
Compare
Choose a tag to compare

1.6.0 (2025-02-12)

Other Changes

  • Stable version release of 1.6.0-beta.1.

Azure.Messaging.EventHubs_5.11.6

12 Feb 20:03
eeb50a8
Compare
Choose a tag to compare

5.11.6 (2025-02-11)

Bugs Fixed

  • Fixed an obscure edge case in the EventHubBufferedProducer client where an obscure race condition when flushing/enqueuing events concurrently with disposing the producer could cause a semaphore to be released inappropriately. This error superseded the TaskCanceledException that should have been surfaced.

Azure.Messaging.EventHubs.Processor_5.11.6

12 Feb 21:00
a4e1eff
Compare
Choose a tag to compare

5.11.6 (2025-02-11)

Other Changes

  • Bump Azure.Messaging.EventHubs dependency to 5.11.6, which includes bumps to several transitive dependencies.

Microsoft.Azure.WebJobs.Extensions.Storage_5.3.4

11 Feb 18:50
37f769a
Compare
Choose a tag to compare

Microsoft.Azure.WebJobs.Extensions.Storage.Queues_5.3.4

11 Feb 18:35
37f769a
Compare
Choose a tag to compare

5.3.4 (2025-02-11)

Bugs Fixed

  • Fixed bug where calling StopAsync in QueueListener while drain mode was enabled would cancel the execution cancellation token.
  • Fixed bug where the cancellation token passed to QueueListener.ProcessMessageAsync was being propagated to the QueueProcessor.CompleteProcessingMessageAsync call. Since this token is always canceled when QueueListener.StopAsync is invoked, it caused messages to be processed but not deleted.

Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.3.4

11 Feb 18:33
37f769a
Compare
Choose a tag to compare

5.3.4 (2025-02-11)

Other Changes

  • This release contains bug fixes to improve quality.