Back to Dagger

V0.15.0

sdk/go/.changes/v0.15.0.md

0.20.71020 B
Original Source

sdk/go/v0.15.0 - 2024-12-11

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

🐹 https://pkg.go.dev/dagger.io/[email protected]

šŸ”„ Breaking Changes

  • Removed deprecated unscoped enum values by @jedevc in https://github.com/dagger/dagger/pull/8669
    Enum values must now be accessed with the name prefixed by the name of the enum type - for example, dagger.Shared becomes dagger.CacheSharingModeLocked.
  • ExecErr.Error no longer contains the values of Stdout or Stderr by @vito in https://github.com/dagger/dagger/pull/9033
    When comparing error values for expected output, use the more specific values.

Dependencies

What to do next