Releases: cyberark/conjur-api-ruby
Releases · cyberark/conjur-api-ruby
v6.0.0
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_options
option 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::Request
with defaults onConjur.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
v5.3.4
Change log
Changed
- When rotating the currently logged in user's/host's API key, we now explictily
prevent use ofresource(<own_id>).rotate_api_key
for that action as the
Conjur::API.rotate_api_key
should be used instead for that. This change is a
downstream enforcement of the stricter key rotation requirements on the server
covered by this
security bulletin.
cyberark/conjur-api-ruby#181
v5.3.3
Change log
Changed
- Release process is updated to ensure that the published Ruby Gem matches a tag in this repository,
so that consumers of this gem can always reference the correct source code included in any given version.
cyberark/conjur-api-ruby