Releases: santry/json_tagged_logger
Releases · santry/json_tagged_logger
v0.8.0
What's Changed
- Add Ruby 3.3 and Rails 7.1, 7.2 to CI by @santry in #18
- Add Rails 5.2 and 6.0 on Ruby 2.6 to CI by @santry in #19
Full Changelog: v0.7.0...v0.8.0
Thanks to @pboling for suggesting and testing the older Rails support
v0.7.0
What's Changed
- Fix setting
Formatter#pretty_print
from initialize method by @santry in #14
- Handle non-string tags and messages better in Formatter by @santry in #15
Full Changelog: v0.6.0...v0.7.0
v0.5.0
What's Changed
- Allow a mixture of simple and labeled tags in
TagFromSession::get
by @santry in #5
Full Changelog: v0.4.0...v0.5.0