Skip to content

Releases: cyberark/conjur-api-ruby

v6.0.0

16 Feb 20:23
Compare
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
Compare
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
Compare
Choose a tag to compare

[5.4.1] - 2023-06-14

Added

v5.4.0

16 Aug 19:58
a42aca2
Compare
Choose a tag to compare

[5.4.0] - 2022-08-16

Added

Changed

v5.3.8

31 Jan 20:13
809a7c5
Compare
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
Compare
Choose a tag to compare

[5.3.7] - 2021-12-28

Changed

v5.3.6

12 Dec 09:49
v5.3.6
7ee9967
Compare
Choose a tag to compare

Changelog

Changed

  • Support Ruby 3.0 (#197)

v5.3.5

04 May 21:59
v5.3.5
4f52c76
Compare
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

v5.3.4

29 Oct 18:13
7a16aeb
Compare
Choose a tag to compare

Change log

Changed

  • When rotating the currently logged in user's/host's API key, we now explictily
    prevent use of resource(<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

01 Oct 20:43
a0b2be4
Compare
Choose a tag to compare

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