Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

28 lines (15 loc) · 1.42 KB

Changelog

5.0.1 (2024-09-27)

Miscellaneous Chores

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