Skip to content

Releases: tilfin/ougai

Version 1.7.0

24 May 14:53
d3f1412
Compare
Choose a tag to compare
  • Optimize performance with applying frozen_string_literal (by @skatkov)
  • Drop the support of Ruby version lower than 2.3

Version 1.6.6

23 May 17:07
Compare
Choose a tag to compare
  • Revive JRuby support with JrJackson instead of Oj

Version 1.6.5

08 Mar 14:41
fea61ac
Compare
Choose a tag to compare
  • Fix the problem that data which is not a Hash or cannot respond to_hash is not output

Version 1.6.4

18 Feb 14:29
Compare
Choose a tag to compare
  • Fix formatter to support time upto milliseconds
  • Refactor formatters

Version 1.6.3

15 Feb 16:48
Compare
Choose a tag to compare
  • Add Ougai::Formatters::Pino compatible with pino
  • Refactor to unity the initialize arguments of Ougai::Formatters

Version 1.6.1

12 Feb 15:15
e82ffd2
Compare
Choose a tag to compare
  • Use Oj as JSON generator in Bunyan formatter
    • Converting decendant objects of data by their as_json, to_json or to_hash

Version 1.5.8

21 Dec 06:45
Compare
Choose a tag to compare
  • Fixed formatter#call with data as string

Version 1.5.7

17 Dec 13:05
5ac21c1
Compare
Choose a tag to compare
  • Added formatter supports serialize_backtrace attribute

Version 1.5.6

10 Nov 09:33
Compare
Choose a tag to compare
  • Fix that bunyan formatter initialize does not receive arguments
  • Be faster

Version 1.5.5

21 Sep 11:49
Compare
Choose a tag to compare
  • Support child method with a block (by @eropple)