File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Azure.Monitor.OpenTelemetry.AspNetCore
Azure.Monitor.OpenTelemetry.Exporter Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 119
119
<PackageReference Update =" Azure.Messaging.ServiceBus" Version =" 7.17.5" />
120
120
<PackageReference Update =" Azure.Messaging.WebPubSub" Version =" 1.3.0" />
121
121
<PackageReference Update =" Azure.MixedReality.Authentication" version = " 1.2.0" />
122
- <PackageReference Update =" Azure.Monitor.OpenTelemetry.Exporter" Version =" 1.3.0-beta.2 " />
122
+ <PackageReference Update =" Azure.Monitor.OpenTelemetry.Exporter" Version =" 1.3.0" />
123
123
<PackageReference Update =" Azure.Monitor.Query" Version =" 1.1.0" />
124
124
<PackageReference Update =" Azure.Identity" Version =" 1.11.1" />
125
125
<PackageReference Update =" Azure.Security.KeyVault.Secrets" Version =" 4.2.0" />
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.2.0-beta.5 (Unreleased )
3
+ ## 1.2.0 (2024-06-11 )
4
4
5
- ### Features Added
6
-
7
- ### Breaking Changes
5
+ ### Other Changes
8
6
9
- ### Bugs Fixed
7
+ * Disabled support for log collection from Azure SDKs.
8
+ This will be re-enabled in our next Beta while we experiment with options to enable log filtering.
9
+ ([ #44479 ] ( https://github.com/Azure/azure-sdk-for-net/pull/44479 ) )
10
10
11
- ### Other Changes
11
+ * Disabled trace-based log sampling experimental feature.
12
+ This will be re-enabled in our next Beta while we experiment with options to enable log filtering.
13
+ ([ #44479 ] ( https://github.com/Azure/azure-sdk-for-net/pull/44479 ) )
12
14
13
15
## 1.2.0-beta.4 (2024-05-20)
14
16
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<Description >An OpenTelemetry .NET distro that exports to Azure Monitor</Description >
4
4
<AssemblyTitle >AzureMonitor OpenTelemetry ASP.NET Core Distro</AssemblyTitle >
5
- <Version >1.2.0-beta.5 </Version >
5
+ <Version >1.2.0</Version >
6
6
<!-- The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7
7
<!-- TODO: Remove this condition from ApiCompatVersion after we release our next stable. Need to disable this because added new target framwork. -->
8
8
<ApiCompatVersion Condition =" '$(TargetFramework)' != 'net6.0'" >1.1.0</ApiCompatVersion >
Original file line number Diff line number Diff line change 14
14
15
15
### Other Changes
16
16
17
- * Includes all changes from 1.3.0-beta.1 and 1.3.0-beta.2
18
17
* Changed ` AzureMonitorLogExporter ` to be internal.
19
18
This will be changed back to public in our next Beta while we experiment with options to enable log filtering.
20
19
([ #44479 ] ( https://github.com/Azure/azure-sdk-for-net/pull/44479 ) )
You can’t perform that action at this time.
0 commit comments