Skip to content

v0.40.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Nov 11:04
· 2 commits to refs/heads/main since this release
71b5775

What's Changed

⚠️ Breaking Changes

The below modules receive a breaking change in the signature of their functional options, as now all of them return an error when needed (returning nil for success). Therefore, you're only affected when assigning the options to variables.

  • Old: type Option func(*options)
  • New: type Option func(*options) error

🚀 Features

🐛 Bug Fixes

  • fix(udp): expose UDP ports properly (#3485) @blueprismo
  • fix(compose): update to docker compose v2.40.2 and use api.Compose interface (#3456) @mdelapenya
  • fix(surrealdb): use true as value for WithAllowAllCaps option (#3436) @mdelapenya
  • fix: use path.Join instead of url.JoinPath when prepending a custom registry to an image (#3308) @fedorkanin

📖 Documentation

🧹 Housekeeping

📦 Dependency updates