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.
- Resolve build warnings
- Fix and re-enable broken tests (CNJR-7227)
3.0.2 - 2024-08-02
- Automated release process
3.0.1 - 2024-02-27
- Fix broken API Key authentication
3.0.0 - 2024-02-14
- Target .NET 6+. If you're using .NET Framework, continue using v2.1.1. cyberark/conjur-api-dotnet#89
- Support for AWS authentication cyberark/conjur-api-dotnet#90
2.1.1 - 2022-03-14
- Fix mime type "text/plain" cyberark/conjur-api-dotnet#82
2.1.0 - 2021-09-08
- 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
- Conjur V5 API support (cyberark/conjur-api-dotnet#43)
- Ability to control "limit" and "offset" for
ListUsers()
andListVariables()
- Conjur V4 API support (see v4 branch for v4 API support)
1.4.0 - 2018-07-05
- Add Role entity with all corresponding methods
- User entity
- Client.ListUsers method to list for users
- Client.ListVariables method to list for variables.
- Client.ActingAs property (currently with support limited to the above).
1.1.1 - 2018-03-06
- The built-in authenticator is now thread-safe.
Variable.AddValue()
method for adding variable values.