Releases: cyberark/conjur-api-go
Releases · cyberark/conjur-api-go
v0.12.12
[0.12.12] - 2025-02-03
Fixed
- Fix false positive on version check
(CNJR-7876, cyberark/conjur-cli-go#152)
v0.12.11
[0.12.11] - 2025-01-28
Fixed
- Fix retrieval failure when variable identifier includes colon
(CNJR-7752, cyberark/conjur-api-go#82)
v0.12.10
[0.12.10] - 2024-12-27
Added
- Add functions to retrieve server version (CNJR-7207)
Fixed
- Checks Conjur server version before using policy dry-run and fetch (CNJR-7207)
v0.12.9
v0.12.7
[0.12.7] - 2024-11-18
Fixed
- Updated
shellescape
package to fix Go error on installation
cyberark/conjur-api-go#182
v0.12.6
[0.12.6] - 2024-10-30
Security
- Remove debug logging of "Authorization" header when processing requests (CNJR-7025)
v0.12.5
[0.12.5] - 2024-10-23
Added
- Added RoleMembershipsAll to fetch inherited memberships for a role (CNJR-5213)
- Added support for creating a client using an OIDC token (CNJR-6081)
- Added support for rotating the API key of an authenticated host (CNJR-5699)
- Added support for checking authenticator status (CNJR-6371)
- Return error when trying to call unsupported methods in Conjur Cloud (CNJR-5700)
v0.12.4
[0.12.4] - 2024-08-01
Added
- Added support for creating hosts with annotations via HostFactory (CNJR-5495)
- Added support for enabling authenticators (CNJR-5548)
- Added support for fetching effective policy (CNJR-5673)
Security
- Redact "Authorization" header when logging requests using CONJURAPI_LOG (CONJSE-1897)
v0.12.3
[0.12.3] - 2024-07-15
Changed
- Rename
validate
query parameter todryRun
(CNJR-4593)
v0.12.0
[0.12.0] - 2024-05-05
Changed
- Reworked JWT authentication to use standard configuration options (CNJR-4190)