Skip to content

Commit e216394

Browse files
authored
Increase version and add 1.3 changelog (#725)
1 parent d38b265 commit e216394

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

CHANGELOG.asciidoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,23 @@ endif::[]
2121
[[release-notes-1.x]]
2222
=== .NET Agent version 1.x
2323
24+
[[release-notes-1.3.0]]
25+
==== 1.3.0
26+
27+
[float]
28+
===== Features
29+
- New GC metrics: `clr.gc.count`, `clr.gc.gen[X]size`, where [X]: heap generation {pull}697[#697]
30+
- Capturing SOAP action name as part of the transaction name {pull}683[#683]
31+
- New config options: `ServiceNodeName`, `VerifyServerCert`, `DisableMetrics`, `UseElasticTraceparentHeader` (https://www.elastic.co/guide/en/apm/agent/dotnet/current/config-all-options-summary.html[docs])
32+
- Full https://www.w3.org/TR/trace-context[W3C TraceContext] support {pull}717[#717]
33+
34+
35+
[float]
36+
===== Bug fixes
37+
- Fix transaction name generation in ASP.NET Core 3.x {pull}647[#647]
38+
- Fix around HTTP request body sanitization {pull}712[#712]
39+
40+
2441
[[release-notes-1.2.0]]
2542
==== 1.2.0
2643

src/Directory.Build.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<!-- Src Directory Build Properties -->
33
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
44
<PropertyGroup>
5-
<AssemblyVersion>1.2</AssemblyVersion>
6-
<InformationalVersion>1.2</InformationalVersion>
7-
<FileVersion>1.2</FileVersion>
5+
<AssemblyVersion>1.3</AssemblyVersion>
6+
<InformationalVersion>1.3</InformationalVersion>
7+
<FileVersion>1.3</FileVersion>
88

9-
<PackageVersion>1.2</PackageVersion>
9+
<PackageVersion>1.3</PackageVersion>
1010
<Authors>Elastic and contributors</Authors>
11-
<Copyright>2019 Elasticsearch BV</Copyright>
11+
<Copyright>2020 Elasticsearch BV</Copyright>
1212
<PackageLicenseUrl>https://github.com/elastic/apm-agent-dotnet/blob/master/LICENSE</PackageLicenseUrl>
1313
<PackageProjectUrl>https://github.com/elastic/apm-agent-dotnet</PackageProjectUrl>
1414
<PackageIconUrl>https://raw.githubusercontent.com/elastic/apm-agent-dotnet/master/build/nuget-icon.png</PackageIconUrl>

0 commit comments

Comments
 (0)