Skip to content

Releases: IBM/secrets-manager-node-sdk

v2.0.4

11 Mar 07:49

Choose a tag to compare

2.0.4 (2024-03-11)

  • Add List filters: secret_types, match_all_labels
  • Add Expiration date field to iam_credentials and service_credentials API responses

v2.0.3

07 Feb 09:08

Choose a tag to compare

2.0.3 (2024-02-07)

This release adds support fora random password generator policy, allowing you to control the length and complexity of the auto-generated password (numbers, symbols, upper-case).

v2.0.2

11 Dec 08:27

Choose a tag to compare

2.0.2 (2023-12-11)

This release provides support for a new secret type - Service credentials. Learn more in the service documentation and API Docs.

v2.0.1

19 Sep 09:39

Choose a tag to compare

2.0.1 (2023-09-19)

This release provides support for retrieving the secret value by using its secret Name. Learn more in the service documentation and API Docs.

v2.0.0

17 Apr 11:56

Choose a tag to compare

A new version of the Secrets Manager SDKs is now available. The following updates are included in this release.

  • You no longer need to include secret_type in the API URL to identify a secret.
  • The secret group name must be unique per Secrets Manager instance.
  • Resources updates are defined as HTTP patch operations.
  • The configurations API follows the pattern of the Secrets Manager API. config_type acts as the API discriminator, similarly to secret_type.
  • Configurations are modeled as openAPI composites with metadata and data parts, similarly to the Secrets Manager model. Mappings between IAM roles and configurations API follow the same pattern for the Secrets Manager API. For example, an IAM viewer can list configurations to view their metadata.
  • List operations return metadata only for secret, secret version, and config resources.
  • The action to rotate a secret is now the create a new secret version API: POST/v2/secrets/{id}/versions.
  • The action to restore secret version is now the create a new secret version API with the restored_from_version body parameter.
  • The action to delete IAM credentials is now the delete a secret version data API: DELETE /v2/secrets/{id}/versions/{version_id}/secret_data.
  • Policies API is now embedded into the metadata API in version 2.0.
  • The actions to list Secrets and get secret metadata return the versions_total field. The version's content is not included.
  • Current and previous secret versions can be referenced by using the current and previous aliases in version APIs.
  • The secret lock mode names exclusive and exclusive_delete are replaced by remove_previous and remove_previous_and delete. The modes still perform the same action, only the names changed.
    For more information, check out the API docs.

v1.0.44

15 Feb 12:48

Choose a tag to compare

1.0.44 (2023-02-15)

v1.0.43

08 Jan 15:26

Choose a tag to compare

1.0.43 (2023-01-08)

What's Changed

Full Changelog: v1.0.42...v1.0.43

v1.0.42

08 Dec 15:28

Choose a tag to compare

1.0.42 (2022-12-08)

v1.0.41

08 Dec 15:10

Choose a tag to compare

1.0.41 (2022-12-08)

1.0.39

06 Dec 19:43
6f4b747

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.38...1.0.39