Skip to content

Releases: cyberark/conjur-api-ruby

v6.1.0

12 Dec 14:36

Choose a tag to compare

[6.1.0] - 2025-12-10

Fixed

Added

v6.0.1

08 Oct 15:59

Choose a tag to compare

[6.0.1] - 2025-09-05

Fixed

  • Updated README.md, CONTRIBUTING.md, and SECURITY.md to align with Conjur Enterprise name change to Secrets Manager. (CNJR-10968)
  • Pass valid field in #memberships to fix listing roles (CNJR-2109)
  • Pull keycloak image from internal repository

v6.0.0

16 Feb 20:23

Choose a tag to compare

[6.0.0] - 2023-12-28

Removed

  • Remove support for Conjur V4 (CNJR-2935)

v5.4.2

11 Sep 21:36
b862980

Choose a tag to compare

v5.4.2 Pre-release
Pre-release

[5.4.2] - 2023-09-11

v5.4.1

30 Mar 19:04
fd964f4

Choose a tag to compare

[5.4.1] - 2023-06-14

Added

v5.4.0

16 Aug 19:58
a42aca2

Choose a tag to compare

[5.4.0] - 2022-08-16

Added

Changed

v5.3.8

31 Jan 20:13
809a7c5

Choose a tag to compare

v5.3.8 Pre-release
Pre-release

[5.3.8] - 2022-07-19

Added

Changed

v5.3.7

31 Dec 22:24
00233f9

Choose a tag to compare

[5.3.7] - 2021-12-28

Changed

v5.3.6

12 Dec 09:49
v5.3.6
7ee9967

Choose a tag to compare

Changelog

Changed

  • Support Ruby 3.0 (#197)

v5.3.5

04 May 21:59
v5.3.5
4f52c76

Choose a tag to compare

Changelog

Added

  • Add rest_client_options option to Conjur.configuration. This allows users to configure the RestClient instance used by Conjur API to communicate with the Conjur server. cyberark/conjur-api-ruby#188

Changed

  • Replace monkey patching RestClient::Request with defaults on Conjur.configuration.rest_client_options in order to limit the scope of the default :ssl_cert_store option only to inside Conjur API. cyberark/conjur-api-ruby#188