This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
v2.3.0
What's Changed
- relocate fileUtils under internal by @robbyt in #50
- refactor MegaTrafficDumper writer creation by @robbyt in #51
- add first iteration of the remote REST api log shipping by @robbyt in #52
- add a waitgroup and atomic closed bool to the response cache by @robbyt in #54
- store a copy of the original request object for logging by @robbyt in #55
- move the header deep-copy into the constructor for req/resp by @robbyt in #56
- switch the header filters from a slice of strings to a struct with filtering methods by @robbyt in #58
- responseCache addon needs both req and resp headers filters by @robbyt in #59
- remove header filters from boltdb, other header filter cleanup by @robbyt in #60
- clean up config namespaces by @robbyt in #62
- minor cleanup and consolidation for the logSourceConfig by @robbyt in #63
- improve the header filter by adding an internal persistent slice of headers, separate from the user-defined slice by @robbyt in #64
- upgrade build to use latest go 1.23 by @robbyt in #65
Full Changelog: v2.2.0...v2.3.0