Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

80 lines (62 loc) · 2.79 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.

[3.0.3] - 2024-11-22

Fixed

  • Resolve build warnings
  • Fix and re-enable broken tests (CNJR-7227)

3.0.2 - 2024-08-02

Changed

  • Automated release process

3.0.1 - 2024-02-27

Fixed

  • Fix broken API Key authentication

3.0.0 - 2024-02-14

Changed

2.1.1 - 2022-03-14

Fixed

2.1.0 - 2021-09-08

Added

  • Add parameter to the function Policy::LoadPolicy() to allow a different load method other than POST. POST being the default value. Currently Conjur supports POST, PUT and PATCH

2.0.0 - 2020-06-10

Added

Removed

  • Conjur V4 API support (see v4 branch for v4 API support)

1.4.0 - 2018-07-05

Added

  • Add Role entity with all corresponding methods

1.3.0 - 2018-05-22

Added

  • User entity
  • Client.ListUsers method to list for users

1.2.0 - 2018-04-25

Added

  • Client.ListVariables method to list for variables.
  • Client.ActingAs property (currently with support limited to the above).

1.1.1 - 2018-03-06

Fixed

  • The built-in authenticator is now thread-safe.

1.1.0 - 2018-01-09

Added

  • Variable.AddValue() method for adding variable values.