Skip to content

Commit db0dc2f

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 5b1e345 + 04535b6 commit db0dc2f

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CHANGELOG.asciidoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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>

src/elastic_apm_profiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elastic_apm_profiler"
3-
version = "1.16.1-beta.1"
3+
version = "1.17.0-beta.1"
44
edition = "2018"
55
authors = ["Elastic and Contributors"]
66
description = "Elastic APM .NET agent CLR profiler"

0 commit comments

Comments
 (0)