Skip to content

Releases: Azure/azure-sdk-for-net

Azure.Storage.Blobs.ChangeFeed_12.0.0-preview.46

16 Jul 19:14
328c2d1
Compare
Choose a tag to compare

12.0.0-preview.46 (2024-07-16)

Features Added

  • This release contains bug fixes to improve quality.

Azure.Monitor.OpenTelemetry.Exporter_1.4.0-beta.1

16 Jul 18:35
79cf575
Compare
Choose a tag to compare

1.4.0-beta.1 (2024-07-12)

Bugs Fixed

  • Added the LogRecord.CategoryName field to log and exception telemetry.
    Previously the CategoryName field was omitted, which was inconsistent with
    expected ILogger behavior, and with Application Insights classic behavior.
    (#44754)

Features Added

  • Added LoggerProviderBuilder.AddAzureMonitorLogExporter registration extension.
    (#44617)

Other Changes

  • Changed AzureMonitorLogExporter to be public.
    This will allow users to write custom processors for filtering logs.
    (This feature was originally introduced in 1.3.0-beta.1)
    (#44511)

  • Update OpenTelemetry dependencies
    (#44650)

    • OpenTelemetry 1.9.0

Azure.Monitor.OpenTelemetry.AspNetCore_1.3.0-beta.1

16 Jul 22:18
2a9cffa
Compare
Choose a tag to compare

1.3.0-beta.1 (2024-07-12)

Bugs Fixed

  • Added the LogRecord.CategoryName field to log and exception telemetry.
    Previously the CategoryName field was omitted, which was inconsistent with
    expected ILogger behavior, and with Application Insights classic behavior.
    (#44754)

  • Fixed an issue where a DuplicateKeyException could be thrown if EventId
    and EventName were present in both LogRecord (LogRecord.EventId,
    LogRecord.EventName) and LogRecord.Attributes. The method now uses
    EventId and EventName from LogRecord.Attributes when both are present.
    If they are not in LogRecord.Attributes, it uses the values from
    LogRecord.EventId or LogRecord.EventName, preventing the LogRecord from
    being dropped.
    (#44748)

Other Changes

  • Enabled support for log collection from Azure SDKs via Microsoft.Extensions.Logging.
    See Logging with the Azure SDK for .NET for the details.
    (This feature was originally introduced in 1.2.0-beta.2)
    (#44511)

  • Update OpenTelemetry dependencies.
    (#44650)

    • OpenTelemetry 1.9.0
    • OpenTelemetry.Extensions.Hosting 1.9.0
    • OpenTelemetry.Instrumentation.AspNetCore 1.9.0
    • OpenTelemetry.Instrumentation.Http 1.9.0
  • Updated the code of vendored instrumentation library OpenTelemetry.Instrumentation.SqlClient from the OpenTelemetry .NET contrib repository.
    Code has been updated to 1.9.0-beta.1.
    (#44682)

  • Updated the code of vendored resource detector library OpenTelemetry.Resources.Azure from the OpenTelemetry .NET contrib repository.
    Code has been updated to 1.0.0-beta.8.
    (#44682)

  • Removed an experimental feature for logs emitted within an active tracing context to follow the Activity's sampling decision.
    (This feature was originally introduced in 1.2.0-beta.1)
    (#44745)

Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents_1.0.1

15 Jul 18:21
7105c91
Compare
Choose a tag to compare

1.0.1 (2024-06-25)

Other Changes

  • Updated README.md to reflect the latest changes

Azure.ResourceManager.NewRelicObservability_1.1.0

15 Jul 10:28
7e4ebf9
Compare
Choose a tag to compare

1.1.0 (2024-07-05)

Features Added

Other Changes

  • Upgraded Azure.Core from 1.36.0 to 1.40.0
  • Upgraded Azure.ResourceManager from 1.9.0 to 1.12.0

Azure.ResourceManager.Redis_1.4.0

15 Jul 06:07
6c0e71b
Compare
Choose a tag to compare

1.4.0 (2024-07-11)

Features Added

  • Adds support for Disabling Access Keys Authentication for your Azure Cache for Redis instance

Azure.Template_1.0.3-beta.3958396

16 Jul 23:55
Compare
Choose a tag to compare
Pre-release

1.0.3-beta.3958396 (2024-07-12)

Other Changes

  • Release DPG library
  • Add Grow-up story

Azure.Core_1.41.0

11 Jul 21:33
08a6829
Compare
Choose a tag to compare

1.41.0 (2024-07-11)

Bugs Fixed

  • Fixed an issue that could result in BearerTokenAuthenticationPolicy fails to refresh a token, resulting in a OperationCanceledException (#44882).
  • Fixed case where a GeoJSON string could not be deserialized when the BoundingBox JSON value ("bbox") was set explicitly to null (#44835).

System.ClientModel_1.1.0-beta.5

11 Jul 21:13
08a6829
Compare
Choose a tag to compare
Pre-release

1.1.0-beta.5 (2024-07-11)

Features Added

  • Added AsyncPageCollection<T> and PageCollection<T> types as return types from paginated service operations, and ContinuationToken type for resuming collection state across processes.

Other Changes

  • Renamed AsyncResultCollection<T> and ResultCollection<T> to AsyncCollectionResult<T> and CollectionResult<T> to standardize use of the Result suffix in type names.
  • Removed AsyncPageableCollection<T> and PageableCollection<T> that previously represented collections of items rather than collections of pages of items, and renamed ResultPage<T> to PageResult<T>.

Azure.Communication.Email_1.1.0-beta.1

11 Jul 16:51
8d477e8
Compare
Choose a tag to compare
Pre-release

1.1.0-beta.1 (2024-07-10)

Features Added

  • Consumers can now provide their own value for the Operation ID when sending emails.
    New overloads have been added to EmailClient with the operationId parameter.