Skip to content

Releases: Azure/azure-sdk-for-net

Azure.AI.OpenAI_2.0.0-beta.5

04 Sep 01:15
409dc1f
Compare
Choose a tag to compare
Pre-release

2.0.0-beta.5 (2024-09-03)

This update increments library compatibility to OpenAI 2.0.0-beta.11, including several breaking changes.

Features Added

  • Added the OpenAIChatModelFactory in the OpenAI.Chat namespace (a static class that can be used to instantiate OpenAI models for mocking in non-live test scenarios). (79014ab)

Breaking Changes

  • Updated fine-tuning pagination methods GetJobs, GetEvents, and GetJobCheckpoints to return IEnumerable<ClientResult> instead of ClientResult. (5773292)
  • Updated the batching pagination method GetBatches to return IEnumerable<ClientResult> instead of ClientResult. (5773292)
  • Changed GeneratedSpeechVoice from an enum to an "extensible enum". (79014ab)
  • Changed GeneratedSpeechFormat from an enum to an "extensible enum". (cc9169a)
  • Renamed SpeechGenerationOptions's Speed property to SpeedRatio. (cc9169a)

Bugs Fixed

  • Corrected an internal deserialization issue that caused recent updates to Assistants file_search to fail when streaming a run. Strongly typed support for ranking_options is not included but will arrive soon. (cc9169a)
  • Mitigated a .NET runtime issue that prevented ChatResponseFormat from serializing correct on targets including Unity. (cc9169a)

Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO_1.0.0-beta.2

02 Sep 05:30
3f8cf30
Compare
Choose a tag to compare

1.0.0-beta.2 (2024-09-02)

Features Added

  • Add UserId parameter in SocketIONegotiate attribute to assign user id to sockets
  • Add userId binding parameter in SocketIOTrigger attribute to get user id of sockets.

Microsoft.Azure.WebPubSub.Common_1.3.0

04 Sep 01:54
06d99c9
Compare
Choose a tag to compare

1.3.0 (2024-09-04)

Features Added

  • Support MQTT event handlers.
  • Add Content field in WebPubSubClientCertificate to carry over client certificate content.

Microsoft.Azure.WebJobs.Extensions.WebPubSub_1.8.0

04 Sep 02:03
06d99c9
Compare
Choose a tag to compare

1.8.0 (2024-09-04)

Features Added

  • Added MQTT client events support.

Azure.ResourceManager_1.13.0

30 Aug 07:31
20ec3f7
Compare
Choose a tag to compare

1.13.0 (2024-09-03)

Features Added

  • Added JsonModelWriteCore to serialization file so that derived models could call it without doing the serialization of base properties themselves.

Other Changes

  • Added to the sample code to authenticate with the azure in China in the README.md file.

Azure.ResourceManager.Monitor_1.4.0-beta.1

30 Aug 07:57
86b5149
Compare
Choose a tag to compare

1.4.0-beta.1 (2024-09-03)

Features Added

  • Added azure monitor pipeline group APIs (version 2023-10-01-preview)

Azure.ResourceManager.MongoCluster_1.0.0-beta.1

30 Aug 08:12
2ba91f0
Compare
Choose a tag to compare

1.0.0-beta.1 (2024-08-30)

Features Added

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.

Azure.ResourceManager.ComputeFleet_1.0.0-beta.1

30 Aug 08:02
86b5149
Compare
Choose a tag to compare

1.0.0-beta.1 (2024-08-28)

  • Initial beta version

Features Added

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.

Azure.AI.OpenAI_2.0.0-beta.4

30 Aug 18:51
78339d5
Compare
Choose a tag to compare
Pre-release

2.0.0-beta.4 (2024-08-30)

This small release increments library compatibility to the latest OpenAI 2.0.0-beta.10. Prior to this update, interactions with the two breaking changes described below prevented full interoperability.

Breaking Changes

  • AudioClient's GenerateSpeechFromText() method is renamed to GenerateSpeech()
  • OpenAIFileInfo's SizeInBytes is now of type int? (previously long?)

Azure.ResourceManager.Compute_1.6.0

27 Aug 06:37
2c537d3
Compare
Choose a tag to compare

1.6.0 (2024-08-26)

Features Added

  • Added a new read-only property LogicalSectorSize to DiskRestorePointData class.
  • Added new properties SkuProfile and ZonalPlatformFaultDomainAlignMode to VirtualMachineScaleSetData class.
  • Added new properties Zones, ZonalPlatformFaultDomainAlignMode, and SkuProfile to VirtualMachineScaleSetPatch class.
  • Added a new property ScheduledEventsPolicy to AvailabilitySetPatch and AvailabilitySetData class.

Breaking Changes

  • ExcludeExtensions property in ComputeSecurityPostureReference is replaced by ExcludeExtensionNames property which takes in a list of strings.
  • IsVmAgentPlatformUpdatesEnabled property in WindowsConfiguration class is now read-only.