Skip to content

1.2.9

Compare
Choose a tag to compare
@neko-kai neko-kai released this 13 Jun 20:44
· 108 commits to develop since this release

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. Use izumi.distage.plugins.PluginDef
  • Apply outer module's tags to included module by default. Deprecate includeApplyTags by @neko-kai (#2122)

new features

other

  • BIO: Update guaranteeExceptOnInterrupt to use Exit.Uninterrupted by @neko-kai (#2098)
  • Fix TrivialLogger ignoring set DebugProperties by @neko-kai (#2127)

Full Changelog: v1.2.8...v1.2.9