Skip to content

Commit 31bb643

Browse files
authored
Prepare Release 1.18.0 (#1874)
1 parent 6f5000b commit 31bb643

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

CHANGELOG.asciidoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,22 @@ endif::[]
2323
[[release-notes-1.x]]
2424
=== .NET Agent version 1.x
2525
26+
[[release-notes-1.18.0]]
27+
==== 1.18.0
28+
29+
===== Features
30+
- Profiler based agent is now GA
31+
- {pull}1806[#1806] Capture request body in ASP.NET Full Framework (issue: {issue}379[#379]).
32+
- {pull}1832[#1832] `UseWindowsCredentials`: new configuration to force the agent to use the credentials of the authenticated Windows user when events are sent to the APM Server (issue: {issue}1825[#1825]).
33+
34+
===== Bug fixes
35+
- {pull}1800[#1800] Fix incorrect transaction name in ASP.NET Web Api (issue: {issue}1645[#1637]).
36+
- {pull}1803[#1803] and {pull}1804[#1804] Fix potential NullReferenceException in TraceContinuationStrategy implementation (issue: {issue}1802[#1802]).
37+
- {pull}1780[#1780] Fix container ID parsing in AWS ECS/Fargate environments (issue: {issue}1779[#1779]).
38+
- {pull}1814[#1814] Use correct default value for ExitSpanMinDuration (issue: {issue}1789[#1789]).
39+
- {pull}1811[#1811] Fixed crashes on some SOAP 1.2 requests when using GetBufferedInputStream (issue: {issue}1759[#1759]).
40+
- {pull}1816[#1816] Group MetricSets in BreakdownMetricsProvider (issue: {issue}1678[#1678]).
41+
2642
[[release-notes-1.17.0]]
2743
==== 1.17.0
2844

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.17.0</AssemblyVersion>
6-
<InformationalVersion>1.17.0</InformationalVersion>
7-
<FileVersion>1.17.0</FileVersion>
8-
<VersionPrefix>1.17.0</VersionPrefix>
5+
<AssemblyVersion>1.18.0</AssemblyVersion>
6+
<InformationalVersion>1.18.0</InformationalVersion>
7+
<FileVersion>1.18.0</FileVersion>
8+
<VersionPrefix>1.18.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.17.0"
3+
version = "1.18.0"
44
edition = "2018"
55
authors = ["Elastic and Contributors"]
66
description = "Elastic APM .NET agent CLR profiler"

0 commit comments

Comments
 (0)