Skip to content

Commit

Permalink
docs: Update changelog for version 2.0.2
Browse files Browse the repository at this point in the history
- Bumped version to 2.0.2
- Added new required logging keys
- Made some keys optional with updated handling
- New method for fetching request parameters
- Improved duration normalization logic
- Regenerated Gemfile.lock for previous version
  • Loading branch information
jonrandahl committed Feb 13, 2025
1 parent 12e7434 commit ff867a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Changelog for the JSON Rails Logger gem

## 2.0.1 - 2025-02
## 2.0.2 - 2025-02

- (Jon) Added new required keys for logging: message, method, path, etc.
- (Jon) Moved some keys to optional and updated their handling.
- (Jon) Improved payload formatting based on log severity in development.
- (Jon) Introduced a new method for fetching request parameters.
- (Jon) Enhanced duration normalisation logic.

## 2.0.1 - 2024-12

- (Bogdan) Regenerated `Gemfile.lock`

## 2.0.0 - 2024-12

- (Jon) Updated the gemspec for the required ruby version to 3.0.0 to ensure the
Expand Down

0 comments on commit ff867a9

Please sign in to comment.