Liking cljdoc? Tell your friends :D

Change Log

All notable changes to this project will be documented in this file, which follows the conventions of keepachangelog.com. This project adheres to Semantic Versioning.

Unreleased

...

1.0.1 - 2022-06-01

No major behavioral changes in this release, but it does mark the "officially stable" version of the library after much production usage.

Changed

  • Updated a handful of dependencies. PR#9

Fixed

  • Fixed a ClassCastException when setting the root logger level with an environment or system property override. PR#10

0.3.2 - 2022-04-08

Changed

  • Remove shell call to hostname to infer the default computer hostname. This caused the Clojure Agent send-off pool to be started at logging init time, which was an unacceptable side-effect. PR#8

Added

  • The default hostname can now be modified with dialog.util/set-hostname! if necessary.

0.3.1 - 2022-02-25

Fixed

  • Use SLF4J message formatter to correctly interpret formatting anchors ({}) and throwables in the DialogLogger implementation. #6 PR#7

0.3.0 - 2022-02-22

Added

  • Add support for output-specific middleware. PR#4

Changed

  • The JSON formatter is much more defensive about unknown types and will default to stringifying them when found. PR#5

0.2.0 - 2022-01-14

Added

  • Added :padding option for the :simple and :pretty formatters to allow control of the fixed-width printing for the thread, level, and logger names. PR#2

Changed

  • The canonical configuration file is now dialog.edn instead of dialog/config.edn, though the original path is still loaded as a fallback.

Fixed

  • Ensure that dialog is initialized when events are logged. This fixes standalone usage without SLF4J.
  • Logger instances are now serializable, to support cases where a class being serialized declares a non-static logger field. PR#3

0.1.0 - 2021-12-29

Initial release.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close