Releases: trusche/httplog
Releases · trusche/httplog
v1.3.1
- #76 Added configurable logger method
v1.3.0
- #74 Added ability to filter sensitive parameter values in the request (based on #73). Default masking of password parameter
- Removed explicit support and tests for ruby 2.3 and http gem v2
- #71 Rounding benchmark in compact mode
v1.2.1
- #67: Gracefully handling empty response headers in Ethon
v1.2.0
- #65 Added JSON as an optional output format
- Ruby 2.2 no longer supported
v1.1.1
- Bugfix: colorize accepts single color of fg/bg hash; fixes #60
v1.1.0
#59 Switched colorization library to MIT licensed rainbow. This is not a breaking change, but if you currently use a color name that is not defined by the Rainbow gem, it will simply be ignored.
v1.0.3
- Bugfix: Support for HTTPClients
transparent_gzip_decompression
options
v1.0.2
- #57 Changed rack dependency to be less strict