All Versions
17
Latest Version
Avg Release Cycle
2 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.0
- ๐ #18 Remove duplication of metadata in logs. Thanks to @novaugust
๐ฅ Breaking Changes
- ๐ Any metadata that needs to be logged needs to now be setup in the
Logger
backend configuration. This is so that metadata configuration is centralised and so that there is no duplication of metadata in the logged output. See Issue#17 for more details.
-
v0.10.0
- #16 Support for when struct params, providing compatibility with Open API Spex. Thanks to @juantascon
-
v0.8.0
- ๐ฑ Handles case when params are not fetched, such as when logging static assets
-
v0.6.0
- ๐ Fixes issue where all strings were getting url encoded in log output
-
v0.4.0
- โ Add HTTP header logging. Thanks to @zepplock