Releases: trusche/httplog
Releases · trusche/httplog
v1.7.0
- #138 Support for Faraday v2
v1.6.3
- Dependecy updates
- #137 Fix case sensitivity on response headers
v1.6.2
- Added rubygems.org metadata
- Gem dependency updates
v1.6.0
- Gem upgrades
- #110 Fix for empty body response
- #111 Removed runtime dependencies
- Dependency updates
- Fix the missing Ethon log info #124
v1.5.0
- Support for Ruby 2.7 and frozen strings
- Development dependency updates
- Dropped support for net/http v3
- Performance tweaks
- Fix for RestClient body read issue (WARNING: this may be reverted, see #105)
v1.4.3
- Masking
password
parameter by default, as long advertised...
v1.4.2
- Fixed
uninitialized constant HTTP::Response
error when using net/http
- Rolled back changes from 1.4.0 and 1.4.1 which introduced bugs
v1.4.1
- #91 Fixed bug returning empty response with HTTP gem
v1.4.0
- #85 Parse JSON response and apply deep masking