Skip to content

Releases: Vizir/simple-json-logger

v1.6.0

02 Sep 22:07
Compare
Choose a tag to compare
  • Change the log behavior to avoid conflict between internal names 4a94e45
  • Upgrade dependencies 49ffe2a

v1.5.0...v1.6.0

v1.5.0

27 Jul 22:00
Compare
Choose a tag to compare
  • Upgrade dependencies and improve lint 8d013ed

v1.4.1...v1.5.0

v1.4.1

01 Jul 13:39
Compare
Choose a tag to compare
  • Add handler to null values into context or extra values. 4b64170

v1.4.0...v1.4.1

v1.4.0

22 May 14:41
Compare
Choose a tag to compare
  • Add key to default blacklist. b0db09a
  • Add more information about security filtering into README. 86152da
  • Add test scenario for freeze objects 3d8b63f

v1.3.4...v1.4.0

v1.3.4

20 May 19:47
Compare
Choose a tag to compare
  • Ignore invalid inputs to avoid errors abf1c7b
  • Fix the filter to work with more scenarios 49f44c3

v1.3.3...v1.3.4

v1.3.3

20 May 18:49
Compare
Choose a tag to compare
  • Fix an error when have an array of string inside the object that was filtering cbc5919
  • Add github actions and npm version badge. 915a04c

v1.3.2...v1.3.3

v1.3.2

20 May 16:58
Compare
Choose a tag to compare
  • Add callsites dependency. dc2faed

v1.3.1...v1.3.2

Some fixes

20 May 01:08
Compare
Choose a tag to compare
  • Remove AcessToken from default list because its already been matched with token bd2b072
  • Replace toLowerCase to toLocaleLowerCase to avoid localization problems 8e626cc

v1.3.0...v1.3.1

Add sensitive information log filtering

20 May 00:44
Compare
Choose a tag to compare

Every application will stop to log the following fields:

 - Access-Token;
 - AccessToken;
 - Access_Token;
 - Authorization;
 - Password;
 - Secret;
 - Token;
 - X-Api-Key;
 - XApiKey;
 - X_Api_Key;

You can add or remove some field from this blacklist using the options
*includeBlackList* and *excludeBlacklist*.

v1.2.0

15 May 17:43
Compare
Choose a tag to compare
  • Upgrade packages and add date time to every log message. 47e21cf

v1.1.1...v1.2.0