Skip to content

Latest commit

 

History

History
121 lines (92 loc) · 4.81 KB

File metadata and controls

121 lines (92 loc) · 4.81 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.

0.1.10 - 2026-03-24

Security

  • Update python dependencies

Fixed

0.1.9 - 2025-12-31

Added

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

0.1.8 - 2025-11-07

Changed

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

0.1.7 - 2025-10-16

Added

  • Added close-stale.yml GitHub workflow

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

0.1.5 - 2025-05-01

Added

0.1.4 - 2025-03-26

Fixed

0.1.3 - 2025-02-24

Added

0.1.2 - 2024-08-01

Security

  • Update python dependencies

0.1.1 - 2024-03-14

Added

  • Add proxy parameter for http requests to Conjur (ONYX-48020)

Security

  • 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

Added

Changed