Skip to content

Latest commit

 

History

History
173 lines (99 loc) · 5.66 KB

CHANGELOG.md

File metadata and controls

173 lines (99 loc) · 5.66 KB

Change Log

Unreleased

0.14.0

  • Add Rails 7.1 dedicated ActiveSupport::Deprecation #365

0.13.0

  • Add Rails 6 memory allocations to default log #355

0.12.0

  • Preserve original Action Cable functionality by using prepend instead of redefining methods #310

  • Return a Rack::BodyProxy from the Rails::Rack::Logger monkey patch, this ensures the same return type as Rails #333

  • Add a new formatter Lograge::Formatters::KeyValueDeep.new to log object with nested key. #282

0.11.2

  • Resolve a bug with Action Cable registration #286

0.11.1

  • Resolve a bug with Action Cable registration #289

0.11.0

  • Add support for Action Cable #257

0.10.0

  • Strip querystring from Location header #241

0.9.0

  • Relax Rails gem dependency #235

0.8.0

  • Configure multiple base controllers #230

0.7.1

  • Bug fix for configurable controllers #228

0.7.0

  • Configurable base class #227

0.6.0

  • Replace thread-locals with request_store #218
  • An alternative to the append_info_to_payload strategy #135

0.5.1

  • Loosen Rails gem dependency #209

0.5.0

  • Rails 5.1 support #208

0.5.0.rc2

  • Rails 5.1 RC2 support #207

0.5.0.rc1

  • Rails 5.1 RC1 support #205

0.4.1

  • Controller name is specified by class #184
  • Loosen gemspec dependency on Rails 5 #182

0.4.0

  • Rails 5 support #181

0.4.0.rc2

  • Rails 5 rc2 support

0.4.0.rc1

  • Rails 5 rc1 support #175

0.4.0.pre4

  • Rails 5 beta 4 support #174
  • Retrieve controller/action from payload not nested params cd2dc08

0.4.0.pre2

  • Add support for Rails 5 beta 3 #169

0.4.0.pre

  • Add support for Rails 5 beta 2 #166
  • End support for Ruby 1.9.3 and Rails 3 #164

0.3.6

  • Fix an issue with LTSV formatter #162

0.3.5

  • Support logging of unpermitted parameters in Rails 4+ #154

0.3.4

0.3.3

  • Resolves #126 issues with status codes #134
  • Resolves build failures under rails 3.2 caused by logstash-event dependency
  • Delay loading so config.enabled= works from config/initializers/*.rb (https://github.com/allori) #62

0.3.2

Fixed

  • Make sure rack_cache[:verbose] can be set #103
  • Follow hash syntax for logstash-event v1.4.x #75
  • Log RecordNotFound as 404 #27, #110, #112

Other

  • Use https in Gemfile #104

0.3.1

Fixed 2015-01-17

  • Make rubocop pass

Added

Other

0.3.0 - 2014-03-11

Added

Fixed

Older Versions:

Added

Fixed