Skip to content

Latest commit

 

History

History
126 lines (112 loc) · 8.65 KB

CHANGELOG.md

File metadata and controls

126 lines (112 loc) · 8.65 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

5.3.1 - 2023-07-11

Removed

5.3.0 - 2021-12-22

Added

5.2.0 - 2021-09-08

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

5.1.1 - 2021-04-28

Added

5.1.0 - 2021-04-12

Added

Fixed

Changed