Skip to content

Releases: aleksey925/pydantic-settings-vault

2.1.1

24 Apr 18:33
ff288bb

Choose a tag to compare

What's Changed

  • migrate to ruff linter/formatter by @aleksey925 in #16
  • improve type definitions and refactor code by @aleksey925 in #17
  • fix problem with compatibility with pydantic-setting version above 2.9 by @aleksey925 in #20

Full Changelog: 2.1.0...2.1.1

2.1.0

13 Apr 11:05

Choose a tag to compare

What's Changed

  • add support for the new authorization method JWT/OIDC by @aleksey925 in #15

Full Changelog: 2.0.0...2.1.0

2.0.0

19 Nov 14:25

Choose a tag to compare

What's Changed

  • Relax the version constraint for dependencies (support hvac 1.X)
  • Support providing a custom CA bundle for Vault certificate validation, or skipping SSL validation altogether

Breaking changes

  • Make environment variables override what is defined in the Config, contrary to the previous behaviour
  • Drop support of Python 3.7

Full Changelog: 1.0.0...2.0.0

1.0.0

12 Aug 14:20
1c2e6b0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/aleksey925/pydantic-settings-vault/commits/1.0.0