Packages

System-versioned temporal tables for Ecto and PostgreSQL

Current section

Files

Jump to
sys_time CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.1.0 — 2026-07-29
Initial release.
- Add system-versioned temporal tables for Ecto and PostgreSQL.
- Add transparent point-in-time reads through `Repo.travel/3`.
- Add explicit version, history, change-window, and diff queries.
- Add schema drift tests and migration synchronization.