Skip to content

Commit

Permalink
Add release notes for 1.26.0 (#2294)
Browse files Browse the repository at this point in the history
* Add release notes for 1.26.0

* Update CHANGELOG.asciidoc

Co-authored-by: Gergely Kalapos <[email protected]>

---------

Co-authored-by: Gergely Kalapos <[email protected]>
  • Loading branch information
stevejgordon and gregkalapos committed Apr 2, 2024
1 parent 01220f2 commit ed5506c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,30 @@ endif::[]
[[release-notes-1.x]]
=== .NET Agent version 1.x
[[release-notes-1.26.0]]
==== 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]]
Expand Down

0 comments on commit ed5506c

Please sign in to comment.