Skip to content

Commit f72bf10

Browse files
authored
Prepare Release 1.19.0 (#1938)
1 parent 7abbadd commit f72bf10

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

CHANGELOG.asciidoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,25 @@ endif::[]
2323
[[release-notes-1.x]]
2424
=== .NET Agent version 1.x
2525
26+
[[release-notes-1.19.0]]
27+
==== 1.19.0
28+
29+
===== Features
30+
- {pull}1867[#1867] Improve handling of multiple agent initialization.
31+
- {pull}1877[#1877] Enable CloudMetadataProvider on Azure Functions.
32+
- {pull}1892[#1892] CentralConfig: handle MaxAge header with less than 5 sec according to spec (issue: {issue}1831[#1831]).
33+
- {pull}1897[#1897] Add basic agent logging preamble.
34+
- {pull}1907[#1907] Publish docker image with agent (issue: {issue}1665[#1665]).
35+
- {pull}1917[#1917] Add .NET 7 support (issue: {issue}1860[#1860]).
36+
- {pull}1930[#1930] Improve SOAP action parsing.
37+
38+
===== Bug fixes
39+
- {pull}1882[#1882] Fix transaction trace id not aligned when transaction is created from OTel bridge without parent (issue: {issue}1881[#1881]).
40+
- {pull}1905[#1905] Avoid NRE during startup hook init (issue: {issue}1904[#1904]).
41+
- {pull}1927[#1927] Avoid panic in file-logging setup (issue: {issue}1918[#1918]).
42+
- {pull}1922[#1922] Use Span timing instead of cumulative SqlCommand statistics (issue: {issue}1869[#1869]).
43+
- {pull}1933[#1933] Enable DOTNET_STARTUP_HOOKS for .NET 7 (issue: {issue}1900[#1900]).
44+
2645
[[release-notes-1.18.0]]
2746
==== 1.18.0
2847

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

0 commit comments

Comments
 (0)