Skip to content

Releases: cyberark/conjur-openapi-spec

v5.3.1

11 Jul 19:05
v5.3.1
41a71fa
Compare
Choose a tag to compare

Removed

v5.3.0

22 Dec 16:34
v5.3.0
d9e6492
Compare
Choose a tag to compare

Added

v5.2.0

13 Sep 14:09
v5.2.0
40f2f1a
Compare
Choose a tag to compare

Added

Fixed

  • Request body details for secret creation so all clients can properly set secrets. This changes
    the MIME type of the request body to application/octet-stream in place of text plain,
    allowing for proper binary secrets in clients (format: binary is broken in some clients).
    cyberark/conjur-openapi-spec#187
  • Authentication methods not requiring any API authentication (conjurAuth, basicAuth, etc) now
    specify an empty list as the security field ensuring utilities dont assume all authentication
    types are valid.
    cyberark/conjur-openapi-spec#196

Changed

v5.1.1

28 Apr 20:59
9f04fe6
Compare
Choose a tag to compare

Added

v5.1.0

13 Apr 15:50
0f2eea3
Compare
Choose a tag to compare

This is the first release of the Conjur OpenAPI Specification, compatible with Conjur Open Source
v1.11.5! For more information about how to use this release, please see the documentation.

Added

Fixed

Changed