File tree Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,23 @@ endif::[]
2323[[release-notes-1.x]]
2424=== .NET Agent version 1.x
2525
26+ [[release-notes-1.17.0]]
27+ ==== 1.17.0
28+
29+ ===== Features
30+ - {pull}1739[#1739] Introduce the `TraceContinuationStrategy` config (issue: {issue}1637[#1637]).
31+ - {pull}1749[#1749] Span Links with Azure ServiceBus (issue: {issue}1638[#1638]).
32+ - {pull}1765[#1765] Improve db granularity (issue: {issue}1664[#1664]).
33+ - {pull}1795[#1795] Add config option `span_stack_trace_min_duration` (issue: {issue}1529[#1529]).
34+
35+ ===== Bug fixes
36+ - {pull}1746[#1746] Fix default for the `ApplicationNamespaces` config.
37+ - {pull}1755[#1755] Flow SynchronizationContext across public API calls (issue: {issue}1660[#1660]).
38+ - {pull}1753[#1753] PayloadSender threading improvements (issue: {issue}1571[#1571]).
39+ - {pull}1773[#1773] Include Accept header on APM server info call (caused errors when reading APM Server info) (issue: {issue}1624[#1624]).
40+ - {pull}1781[#1781] Significantly improved the performance of database query parsing (issue: {issue}1763[#1763]).
41+ - {pull}1787[#1787] Fix FillApmServerInfo : Invalid ElasticApm_ApiKey throws Exception (issue: {issue}1735[#1735]).
42+
2643[[release-notes-1.16.1]]
2744==== 1.16.1
2845
Original file line number Diff line number Diff line change 22 <!-- Src Directory Build Properties -->
33 <Import Project =" $([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
44 <PropertyGroup >
5- <AssemblyVersion >1.16.1 </AssemblyVersion >
6- <InformationalVersion >1.16.1 </InformationalVersion >
7- <FileVersion >1.16.1 </FileVersion >
8- <VersionPrefix >1.16.1 </VersionPrefix >
5+ <AssemblyVersion >1.17.0 </AssemblyVersion >
6+ <InformationalVersion >1.17.0 </InformationalVersion >
7+ <FileVersion >1.17.0 </FileVersion >
8+ <VersionPrefix >1.17.0 </VersionPrefix >
99 <Authors >Elastic and contributors</Authors >
1010 <Copyright >2022 Elasticsearch BV</Copyright >
1111 <PackageProjectUrl >https://github.com/elastic/apm-agent-dotnet</PackageProjectUrl >
Original file line number Diff line number Diff line change 11[package ]
22name = " elastic_apm_profiler"
3- version = " 1.16.1 -beta.1"
3+ version = " 1.17.0 -beta.1"
44edition = " 2018"
55authors = [" Elastic and Contributors" ]
66description = " Elastic APM .NET agent CLR profiler"
You can’t perform that action at this time.
0 commit comments