All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support
feature="log/kv-unstable"
(PR #18)- Requires
slog/dynamic-keys
- This is unstable (obviously), so I don't consider it a change that warants a minor-version bump
- Requires
- Switch to github actions (PR #20)
- Avoid using log's private API to construct records (PR #21)
- Fixes recent versions of
log
crate (>=0.4.15
), resolving slog-rs/slog#309
- Fixes recent versions of
- Fix formatting & clippy lints (part of switch to GH actions)
- Require
slog>=2.4
- Require `log>=0.4.11
- Remove unused dependency
crossbeam = 0.7.1
- Update to
log
0.4
- Documentation example for
init
- Update to slog-scope v4 wh default to panicking instead of discarding messages. Be warned!
- Relicensed under MPL-2.0/MIT/Apache-2.0
- Updated slog dependency
- Updated slog dependency
- Dependencies
- Port to slog v2
- Base on
slog-scope
- BREAKING: Rewrite handling of owned values.
- Fixed
StdLog
not serializing the key-value pairs. StdLog
message tolog
crate is lazily-evaluated.
First stable release.