I started integrating the SDK into a project of mine, but the SDK seems to only support v2 of the API. Which has caused a bit of consternation with my AI agent b/c it's using your terraform provider, and it created an application key using the bucket_ids array in the b2_application_key resource, because bucket_id is marked as deprecated.
I can obviously work around this by using the deprecated bucket_id field in the terraform, and update my AGENTS.md to tell it to ignore the deprecation in the terraform resource, but why isn't the latest release of the SDK not using the latest version of the API?
I started integrating the SDK into a project of mine, but the SDK seems to only support v2 of the API. Which has caused a bit of consternation with my AI agent b/c it's using your terraform provider, and it created an application key using the
bucket_idsarray in theb2_application_keyresource, becausebucket_idis marked as deprecated.I can obviously work around this by using the deprecated
bucket_idfield in the terraform, and update my AGENTS.md to tell it to ignore the deprecation in the terraform resource, but why isn't the latest release of the SDK not using the latest version of the API?