1.2.9
breaking changes
- Extracted Functoid into a separate artifact
fundamentals-functoid
, it can now be used on its own, outside of distage by @pshirshov (#2106) - Implement Scala 3 recompilation token by @neko-kai (#1805)
- Due to Scala 3 bug scala/scala3#19745 export alias
distage.plugins.PluginDef
is disabled on Scala 3. Useizumi.distage.plugins.PluginDef
- Due to Scala 3 bug scala/scala3#19745 export alias
- Apply outer module's tags to included module by default. Deprecate
includeApplyTags
by @neko-kai (#2122)
new features
- Allow adding custom compile-time checks in distage-framework by @neko-kai (#2133)
- Add
Docker.Mount.readOnly
option by @neko-kai (#2124)
other
- BIO: Update
guaranteeExceptOnInterrupt
to useExit.Uninterrupted
by @neko-kai (#2098) - Fix TrivialLogger ignoring set DebugProperties by @neko-kai (#2127)
Full Changelog: v1.2.8...v1.2.9