Skip to content

v5.0.0

Compare
Choose a tag to compare
@alvarolopez alvarolopez released this 27 Sep 21:38

5.0.0 (2024-09-27)

⚠ BREAKING CHANGES

  • use Pydantic 2 and move records to use computed_fields

Features

  • include release please (248ffcd)
  • use Pydantic 2 and move records to use computed_fields (2181e9c)

Bug Fixes

  • fix some validation errors to be aligned to latest pydantic v2 (115ffa6)
  • set explicit stacklevel on warnings (e034663)
  • solve mypy errors (4ed35c4)
  • use POSIX timestamps for SSM cloud records (c1df014), closes #113