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.
0.1.10 - 2026-03-24
- Update python dependencies
- Fixed missing 'packaging' dependency cyberark/conjur-api-python#56
0.1.9 - 2025-12-31
- Support dry_run parameter for policy load methods, based on PR #51. (CNJR-11338)
0.1.8 - 2025-11-07
- Remove
async_timeoutdependency - Clarify authentication methods in README.md
0.1.7 - 2025-10-16
- Added
close-stale.ymlGitHub workflow
0.1.6 - 2025-09-08
- Updated README.md, CONTRIBUTING.md, and SECURITY.md to align with Conjur Enterprise name change to Secrets Manager. (CNJR-10970)
- Update python dependencies
0.1.5 - 2025-05-01
- Add support for configuring an external logger cyberark/conjur-api-python#54, CNJR-9408
0.1.4 - 2025-03-26
- Fixed logging errors cyberark/conjur-api-python#53, CNJR-9054
0.1.3 - 2025-02-24
- Add support for authn-jwt cyberark/conjur-api-python#50
0.1.2 - 2024-08-01
- Update python dependencies
0.1.1 - 2024-03-14
- Add proxy parameter for http requests to Conjur (ONYX-48020)
- Upgrade ubuntu base image in Dockerfile.test to 23.04 conjur-api-python#41
- Upgrade aiohttp and cryptography (CONJSE-1841, CONJSE-1844)
0.1.0 - 2023-02-14
- Add support for Role Memberships endpoint conjur-api-python#30
- Add support for Check Privilege endpoint conjur-api-python#34
- Add support for Show Role endpoint conjur-api-python#30
- Add
role_existsmethod conjur-api-python#35 - Add support for Show Resource endpoint conjur-api-python#31
- Add
resource_existsmethod conjur-api-python#32 - Add support for LDAP authentication conjur-api-python#22
- Supplying api token manually is now supported conjur-api-python#19
- Add support for OIDC authentication conjur-api-python#19
- Add support for enabling and disabling of an authenticator conjur-api-python#19
- Add support for creating hosts using host factory with provided annotations conjur-api-python#19
- The
get_server_infomethod is now available in SDK. It is only supported against Conjur enterprise server conjur-api-python#19
- Include system truststore certs even if cert_file config is present conjur-api-python#37
- Abstract authentication flow into new
AuthenticationStrategyInterfaceconjur-api-python#20 - Store API key in
CreditentialsDataobject conjur-api-python#23