- Resolve a bug with Action Cable registration #286
- Resolve a bug with Action Cable registration #289
- Add support for Action Cable #257
- Strip querystring from
Location
header #241
- Relax Rails gem dependency #235
- Configure multiple base controllers #230
- Bug fix for configurable controllers #228
- Configurable base class #227
- Replace thread-locals with
request_store
#218 - An alternative to the
append_info_to_payload
strategy #135
- Loosen Rails gem dependency #209
- Rails 5.1 support #208
- Rails 5.1 RC2 support #207
- Rails 5.1 RC1 support #205
- Rails 5 support #181
- Rails 5 rc2 support
- Rails 5 rc1 support #175
- Add support for Rails 5 beta 3 #169
- Fix an issue with LTSV formatter #162
- Support logging of unpermitted parameters in Rails 4+ #154
- Added LTSV formatter (https://github.com/takashi) #138
- 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 fromconfig/initializers/*.rb
(https://github.com/allori) #62
- 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
- Use https in Gemfile #104
- Make rubocop pass
- Add formatter for lines (https://github.com/zimbatm/lines) #35
- Rubocop and rake ci task
- LICENSE.txt
- Performance optimizations (https://github.com/splattael) #9
- Add documentation on how to enable param logging #68
- Add missing JSON formatter to README #77
- Cleaning up gemspec
- Add formatter for l2met (https://github.com/BRMatt) #47
- Add JSON formatter (https://github.com/i0rek) #56
- Add
before_format
hook (https://github.com/i0rek) #59 - Add Ruby 2.1.0 for testing on Travis CI (https://github.com/salimane) #60
- Update Logstash formatter for Logstash 1.2 format (https://github.com/msaffitz) #55
- Add support for Graylog2 events (Lennart Koopmann, http://github.com/lennartkoopmann)
- Add support for Logstash events (Holger Just, http://github.com/meineerde)
- Add
custom_options
to allow adding custom key-value pairs at runtime (Adam Cooper, https://github.com/adamcooper)
- Fix for Rails 3.2.9
- Use keys everywhere (Curt Michols, http://github.com/asenchi)