Releases: cyberark/conjur-api-ruby
Releases · cyberark/conjur-api-ruby
v6.1.0
[6.1.0] - 2025-12-10
Fixed
- Fixed problem with missing Conjur::API package (CNJR-12082).
cyberark/conjur-api-ruby#224
Added
- Added Config code and tests to repository (CNJR-10552).
cyberark/conjur-api-ruby#186
v6.0.1
[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
[6.0.0] - 2023-12-28
Removed
- Remove support for Conjur V4 (CNJR-2935)
v5.4.2
[5.4.2] - 2023-09-11
v5.4.1
[5.4.1] - 2023-06-14
Added
- Added authenticate wrapper to access unparsed response object (including headers).
cyberark/conjur-api-ruby#213 - Support Ruby v3.1 and v3.2.
cyberark/conjur-api-ruby#220
v5.4.0
[5.4.0] - 2022-08-16
Added
- Added support for OIDC V2 authentication endpoint.
cyberark/cojnur-api-ruby#207 - Added support for OIDC authenticator providers endpoint.
cyberark/cojnur-api-ruby#207
Changed
- Remove support for Ruby versions <2.7 which are end of life.
cyberark/conjur-api-ruby#206 - Adding operation call to fetch authentication providers
cyberark/conjur-api-ruby#206
v5.3.8
[5.3.8] - 2022-07-19
Added
- Added support for OIDC V2 authentication endpoint.
cyberark/cojnur-api-ruby#207 - Added support for OIDC authenticator providers endpoint.
cyberark/cojnur-api-ruby#207
Changed
- Remove support for Ruby versions <2.7 which are end of life.
cyberark/conjur-api-ruby#206 - Adding operation call to fetch authentication providers
cyberark/conjur-api-ruby#206
v5.3.7
[5.3.7] - 2021-12-28
Changed
- Change addressable gem dependency.
cyberark/conjur-api-ruby#199 - Update to use automated release process
v5.3.6
v5.3.5
Changelog
Added
- Add
rest_client_optionsoption toConjur.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::Requestwith defaults onConjur.configuration.rest_client_optionsin order to limit the scope of the default:ssl_cert_storeoption only to inside Conjur API. cyberark/conjur-api-ruby#188