Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-packages group with 4 updates #113

Merged
merged 3 commits into from
Feb 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps the all-packages group with 4 updates: Elastic.Apm, Elastic.Apm.AspNetCore, Elastic.Apm.Azure.Storage and NUnit.

Updates Elastic.Apm from 1.25.3 to 1.26.0

Release notes

Sourced from Elastic.Apm's releases.

v1.26.0

What's Changed

New Contributors

Full Changelog: elastic/apm-agent-dotnet@v1.25.3...v1.26.0

Changelog

Sourced from Elastic.Apm's changelog.

==== 1.26.0

This release introduces more thorough sanitization of request/response cookies to align with the APM spec. The incoming Cookie is now redacted by default. The cookies it contains are extracted and sanitized according to the SanitizeFieldNames configuration. Response headers are now correctly sanitized, including the Set-Cookie header. This is a behaviour change!

===== Features

{pull}2290#2290 Fully implement the sanitization spec for request/response headers {pull}2272#2272 Include process information in metadata stanza when emitting events to apm-server {pull}2264#2264 Switch to Licence expression rather than file

===== Bug fixes

{pull}2267#2267 Cleanup of packages thanks to Framework reference {pull}2274#2274 Limit memory usage when capturing SOAP request bodies {pull}2276#2276 Address a few synchronization issues in the codebase {pull}2277#2277 Truncate unknown keys logging from central config parser {pull}2278#2278 Ensure exposed default constants are readonly {pull}2283#2283 Fix duplicate key errors on dropped span stats update {pull}2279#2279 Remove RegexConverter, not used in serialization from and to apm-server {pull}2280#2280 Cleanup some dead code and one instance of null propagation in tooling NOT userfacing code

[[release-notes-1.25.3]]

Commits
  • d378dd8 Add release notes for 1.26.0 (#2294)
  • 93cd0fa Fully implement the sanitization spec (#2290)
  • 2e1793a security: add permissions block to workflows (#2288)
  • 53771b7 Update Rust (#2291)
  • b505dcd Fix #2248 duplicate key errors on dropped span stats update (#2283)
  • be1655d Switch to Licence expression rather than file (#2264)
  • 3f57699 Reenable IIS tests (#2237)
  • 5eb5693 Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /test/instrumentations/Elas...
  • 98ada44 Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /test/profiler/Elastic.Apm....
  • 56466c0 Bump Microsoft.Data.SqlClient from 1.1.4 to 2.1.7 in /benchmarks/Elastic.Apm....
  • Additional commits viewable in compare view

Updates Elastic.Apm.AspNetCore from 1.25.3 to 1.26.0

Release notes

Sourced from Elastic.Apm.AspNetCore's releases.

v1.26.0

What's Changed

New Contributors

Full Changelog: elastic/apm-agent-dotnet@v1.25.3...v1.26.0

Changelog

Sourced from Elastic.Apm.AspNetCore's changelog.

==== 1.26.0

This release introduces more thorough sanitization of request/response cookies to align with the APM spec. The incoming Cookie is now redacted by default. The cookies it contains are extracted and sanitized according to the SanitizeFieldNames configuration. Response headers are now correctly sanitized, including the Set-Cookie header. This is a behaviour change!

===== Features

{pull}2290#2290 Fully implement the sanitization spec for request/response headers {pull}2272#2272 Include process information in metadata stanza when emitting events to apm-server {pull}2264#2264 Switch to Licence expression rather than file

===== Bug fixes

{pull}2267#2267 Cleanup of packages thanks to Framework reference {pull}2274#2274 Limit memory usage when capturing SOAP request bodies {pull}2276#2276 Address a few synchronization issues in the codebase {pull}2277#2277 Truncate unknown keys logging from central config parser {pull}2278#2278 Ensure exposed default constants are readonly {pull}2283#2283 Fix duplicate key errors on dropped span stats update {pull}2279#2279 Remove RegexConverter, not used in serialization from and to apm-server {pull}2280#2280 Cleanup some dead code and one instance of null propagation in tooling NOT userfacing code

[[release-notes-1.25.3]]

Commits
  • d378dd8 Add release notes for 1.26.0 (#2294)
  • 93cd0fa Fully implement the sanitization spec (#2290)
  • 2e1793a security: add permissions block to workflows (#2288)
  • 53771b7 Update Rust (#2291)
  • b505dcd Fix #2248 duplicate key errors on dropped span stats update (#2283)
  • be1655d Switch to Licence expression rather than file (#2264)
  • 3f57699 Reenable IIS tests (#2237)
  • 5eb5693 Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /test/instrumentations/Elas...
  • 98ada44 Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /test/profiler/Elastic.Apm....
  • 56466c0 Bump Microsoft.Data.SqlClient from 1.1.4 to 2.1.7 in /benchmarks/Elastic.Apm....
  • Additional commits viewable in compare view

Updates Elastic.Apm.Azure.Storage from 1.25.3 to 1.26.0

Release notes

Sourced from Elastic.Apm.Azure.Storage's releases.

v1.26.0

What's Changed

New Contributors

Full Changelog: elastic/apm-agent-dotnet@v1.25.3...v1.26.0

Changelog

Sourced from Elastic.Apm.Azure.Storage's changelog.

==== 1.26.0

This release introduces more thorough sanitization of request/response cookies to align with the APM spec. The incoming Cookie is now redacted by default. The cookies it contains are extracted and sanitized according to the SanitizeFieldNames configuration. Response headers are now correctly sanitized, including the Set-Cookie header. This is a behaviour change!

===== Features

{pull}2290#2290 Fully implement the sanitization spec for request/response headers {pull}2272#2272 Include process information in metadata stanza when emitting events to apm-server {pull}2264#2264 Switch to Licence expression rather than file

===== Bug fixes

{pull}2267#2267 Cleanup of packages thanks to Framework reference {pull}2274#2274 Limit memory usage when capturing SOAP request bodies {pull}2276#2276 Address a few synchronization issues in the codebase {pull}2277#2277 Truncate unknown keys logging from central config parser {pull}2278#2278 Ensure exposed default constants are readonly {pull}2283#2283 Fix duplicate key errors on dropped span stats update {pull}2279#2279 Remove RegexConverter, not used in serialization from and to apm-server {pull}2280#2280 Cleanup some dead code and one instance of null propagation in tooling NOT userfacing code

[[release-notes-1.25.3]]

Commits
  • d378dd8 Add release notes for 1.26.0 (#2294)
  • 93cd0fa Fully implement the sanitization spec (#2290)
  • 2e1793a security: add permissions block to workflows (#2288)
  • 53771b7 Update Rust (#2291)
  • b505dcd Fix #2248 duplicate key errors on dropped span stats update (#2283)
  • be1655d Switch to Licence expression rather than file (#2264)
  • 3f57699 Reenable IIS tests (#2237)
  • 5eb5693 Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /test/instrumentations/Elas...
  • 98ada44 Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /test/profiler/Elastic.Apm....
  • 56466c0 Bump Microsoft.Data.SqlClient from 1.1.4 to 2.1.7 in /benchmarks/Elastic.Apm....
  • Additional commits viewable in compare view

Updates NUnit from 4.0.1 to 4.1.0

Release notes

Sourced from NUnit's releases.

NUnit 4.1.0

See release notes

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-packages group with 4 updates: [Elastic.Apm](https://github.com/elastic/apm-agent-dotnet), [Elastic.Apm.AspNetCore](https://github.com/elastic/apm-agent-dotnet), [Elastic.Apm.Azure.Storage](https://github.com/elastic/apm-agent-dotnet) and [NUnit](https://github.com/nunit/nunit).


Updates `Elastic.Apm` from 1.25.3 to 1.26.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.25.3...v1.26.0)

Updates `Elastic.Apm.AspNetCore` from 1.25.3 to 1.26.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.25.3...v1.26.0)

Updates `Elastic.Apm.Azure.Storage` from 1.25.3 to 1.26.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.25.3...v1.26.0)

Updates `NUnit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md)
- [Commits](nunit/nunit@v4.0.1...4.1.0)

---
updated-dependencies:
- dependency-name: Elastic.Apm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Elastic.Apm.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Elastic.Apm.Azure.Storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from rockydevnet and a team as code owners February 26, 2024 02:04
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2024
Copy link
Contributor

@HugoBurgess HugoBurgess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@HugoBurgess HugoBurgess merged commit ed12bee into main Feb 27, 2024
11 checks passed
@HugoBurgess HugoBurgess deleted the dependabot/nuget/all-packages-94de49ac28 branch February 27, 2024 13:28
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