Back to Dagger

V0.12.6

sdk/elixir/.changes/v0.12.6.md

0.20.7902 B
Original Source

sdk/elixir/v0.12.6 - 2024-08-29

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.6. See what changed in that release.

๐Ÿงช https://hex.pm/packages/dagger ๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html

๐Ÿ”ฅ Breaking Changes

  • Module and function declaration changes by @wingyplus in https://github.com/dagger/dagger/pull/8172
    • The module declaration is changed from use Dagger.Mod to use Dagger.Mod.Object
    • The function declaration is changed from module attribute declaration to use defn with type annotation on function declaration instead.

Fixed

What to do next