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.
- Add
nested-values
feature which enablesslog/nested-values
(PR #14) - Update to Rust 2021
- Update MSRV to Rust 1.59
- Update minimum
time
crate to 0.3.15
- Switch from
chrono
totime
(PR #11 by @ShellWowza)- Based on disucssion in the PR, this actually corrects a bug in the time formatting output
- Upgrade to using Rust 2018
- Bump Minimum Supported Rust Version (MSRV) to 1.53
- This is required because of the
time
crate
- This is required because of the
- Switch from Travis to Github Actions
- Require
slog-json
version >=2.6
- Update dependencies
- Add with_name API for setting bunyan name field
- Replace level_to_string function with BunyanLevel enum
- Make slog-bunyan compatible with windows and x86_64-sun-solaris builds
- Use
hostname
instead ofhost
key
- Update dependencies
- Update dependencies
- Update dependencies
- Update slog v2 dependency
- Move to slog v2
- Moved to own repository