All Versions
44
Latest Version
Avg Release Cycle
47 days
Latest Release
2234 days ago

Changelog History
Page 1

  • v0.26.1 Changes

    February 14, 2018
    • Fix: Support for SSL with the TCP device without an SSL context in Ruby 2.4+. #144
  • v0.26.0 Changes

    January 11, 2018
    • ๐Ÿ‘ Allow user configuration of the logger class. #129
    • ๐Ÿ›  Fix: Allow type to be a string for multi_logger and syslog. #131
    • ๐Ÿ›  Fix: Cancelled events are being logged. #133
    • ๐Ÿ›  Fix: Expose method to reset logger state. #138
    • ๐Ÿ”Š Use specific AWS SDK gems. #136
    • โž• Adds support for using the default AWS credential provider chain. #141
  • v0.25.1 Changes

    June 08, 2017
    • ๐Ÿ”Š Skip message truncating when there is no message field. #130
  • v0.25.0 Changes

    May 13, 2017
    • โฌ‡๏ธ Drops support for Rails 3.2, MRI Ruby < 2.2, and JRuby 1.7, since these have been EOL'ed.
    • โž• Adds support for customizing events on a per-logger level. #113
  • v0.24.1 Changes

    May 07, 2017
    • ๐Ÿ›  Fixes logging of a hash with symbol keys. #116
  • v0.24.0 Changes

    April 28, 2017
    • โž• Adds support for AWS Firehose. #121
  • v0.23.0 Changes

    April 14, 2017
    • โž• Adds support for SSL host verification to the TCP device. #114
    • ๐Ÿ›  Fixes NoMethodError when nil tags are used in tagged logging. #123
  • v0.22.1 Changes

    January 25, 2017
    • ๐Ÿ›  Fixes compatibility with ActiveJob. #112
  • v0.22.0 Changes

    January 06, 2017
    • โž• Adds support for writing to Amazon Kinesis. #111
  • v0.21.0 Changes

    December 21, 2016
    • ๐Ÿ‘Œ Support for merging top level configuration in MultiLogger and MultiDelegator. #108