Skip to content

Files

Latest commit

d1e41b0 · May 30, 2024

History

History
60 lines (34 loc) · 2.75 KB

kms-api-change-log.md

File metadata and controls

60 lines (34 loc) · 2.75 KB
copyright lastupdated keywords subcollection
years
2021, 2024
2024-05-30
release note, new, changelog, what's new, service updates, service bulletin
hs-crypto

{{site.data.keyword.attribute-definition-list}}

{{site.data.keyword.hscrypto}} key management service API change log

{: #kms-api-change-log}

In this change log you can learn about the latest changes, improvements, and updates for the {{site.data.keyword.hscrypto}} key management service API. The change log lists changes that have been made, ordered by the date they were released. Changes to existing API versions are designed to be compatible with existing client applications.

API versioning

{: #kms-api-versioning}

The latest released version is 23.11.

February 2024

{: #kms-api-feb-2024}

The following methods are updated:

  • Delete key ring{: external}: You can now force delete a key ring. If the keys in this key ring are not deleted before this action is performed, the keys will be moved to the default key ring.
  • List key versions{: external}: You can now view key versions of a key in any state, including the deleted key.

February 2023

{: #kms-api-feb-2023}

The following methods are added:

January 2022

{: #kms-api-jan-2022}

The following methods are added:

  • Update the key ring of a key. After you create a key, you can transfer the key to a different key ring by sending a PATCH /api/v2/keys/{id} request and specifying the new key ring ID.
  • Purge key to permanently delete a key. After you purge a key, you are no longer able to access the key and its associated resources. This action is performed in a DELETE /api/v2/keys/{id}/purge request.

April 2021

{: #kms-api-april-2021}

The method of restoring keys is updated. Now all root keys and standard keys can be restored within 30 days of the deletion and no key material is required.