Skip to content

v1.7.1

Choose a tag to compare

@d0etu d0etu released this 18 Mar 15:41
· 85 commits to main since this release

Enhancements

  • apply: Migrate asset create/update from Import APIs to standard CRUD APIs (#90)
    The apply command and individual asset create/update subcommands now use the standard
    Create and Update APIs instead of the Import APIs, which are intended for one-time migrations.

Bug Fixes

  • apply: When an asset definition includes a user-defined ID, apply now always upserts, making repeated applies idempotent and preventing duplicate assets from being created. (#94)