Skip to content

Releases: pier-digital/pier-logging-rails

Release 0.4.3

20 Apr 12:49
Compare
Choose a tag to compare
Bump version

Release 0.4.2

16 Dec 17:14
983c5ec
Compare
Choose a tag to compare
Add authorization to REDACT_REPLACE_KEYS (#32)

* Update redactor.rb

* Bump version

Release 0.4.1

02 Jun 18:11
8742fb7
Compare
Choose a tag to compare
[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

13 Apr 23:17
42c8d7a
Compare
Choose a tag to compare
Add hide_request_body_for_paths config (#23)

Release 0.3.2

13 Apr 23:16
a27858e
Compare
Choose a tag to compare
Bump some dependencies (#24)

Release 0.3.1

08 Jan 21:43
Compare
Choose a tag to compare
Bump version

Release 0.3.0

08 Jan 21:40
Compare
Choose a tag to compare
Fix for rails 6.1

Release 0.2.5

29 Sep 23:11
6cec80d
Compare
Choose a tag to compare
Also redact hashes inside arrays (#18)

Release 0.2.4

19 Aug 23:33
e368247
Compare
Choose a tag to compare
Fix request body getter (#15)

Release 0.2.3

17 Aug 13:11
fe120a2
Compare
Choose a tag to compare
F/fix correlation id getter (#14)