- Better interop with SLF4J loggers: SLF4J logger as a backend (#350). Cheers to @jarrodcodes
- EnclosureLogger bug fix related to logging level (#342). Thanks to @janstenpickle
Unclaimed project
Are you a maintainer of odin? Claim this project to take control of your public changelog and roadmap.
Finally, a long-overdue release of Odin for Scala 3 & Cats Effect 3.
Kudos to awesome contributors who are the authors of this release:
While API for our users stays the same, loggers now behave differently on logging level configuration. Before this version, Logger. withMinimalLevel was not consistent as it didn't propagate the logging level changes through the stack of loggers. That was a cause for various funky behaviors (See #240).
Now the call to `logger.withMinimalLevel(Level.Info)...
New Year, New Release:
OpenOption set (which is CREATE & TRUNCATE)Minor release:
getName implementation for OdinLoggerAdapter in SLF4J bridge