Skip to content

Releases: cyberark/conjur-api-go

v0.13.14

30 Dec 15:21

Choose a tag to compare

[0.13.14] - 2025-12-30

Fixed

  • Use the correct header for V2 group membership requests.

v0.13.13

23 Dec 16:13

Choose a tag to compare

[0.13.13] - 2025-12-23

Fixed

  • Removed unsupported owner field from Static Secret requests.
  • Don't add "host/" prefix when using JWTHostID if already present. (CNJR-11714)

v0.13.12

09 Dec 16:09

Choose a tag to compare

[0.13.12] - 2025-12-03

Changed

v0.13.11

03 Dec 17:56

Choose a tag to compare

[0.13.11] - 2025-12-02

Fixed

  • Add Content-Type header to V2 POST/PATCH requests

Added

  • Improved documentation for credential storage options (CNJR-10891)

v0.13.10

17 Nov 14:13

Choose a tag to compare

[0.13.10] - 2025-11-13

Fixed

  • Define default telemetry header values to ensure successful telemetry data processing.

v0.13.9

10 Nov 20:24

Choose a tag to compare

[0.13.9] - 2025-10-30

Changed

  • Support Go 1.24 and 1.25 (CONJSE-2067)

v0.13.8

27 Oct 19:44

Choose a tag to compare

[0.13.8] - 2025-10-27

Added

  • Add Certificate V2 API. CNJR-10829

v0.13.7

03 Oct 14:58

Choose a tag to compare

[0.13.7] - 2025-10-03

Added

  • Extra validation for authn-iam configuration. CNJR-10225
  • Add DisableKeepAlives connection option through configuration or CONJUR_DISABLE_KEEP_ALIVES environment variable

v0.13.6

01 Oct 13:50

Choose a tag to compare

[0.13.6] - 2025-09-30

Added

  • Allow setting authn-gcp and authn-azure JWT in config

v0.13.5

25 Sep 15:57

Choose a tag to compare

[0.13.5] - 2025-09-09

Fixed

  • Avoid trying to read a cached token when storage config is CredentialStorageNone

Added

  • Add support for automatic AWS IAM authentication using EC2 instance metadata. CNJR-10957
  • Add support for automatic Azure authentication. CNJR-10959
  • Add Static Secrets V2 API. CNJR-10824
  • Add support for automatic GCP authentication using GCP instance metadata. CNJR-10958
  • Implemented support for both Secrets Manager Self-Hosted and Secrets Manager SaaS based on the configuration.
    CNJR-9039, CNJR-9043, CNJR-9044, CNJR-9349