Skip to content

Commit

Permalink
Prepare Release 1.19.0 (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
z1c0 authored Dec 5, 2022
1 parent 7abbadd commit f72bf10
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,25 @@ endif::[]
[[release-notes-1.x]]
=== .NET Agent version 1.x
[[release-notes-1.19.0]]
==== 1.19.0
===== Features
- {pull}1867[#1867] Improve handling of multiple agent initialization.
- {pull}1877[#1877] Enable CloudMetadataProvider on Azure Functions.
- {pull}1892[#1892] CentralConfig: handle MaxAge header with less than 5 sec according to spec (issue: {issue}1831[#1831]).
- {pull}1897[#1897] Add basic agent logging preamble.
- {pull}1907[#1907] Publish docker image with agent (issue: {issue}1665[#1665]).
- {pull}1917[#1917] Add .NET 7 support (issue: {issue}1860[#1860]).
- {pull}1930[#1930] Improve SOAP action parsing.
===== Bug fixes
- {pull}1882[#1882] Fix transaction trace id not aligned when transaction is created from OTel bridge without parent (issue: {issue}1881[#1881]).
- {pull}1905[#1905] Avoid NRE during startup hook init (issue: {issue}1904[#1904]).
- {pull}1927[#1927] Avoid panic in file-logging setup (issue: {issue}1918[#1918]).
- {pull}1922[#1922] Use Span timing instead of cumulative SqlCommand statistics (issue: {issue}1869[#1869]).
- {pull}1933[#1933] Enable DOTNET_STARTUP_HOOKS for .NET 7 (issue: {issue}1900[#1900]).
[[release-notes-1.18.0]]
==== 1.18.0
Expand Down
8 changes: 4 additions & 4 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- Src Directory Build Properties -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<AssemblyVersion>1.18.0</AssemblyVersion>
<InformationalVersion>1.18.0</InformationalVersion>
<FileVersion>1.18.0</FileVersion>
<VersionPrefix>1.18.0</VersionPrefix>
<AssemblyVersion>1.19.0</AssemblyVersion>
<InformationalVersion>1.19.0</InformationalVersion>
<FileVersion>1.19.0</FileVersion>
<VersionPrefix>1.19.0</VersionPrefix>
<Authors>Elastic and contributors</Authors>
<Copyright>2022 Elasticsearch BV</Copyright>
<PackageProjectUrl>https://github.com/elastic/apm-agent-dotnet</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/elastic_apm_profiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elastic_apm_profiler"
version = "1.18.0"
version = "1.19.0"
edition = "2018"
authors = ["Elastic and Contributors"]
description = "Elastic APM .NET agent CLR profiler"
Expand Down

0 comments on commit f72bf10

Please sign in to comment.