Skip to content

Commit 94a2181

Browse files
authored
Prepare release 1.6.0 (#899)
1 parent 4f69575 commit 94a2181

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
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.6.0]]
25+
==== 1.6.0
26+
27+
[float]
28+
===== Features
29+
- Elasticsearch client instrumentation {pull}329[#329]
30+
- Introducing `Elastic.Apm.Extensions.Hosting` package with an extension method on `IHostBuilder` {pull}537[#537]
31+
- Stack trace improvements: async call stack demystification ({pull}847[#847]) and showing frames from user code for outgoing HTTP calls ({pull}845[#845])
32+
- Making fields on `IError` public {pull}847[#847]
33+
- Service map improvements: {pull}893[#893]
34+
35+
[float]
36+
===== Bug fixes
37+
- Missing traces from the Kibana traces list due to setting `Transaction.ParentId` to an `Activity` {pull}888[#888]
38+
- Exception around runtime detection {pull}859[#859]
39+
- Missing outgoing HTTP calls in .NET Framework applications and causing memory issues {pull}896[#896]
40+
2441
[[release-notes-1.5.1]]
2542
==== 1.5.1
2643

src/Directory.Build.props

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

9-
<VersionPrefix>1.5.1</VersionPrefix>
9+
<VersionPrefix>1.6.0</VersionPrefix>
1010
<Authors>Elastic and contributors</Authors>
1111
<Copyright>2020 Elasticsearch BV</Copyright>
1212
<PackageLicenseUrl>https://github.com/elastic/apm-agent-dotnet/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)