Skip to content

Releases: cyberark/conjur-api-go

v0.12.10

27 Dec 15:47
Compare
Choose a tag to compare

[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

13 Dec 15:36
Compare
Choose a tag to compare

[0.12.9] - 2024-12-13

Added

v0.12.7

18 Nov 18:42
Compare
Choose a tag to compare

[0.12.7] - 2024-11-18

Fixed

v0.12.6

30 Oct 19:21
Compare
Choose a tag to compare

[0.12.6] - 2024-10-30

Security

  • Remove debug logging of "Authorization" header when processing requests (CNJR-7025)

v0.12.5

24 Oct 17:31
Compare
Choose a tag to compare

[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

01 Aug 15:35
Compare
Choose a tag to compare

[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

16 Jul 14:22
Compare
Choose a tag to compare

[0.12.3] - 2024-07-15

Changed

  • Rename validate query parameter to dryRun (CNJR-4593)

v0.12.0

21 May 18:52
Compare
Choose a tag to compare

[0.12.0] - 2024-05-05

Changed

  • Reworked JWT authentication to use standard configuration options (CNJR-4190)

v0.11.4

09 May 17:36
Compare
Choose a tag to compare

[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

30 Apr 18:56
Compare
Choose a tag to compare

[0.11.2] - 2024-04-18

Changed

  • Added validate policy (CNJR-4539)

Security

  • Upgrade to Go 1.22 (CONJSE-1842)