Releases: pier-digital/pier-logging-rails
Releases · pier-digital/pier-logging-rails
Release 0.4.3
Bump version
Release 0.4.2
Add authorization to REDACT_REPLACE_KEYS (#32) * Update redactor.rb * Bump version
Release 0.4.1
[PLAT-319] Redact log (#28) * Add configurable secret keywords * add proper testing tools, add test for adding different types of sensitive keywords * wip * Add `sensitive_keywords` info to documentation * Remove extra args * Fix tests * Remove .github dir from gitignore * Reintroduce replace_keys args It is used in another context with a custom value to redact headers * Testing nested keys * Extract redacting to a `Redactor`, override `PierLogging::Logger`s log method * Test redactor for hash * Move require declaration to Redactor class * Test redaction for arrays * Fix identation * Double quotes strings * Rename var for clarity * Redacting all params Ougai is very flexible and data can be in any position. * Add logger test without assertions * Add assertions * Refactor test * Move sensitive_keyword to LoggerConfiguration * Override `_log` not `log`, fix Heisembug * version bump and fix log readability * Add squad to list of authors * Remove unused test * remove extraneous redaction from request logger, base logger already redacts everything * Bump version Co-authored-by: Leonardo Bighetti <[email protected]> Co-authored-by: Bruno Arakaki <[email protected]>
Release 0.3.3
Add hide_request_body_for_paths config (#23)
Release 0.3.2
Bump some dependencies (#24)
Release 0.3.1
Bump version
Release 0.3.0
Fix for rails 6.1
Release 0.2.5
Also redact hashes inside arrays (#18)
Release 0.2.4
Fix request body getter (#15)
Release 0.2.3
F/fix correlation id getter (#14)