1.2.13
logstage-core
- Better logger config by @pshirshov (#2170)
- Logging rules now support wildcards (
my.package.*.something
) ConfigurableLogRouter
now supports specifying different sinks for different prefixes (previously it only supported one set of sinks). This can be configured programmatically but not in the config (yet?)
- Logging rules now support wildcards (
distage-framework
- Add command-line option
--ignore-all-reference-configs
/-nc
. by @neko-kai (#2187) - Fix config override order for common reference configs by @neko-kai (#2186)
distage-extension-config
- Config comments by @pshirshov (#2173)
AddedConfigDoc
annotation. Attaches a$comment
field with the contents of the annotation to
config's JSON Schema generated by ConfigWriter.
distage-core
- Cleaner startup failure messages, switched DIKey rendering to scala-styled LTT renderer by @pshirshov (#2175)
- Binding origin case class by @pshirshov (#2169)
distage-framework-docker
- Docker cleanups by @pshirshov (#2174)
Full Changelog: v1.2.12...v1.2.13