Releases: Financial-Times/http-handlers-go
Releases · Financial-Times/http-handlers-go
Release list
v2.3.4
What's Changed
- Upgrade Go 1.25 → 1.26 by @asparuhft in #21
New Contributors
- @asparuhft made their first contribution in #21
Full Changelog: v2.3.3...v2.3.4
v2.3.3
What's Changed
- chore: upgrade Go 1.23 → 1.25 by @vlasakievft in #20
New Contributors
- @vlasakievft made their first contribution in #20
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
- update go version, remove snyk by @ManoelMilchev in #19
New Contributors
- @ManoelMilchev made their first contribution in #19
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
- Updating Pull Request Template. by @ft-upp-team in #14
- Distribute files by @mitagg in #15
- Update CODEOWNERS by @bboykov in #16
- Update Go version by @epavlova in #18
New Contributors
- @ft-upp-team made their first contribution in #14
- @mitagg made their first contribution in #15
- @bboykov made their first contribution in #16
Full Changelog: v2.3.0...v2.3.1
Change header log format
Changed the way request headers are logged
Changed the way the header filter could be extended
Introduced more default header filters
Log request headers
Start logging incoming request headers.
Add header filter for excluding sensitive headers from the log
Log separate uuid if it's in the request url
Merge pull request #9 from Financial-Times/feature/UPPSF-780-log-uuid Log uuid if it is available in the uri
Stop logging keys with empty values (as well as username)
Merge pull request #8 from Financial-Times/fix/UPPSF-779-empty-username Stop logging empty props of http request along with username
v2.0.0: Merge pull request #7 from Financial-Times/v2
Bump module version to v2.
Use v2 of UPP logger
v1.0.0 Merge pull request #6 from Financial-Times/major/UPPSF-650-update-log…