Releases: cyberark/conjur-api-go
Releases · cyberark/conjur-api-go
v0.13.14
v0.13.13
[0.13.13] - 2025-12-23
Fixed
- Removed unsupported
ownerfield from Static Secret requests. - Don't add "host/" prefix when using JWTHostID if already present. (CNJR-11714)
v0.13.12
[0.13.12] - 2025-12-03
Changed
- Migrate from unmaintained yaml.v2 to yaml/v3 cyberark/conjur-api-go#185
v0.13.11
[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
[0.13.10] - 2025-11-13
Fixed
- Define default telemetry header values to ensure successful telemetry data processing.
v0.13.9
[0.13.9] - 2025-10-30
Changed
- Support Go 1.24 and 1.25 (CONJSE-2067)
v0.13.8
[0.13.8] - 2025-10-27
Added
- Add Certificate V2 API. CNJR-10829
v0.13.7
[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
[0.13.6] - 2025-09-30
Added
- Allow setting authn-gcp and authn-azure JWT in config
v0.13.5
[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