Releases: hashicorp/go-hclog
Releases · hashicorp/go-hclog
Optional JSON escaping
Fix level syncing
What's Changed
- Conside if the level is to be used separately from if the levels should be calculated by @evanphx in #137
Full Changelog: v1.6.1...v1.6.2
Fix forcing color
What's Changed
Full Changelog: v1.6.0...v1.6.1
New level inheritance mode
This release adds the ability to have sub-loggers arrange themselves into a tree and sync the level changes downward in the tree.
What's Changed
- SEC-090: Automated trusted workflow pinning (2023-04-03) by @hashicorp-tsccr in #128
- Docs: InferLevelsWithTimestamp relies on InferLevels being true by @peteski22 in #135
- Implement the ability to more logically share level hierarchies by @evanphx in #134
New Contributors
- @hashicorp-tsccr made their first contribution in #128
- @peteski22 made their first contribution in #135
Full Changelog: v1.5.0...v1.6.0
Better color and sublogger mods
What's Changed
- Update LICENSE by @CalebAlbers in #121
- build: update to go1.20 and x/tools to 0.5.0 by @shoenig in #125
- Improve AutoColor functionality by @evanphx in #123
- Add ability to wrap new subloggers by @evanphx in #126
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #124
New Contributors
- @CalebAlbers made their first contribution in #121
- @hashicorp-copywrite made their first contribution in #124
Full Changelog: v1.4.0...v1.5.0
Add GetLevel
What it says on the tin, add GetLevel to the Logger interface.
What's Changed
Full Changelog: v1.3.1...v1.4.0
Improved multi line output rendering
What's Changed
Full Changelog: v1.3.0...v1.3.1
Field Colorization
This version adds the ability to colorize fields for improved readability.
What's Changed
- build: update go tools dependency by @pkazmierczak in #117
- Add
ColorHeaderAndFields
logger option by @picatz in #118
New Contributors
- @pkazmierczak made their first contribution in #117
- @picatz made their first contribution in #118
Full Changelog: v1.2.2...v1.3.0
Minor formatting fix
testify/go.yaml fix
This bumps the version of testify and go.yaml that are referenced by go-hclog to fix a security issue in go.yaml.