Skip to content

v0.4.0

Compare
Choose a tag to compare
@UnseenWizzard UnseenWizzard released this 25 Oct 13:24
· 94 commits to main since this release
v0.4.0

🚀 Features

  • ❗[BREAKING CHANGE] refactor: Split API clients into simple and 'smart' clients

    • api/clients are simplified
    • 'smart' clients are moved to a new top-level clients/ package
  • feat: 'smart' bucket API client ensures buckets are in the desired state
    for/after operations

    • e.g. awaiting active state before updating buckets, or waiting for a 404 before returning from the Delete method.

⚙️ Dependency updates

  • chore(deps): Bump golang.org/x/net from 0.16.0 to 0.17.0