Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2022

Bumps Elastic.Apm from 1.17.0 to 1.19.0.

Release notes

Sourced from Elastic.Apm's releases.

v1.19.0

Features

  • #1867 Improve handling of multiple agent initialization.
  • #1877 Enable CloudMetadataProvider on Azure Functions.
  • #1892 CentralConfig: handle MaxAge header with less than 5 sec according to spec (issue: #1831).
  • #1897 Add basic agent logging preamble.
  • #1907 Publish docker image with agent (issue: #1665).
  • #1917 Add .NET 7 support (issue: #1860).
  • #1930 Improve SOAP action parsing.

Bug fixes

  • #1882 Fix transaction trace id not aligned when transaction is created from OTel bridge without parent (issue: #1881).
  • #1905 Avoid NRE during startup hook init (issue: #1904).
  • #1927 Avoid panic in file-logging setup (issue: #1918).
  • #1922 Use Span timing instead of cumulative SqlCommand statistics (issue: #1869).
  • #1933 Enable DOTNET_STARTUP_HOOKS for .NET 7 (issue: #1900).

v1.18.0

Features

  • Profiler based agent is now GA
  • #1806 Capture request body in ASP.NET Full Framework (issue: #379).
  • #1832 UseWindowsCredentials: new configuration to force the agent to use the credentials of the authenticated Windows user when events are sent to the APM Server (issue: #1825).

Bug fixes

  • #1800 Fix incorrect transaction name in ASP.NET Web Api (issue: #1637).
  • #1803 and #1804 Fix potential NullReferenceException in TraceContinuationStrategy implementation (issue: #1802).
  • #1780 Fix container ID parsing in AWS ECS/Fargate environments (issue: #1779).
  • #1814 Use correct default value for ExitSpanMinDuration (issue: #1789).
  • #1811 Fixed crashes on some SOAP 1.2 requests when using GetBufferedInputStream (issue: #1759).
  • #1816 Group MetricSets in BreakdownMetricsProvider (issue: #1678).
Changelog

Sourced from Elastic.Apm's changelog.

==== 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

===== Features

  • Profiler based agent is now GA
  • {pull}1806#1806 Capture request body in ASP.NET Full Framework (issue: {issue}379#379).
  • {pull}1832#1832 UseWindowsCredentials: new configuration to force the agent to use the credentials of the authenticated Windows user when events are sent to the APM Server (issue: {issue}1825#1825).

===== Bug fixes

  • {pull}1800#1800 Fix incorrect transaction name in ASP.NET Web Api (issue: {issue}1645#1637).
  • {pull}1803#1803 and {pull}1804#1804 Fix potential NullReferenceException in TraceContinuationStrategy implementation (issue: {issue}1802#1802).
  • {pull}1780#1780 Fix container ID parsing in AWS ECS/Fargate environments (issue: {issue}1779#1779).
  • {pull}1814#1814 Use correct default value for ExitSpanMinDuration (issue: {issue}1789#1789).
  • {pull}1811#1811 Fixed crashes on some SOAP 1.2 requests when using GetBufferedInputStream (issue: {issue}1759#1759).
  • {pull}1816#1816 Group MetricSets in BreakdownMetricsProvider (issue: {issue}1678#1678).

[[release-notes-1.17.0]]

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Elastic.Apm](https://github.com/elastic/apm-agent-dotnet) from 1.17.0 to 1.19.0.
- [Release notes](https://github.com/elastic/apm-agent-dotnet/releases)
- [Changelog](https://github.com/elastic/apm-agent-dotnet/blob/main/CHANGELOG.asciidoc)
- [Commits](elastic/apm-agent-dotnet@v1.17.0...v1.19.0)

---
updated-dependencies:
- dependency-name: Elastic.Apm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 28, 2023

Superseded by #150.

@dependabot dependabot bot closed this Feb 28, 2023
@dependabot dependabot bot deleted the dependabot/nuget/Elastic.Apm-1.19.0 branch February 28, 2023 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant