Skip to content

Commit ea209ff

Browse files
authored
Prepare Release 1.4.0 (#778)
* Prepare Release 1.4.0 * Update CHANGELOG.asciidoc * Update CHANGELOG.asciidoc
1 parent 480be30 commit ea209ff

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

CHANGELOG.asciidoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,24 @@ endif::[]
2121
[[release-notes-1.x]]
2222
=== .NET Agent version 1.x
2323
24+
[[release-notes-1.4.0]]
25+
==== 1.4.0
26+
27+
[float]
28+
===== Features
29+
- Introducing `ITransaction.EnsureParentId()` to integrate with RUM in dynamically loaded HTML pages (including page loads in ASP.NET Core) {pull}771[#771]
30+
- New config setting: `ApiKey` {pull}733[#733]
31+
32+
[float]
33+
===== Bug fixes
34+
- Memory issue in .NET Full Framework with default metrics turned on {pull}750[#750]
35+
- Parsing for Oracle connection strings {pull}749[#749]
36+
- `StackOverflowException` when using the `Elastic.Apm.SerilogEnricher` package and the log level is set to `Verbose` {pull}753[#753]
37+
38+
[float]
39+
===== Breaking changes
40+
- We have some changes that are technically breaking changes. We made some helper classes internal that were never meant to be public. These are: `Elastic.Apm.Helpers.AgentTimeInstant`, `Elastic.Apm.Helpers.ContractExtensions`, `Elastic.Apm.Helpers.ObjectExtensions`, `Elastic.Apm.Helpers.ToStringBuilder`. None of these classes were documented or mentioned as part of the Public Agent API. We expect no usage of these classes outside the agent.
41+
2442
[[release-notes-1.3.1]]
2543
==== 1.3.1
2644

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.3.1</AssemblyVersion>
6-
<InformationalVersion>1.3.1</InformationalVersion>
7-
<FileVersion>1.3.1</FileVersion>
5+
<AssemblyVersion>1.4.0</AssemblyVersion>
6+
<InformationalVersion>1.4.0</InformationalVersion>
7+
<FileVersion>1.4.0</FileVersion>
88

9-
<PackageVersion>1.3.1</PackageVersion>
9+
<PackageVersion>1.4.0</PackageVersion>
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)