Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
doc: changelog of v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Guerra committed Sep 30, 2020
1 parent e312b95 commit 3a7de0d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v0.16.1 - 30 September 2020

## Fixes

- (#158) PII: make the PII scrubbing of In-App WAF attack events
case-insensitive in order to correctly scrub transformed request parameters.

- (#159) Monitoring: fix the content type and length monitoring of HTTP
responses.

- (#157) Gin middleware: use the request Go context instead of Gin's so that the
agent can properly manage the request execution context, but also to correctly
propagate values stored in the Go context before the middleware function.


# v0.16.0 - 22 September 2020

## New Feature
Expand Down

0 comments on commit 3a7de0d

Please sign in to comment.