Releases: epimorphics/json-rails-logger
Releases · epimorphics/json-rails-logger
v0.3.5.3
v0.3.5.2
What's Changed
- Resolved base dependency versions by @jonrandahl in #44
Full Changelog: 0.3.5.1...0.3.5.2
v0.3.5.1
What's Changed
- Resolves open-ended dependencies warning on publish by @jonrandahl in #43
Full Changelog: 0.3.5...0.3.5.1
v0.3.5
What's Changed
- Set the base class to ActiveSupport::Logger by @ijdickinson in #40
- Update duration unit return type to integer by @jonrandahl in #42
New Contributors
- @jonrandahl made their first contribution in #42
Full Changelog: 0.3.3...0.3.5
0.3.3
Release 0.2.2
timestamp
renamed tots
in returning JSON- Date format for timestamp changed to
%Y-%m-%dT%H:%M:%S.%3NZ
request_id
is no longer internally generated if the header is missing from
the request, but the field will be missing from the returning JSON instead
Release 0.2.1
- Unit tests should now autorun on push and pull_request actions
- 'x-request-id' renamed to 'request_id' in code and returning JSON
Release 0.2.0
- Request ID in every log message
- Platform specific fields moved inside 'rails' field
- MIT license file
- Readme with instructions
Initial release
This is an initial release, contains a simple JSON Rails Logger with some customisation applied to it