Releases: outr/scribe
Releases · outr/scribe
3.7.0
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 optionalThrowable
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
Release 3.6.7
3.6.3
Full Changelog: 3.6.2...3.6.3
3.6.2
What's Changed
- Update scala3-library, ... to 3.1.0 by @darkfrog26 in #231
- Update auxlib, javalib, nativelib, nscplugin, ... to 0.4.1 by @darkfrog26 in #232
- Honor Json values in LogRecord data in json by @cornerman in #229
Full Changelog: 3.6.1...3.6.2
3.6.1
What's Changed
- Update sbt-scoverage to 1.9.1 by @darkfrog26 in #225
- Introduce release-drafter to get commits into releases. by @ckipp01 in #226
- Multi line logging by @darkfrog26 in #227
New Contributors
Full Changelog: 3.6.0...3.6.1
3.6.0
Lots of improvements and performance fixes
3.4.0
Syntax breaking changes to scribe-file to use File
over Path
to avoid too many open files
3.3.1
Release 3.3.1
3.2.0
Major refactoring to make scribe-file
a separate module and available for JVM and Native.
3.1.0
- Support for
data
inLogRecord
(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"