Skip to content

Releases: dylan-lang/logging

v2.2.2 - Bug fix release

06 Mar 15:54
31010e7

Choose a tag to compare

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

23 Jan 15:48
38d6b1a

Choose a tag to compare

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-target work 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

  • @fraya made their first contribution in #23

Full Changelog: v2.2.0...v2.2.1

v2.2.0 - Docs and bug fixes

17 May 15:10
10217a4

Choose a tag to compare

What's Changed

  • Handle relative pathnames in rolling log targets by @cgay in #17
  • Add GitHub workflow to build and test by @cgay in #18
  • Use actions/checkout by @cgay in #19
  • Fix docs, add package file by @cgay in #20

Full Changelog: v2.1.0...v2.2.0

v2.1.0 New severity formatters

02 Jul 21:55
46a8757

Choose a tag to compare

  • 015d605 Add %{severity} and %s formatters

%{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

01 Jul 03:27
8b29c3b

Choose a tag to compare

  • 841b402 Set default log level to INFO, not TRACE
  • 749993c Don't delegate to parent log if there is none

Simpler API with default log

26 Mar 04:29
2f88325

Choose a tag to compare

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

28 Feb 05:27

Choose a tag to compare

A crash when the %{millis} format control is used has been fixed.

Initial tagged release

17 Jan 16:05
990d5fd

Choose a tag to compare

Starting to tag releases so that the package manager can reference them.