Skip to content

Releases: Financial-Times/http-handlers-go

v2.3.4

Choose a tag to compare

@krasimirakirilova krasimirakirilova released this 16 Jun 13:33
c6cfee4

What's Changed

New Contributors

Full Changelog: v2.3.3...v2.3.4

v2.3.3

Choose a tag to compare

@ManoelMilchev ManoelMilchev released this 16 Sep 08:17
26a10fc

What's Changed

New Contributors

Full Changelog: v2.3.2...v2.3.3

v2.3.2

Choose a tag to compare

@ManoelMilchev ManoelMilchev released this 16 Dec 12:53
863f885

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1

Choose a tag to compare

@tsvetko24 tsvetko24 released this 13 May 12:57
e563a2c

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1

Change header log format

Choose a tag to compare

@ivan-p-nikolov ivan-p-nikolov released this 26 May 07:01
babb7ee

Changed the way request headers are logged
Changed the way the header filter could be extended
Introduced more default header filters

Log request headers

Choose a tag to compare

@ivan-p-nikolov ivan-p-nikolov released this 14 May 08:57
933638d

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

Choose a tag to compare

@epavlova epavlova released this 14 Oct 11:18
ba7e22f
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)

Choose a tag to compare

@epavlova epavlova released this 14 Oct 11:17
8f8cb84
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

Choose a tag to compare

@epavlova epavlova released this 24 Sep 08:04
839eb72

Bump module version to v2.

Use v2 of UPP logger

Choose a tag to compare

@epavlova epavlova released this 17 Sep 12:58
320c9ca
v1.0.0

Merge pull request #6 from Financial-Times/major/UPPSF-650-update-log…