Skip to content

Releases: AZX-PBC-OSS/dotenvmodel

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 28 Jul 02:04
84c80b4

0.6.3 (2026-07-28)

Bug Fixes

  • reload() must update the instance's recorded load arguments (#56) (a293461)

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 01:14
c0a9fb9

0.6.2 (2026-07-28)

Bug Fixes

  • warn on cached() argument disagreement, not on non-default args (#54) (ba80777)

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 23:39
76d6c7f

0.6.1 (2026-07-27)

Bug Fixes

  • eliminate cross-class reentrancy deadlock in cached() locking (#52) (592297a)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 03:02
c487f6e

0.6.0 (2026-07-27)

Features

  • add cached() / reset_cached() / cached_override() singleton accessor (#51) (638f8cc)

Continuous Integration

v0.5.4

Choose a tag to compare

@github-actions github-actions released this 22 Jul 22:51
b898c49

0.5.4 (2026-07-22)

Continuous Integration

  • local self-contained publish workflow with attestations off (#46) (1f72487)

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 22 Jul 22:27
997758b

0.5.3 (2026-07-22)

Continuous Integration

  • publish via centralized reusable workflow (#44) (d653161)

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 22 Jul 21:56
71d254c

0.5.2 (2026-07-22)

Continuous Integration

  • standardize publish workflow on org template (pypa action, conditional attestations) (#42) (32960d4)

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 21:31
96e147c

0.5.1 (2026-07-22)

Continuous Integration

  • activate release-please manifest mode; fix stale version seeds (#40) (91fb40a)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 22:18
3ee782c

0.5.0 (2026-07-21)

Features

  • add post_load hook for cross-field validation and normalization (78bcef1)
  • add post_load hook for cross-field validation and normalization (#39) (39241ed)

Bug Fixes

  • mask hook-authored constraint in sensitive validator errors (6f99371)

Documentation

  • correct post_load raise-propagation boundary, document partial reload (9ec9a00)
  • document post_load cross-field validation hook (536c981)
  • post_load discoverability and secrets-warning scope (895566e)
  • qualify post_load claims for validate=False and reload paths (0786c8d)
  • qualify post_load raise propagation for nested ValidationError (40416b6)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 23:39
c9cd86f

0.4.0 (2026-07-20)

Features

  • add strip, starts_with/ends_with, and custom validator hook to Field (#36) (8e4210e)