Skip to content

Releases: outr/scribe

3.7.0

06 Feb 16:27
Compare
Choose a tag to compare

What's Changed

  • Created scribe-cats module for effect management in logging
  • Added default override for Java Utils Logging
  • Better PathBuilder support and convenience conversion from PathPart
  • Updated LogRecord to contain additionalMessages instead of an optional Throwable as the only additional entry
  • Greater LoggingSupport flexibility for use with side-effects
  • Lots of code cleanup
  • Update sbt to 1.6.2 by @darkfrog26 in #265
  • Update slf4j-api to 1.7.35 by @darkfrog26 in #263
  • Update scalatest to 3.2.11 by @darkfrog26 in #262
  • Update profig to 3.2.9 by @darkfrog26 in #261
  • Update fabric-parse to 1.2.5 by @darkfrog26 in #260
  • Update sourcecode to 0.2.8 by @darkfrog26 in #259
  • Update auxlib, javalib, nativelib, nscplugin, ... to 0.4.3 by @darkfrog26 in #258
  • Update scala3-library, ... to 3.1.1 by @darkfrog26 in #257

Full Changelog: 3.6.10...3.7.0

3.6.7

30 Dec 19:06
Compare
Choose a tag to compare
Release 3.6.7

3.6.3

28 Oct 14:27
Compare
Choose a tag to compare

Full Changelog: 3.6.2...3.6.3

3.6.2

24 Oct 14:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.6.1...3.6.2

3.6.1

20 Oct 19:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.6.0...3.6.1

3.6.0

07 Oct 19:46
Compare
Choose a tag to compare

Lots of improvements and performance fixes

3.4.0

24 Feb 16:16
Compare
Choose a tag to compare

Syntax breaking changes to scribe-file to use File over Path to avoid too many open files

3.3.1

02 Feb 04:51
Compare
Choose a tag to compare
Release 3.3.1

3.2.0

14 Jan 22:46
Compare
Choose a tag to compare

Major refactoring to make scribe-file a separate module and available for JVM and Native.

3.1.0

24 Nov 17:27
Compare
Choose a tag to compare
  • Support for data in LogRecord (aka structured logging)
  • Fixed inconsistent ANSI coloring bug with overflow
  • Added OutputFormat for greater flexibility
  • HTMLOutputFormat to allow writing in HTML
  • Better support for "elapsed"