Skip to content

Commit a23e95f

Browse files
authored
Merge pull request #506 from saasquatch/jayden/logger-maintenance
Logger package maintenance
2 parents 0a3da7a + b673b94 commit a23e95f

10 files changed

Lines changed: 249 additions & 423 deletions

File tree

packages/logger/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
dist
3+
*.tsbuildinfo

packages/logger/CHANGELOG.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.0] - 2026-05-27
11+
12+
### BREAKING CHANGES
13+
14+
- Update minimum supported NodeJS version to 24.
15+
16+
## [2.0.1] - 2025-11-26
17+
18+
### Added
19+
20+
- Automatically strip sensitive url search params from log messages.
21+
- Add ability to pass extra data to HTTP log messages using `res.locals.extraData`.
22+
23+
## [2.0.0] - 2025-10-28
24+
25+
### BREAKING CHANGES
26+
27+
- Removed `logger.log` function.
28+
- Update minimum supported NodeJS version to 20.
29+
30+
### Changed
31+
32+
- Removed restriction on peer dependency version of Winston now that upstream bug is
33+
fixed.
34+
1035
## [1.0.1] - 2023-04-20
1136

1237
### Changed
38+
1339
- Updated license copyright to be in line with SaaSquatch open-source policy.
1440

1541
## [1.0.0] - 2022-11-29
1642

1743
### Added
1844

19-
- Initial release
45+
- Initial release.
2046

21-
[unreleased]: https://github.com/sasquatch/integration-boilerplate-node/compare/v1.0.1...HEAD
22-
[1.0.1]: https://github.com/sasquatch/integration-boilerplate-node/releases/tag/v1.0.1
23-
[1.0.0]: https://github.com/sasquatch/integration-boilerplate-node/releases/tag/v1.0.0
47+
[unreleased]: https://github.com/saasquatch/program-tools/compare/master...%40saasquatch/logger%403.0.0
48+
[3.0.0]: https://github.com/saasquatch/program-tools/tree/%40saasquatch/logger%403.0.0
49+
[2.0.1]: https://github.com/saasquatch/program-tools/tree/%40saasquatch/logger%402.0.1
50+
[2.0.0]: https://github.com/saasquatch/program-tools/tree/%40saasquatch/logger%402.0.0
51+
[1.0.1]: https://github.com/saasquatch/program-tools/tree/%40saasquatch/logger%401.0.1
52+
[1.0.0]: https://github.com/saasquatch/program-tools/tree/%40saasquatch/logger%401.0.0

0 commit comments

Comments
 (0)