Skip to content

Releases: cyberark/conjur-api-python

v0.1.11

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 07 Jul 17:05

[0.1.11] - 2026-07-02

Changed

  • Replace disabled OIDC v1 (id_token) authentication flow with OIDC v2
    (authorization code + PKCE). (CNJR-14274)

Security

  • Relax cryptography constraint to >=48.0.1 (CVE-2026-34180 /
    SNYK-PYTHON-CRYPTOGRAPHY-17344551), unblocking downstream consumers capped
    by the previous ~=46.0.5 pin. No upper bound — cryptography is a
    transitive dependency and is not imported directly.

v0.1.10

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 25 Mar 13:19

[0.1.10] - 2026-03-24

Security

  • Update python dependencies

Fixed

v0.1.9

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 31 Dec 17:39

[0.1.9] - 2025-12-31

Added

  • Support dry_run parameter for policy load methods, based on PR #51. (CNJR-11338)

v0.1.8

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 10 Nov 17:23

[0.1.8] - 2025-11-07

Changed

  • Remove async_timeout dependency
  • Clarify authentication methods in README.md

v0.1.7

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 16 Oct 19:35

[0.1.7] - 2025-10-16

Added

  • Added close-stale.yml GitHub workflow

v0.1.6

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 08 Sep 18:05

[0.1.6] - 2025-09-08

Changed

  • Updated README.md, CONTRIBUTING.md, and SECURITY.md to align with Conjur Enterprise name change to Secrets Manager. (CNJR-10970)

Security

  • Update python dependencies

v0.1.5

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 01 May 16:33

[0.1.5] - 2025-05-01

Added

v0.1.4

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 26 Mar 17:43

[0.1.4] - 2025-03-26

Fixed

v0.1.3

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 24 Feb 18:53

[0.1.3] - 2025-02-24

Added

v0.1.2

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 02 Aug 14:26

[0.1.2] - 2024-08-01

Security

  • Update python dependencies