Releases: cyberark/conjur-api-go
Releases · cyberark/conjur-api-go
v0.12.10
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)
v0.11.4
[0.11.4] - 2024-05-09
Security
- Rollback to Go 1.20 as a requirement to build conjur-cli-go as FIPS
compliant (CONJSE-1864)
v0.11.2
[0.11.2] - 2024-04-18
Changed
- Added validate policy (CNJR-4539)
Security
- Upgrade to Go 1.22 (CONJSE-1842)