Releases: Azure/azure-sdk-for-net
Azure.Storage.Blobs.ChangeFeed_12.0.0-preview.46
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
1.4.0-beta.1 (2024-07-12)
Bugs Fixed
- Added the
LogRecord.CategoryName
field to log and exception telemetry.
Previously theCategoryName
field was omitted, which was inconsistent with
expectedILogger
behavior, and with Application Insights classic behavior.
(#44754)
Features Added
- Added
LoggerProviderBuilder.AddAzureMonitorLogExporter
registration extension.
(#44617)
Other Changes
Azure.Monitor.OpenTelemetry.AspNetCore_1.3.0-beta.1
1.3.0-beta.1 (2024-07-12)
Bugs Fixed
-
Added the
LogRecord.CategoryName
field to log and exception telemetry.
Previously theCategoryName
field was omitted, which was inconsistent with
expectedILogger
behavior, and with Application Insights classic behavior.
(#44754) -
Fixed an issue where a
DuplicateKeyException
could be thrown ifEventId
andEventName
were present in bothLogRecord
(LogRecord.EventId
,
LogRecord.EventName
) andLogRecord.Attributes
. The method now uses
EventId
andEventName
fromLogRecord.Attributes
when both are present.
If they are not inLogRecord.Attributes
, it uses the values from
LogRecord.EventId
orLogRecord.EventName
, preventing theLogRecord
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
1.0.1 (2024-06-25)
Other Changes
- Updated README.md to reflect the latest changes
Azure.ResourceManager.NewRelicObservability_1.1.0
1.1.0 (2024-07-05)
Features Added
- Upgraded api-version tag from 'package-2022-07-01' to 'package-2024-03-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/07d286359f828bbc7901e86288a5d62b48ae2052/specification/newrelic/resource-manager/readme.md.
- Added
ArmOperation.Rehydrate
andArmOperation.Rehydrate<T>
static methods to rehydrate a long-running operation. - Enabled the new model serialization by using the System.ClientModel, refer this document for more details.
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
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
1.0.3-beta.3958396 (2024-07-12)
Other Changes
- Release DPG library
- Add Grow-up story
Azure.Core_1.41.0
1.41.0 (2024-07-11)
Bugs Fixed
System.ClientModel_1.1.0-beta.5
1.1.0-beta.5 (2024-07-11)
Features Added
- Added
AsyncPageCollection<T>
andPageCollection<T>
types as return types from paginated service operations, andContinuationToken
type for resuming collection state across processes.
Other Changes
- Renamed
AsyncResultCollection<T>
andResultCollection<T>
toAsyncCollectionResult<T>
andCollectionResult<T>
to standardize use of theResult
suffix in type names. - Removed
AsyncPageableCollection<T>
andPageableCollection<T>
that previously represented collections of items rather than collections of pages of items, and renamedResultPage<T>
toPageResult<T>
.
Azure.Communication.Email_1.1.0-beta.1
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 toEmailClient
with theoperationId
parameter.