Releases: dylan-lang/logging
Releases · dylan-lang/logging
v2.2.2 - Bug fix release
What's Changed
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #37
- Handle rolling logs multiple times within one second by @cgay in #38
- Set version to 2.2.2 by @cgay in #39
Full Changelog: v2.2.1...v2.2.2
v2.2.1 - Bug fix release
What's Changed
- Merge in changes from the opendylan repository by @cgay in #21
- Integrate furo theme by @fraya in #23
- Update CI and adapt to 'dylan-tool' by @fraya in #24
- Maintenance updates by @cgay in #27
- Make
$stdout-log-targetwork when*standard-output*is rebound by @cgay in #29 - Handle thread-name returning #f by @cgay in #30
- Minor changes to prep for release by @cgay in #36
New Contributors
Full Changelog: v2.2.0...v2.2.1
v2.2.0 - Docs and bug fixes
v2.1.0 New severity formatters
- 015d605 Add
%{severity}and%sformatters
%{severity} outputs the long form (INFO, WARNING, etc) and %s outputs a single letter (I, W, etc).
With this release the %L / %l formatter is deprecated. Going forward the term "severity" will be used.
v2.0.1 Bug fix release
Simpler API with default log
No longer necessary to pass a log to log-info, log-debug, et al. Default log is in *log* and may be set or dynamically bound.
Bug fix for elapsed-milliseconds
A crash when the %{millis} format control is used has been fixed.
Initial tagged release
Starting to tag releases so that the package manager can reference them.