From 80994f7d7775850de432cc18ab07d1d4fcfbb188 Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:47:21 -0700 Subject: [PATCH] chore: release hotdata-materialized v0.1.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc88b1c..8d6241a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] - 2026-07-22 + - `@materialize` decorator and `MaterializedFrame`: write-behind caching of expensive Django query results into Hotdata; hits return Arrow-backed frames (`.arrow()/.df()/.to_pylist()`), `.sql()` runs server-side against @@ -18,3 +20,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remote registry (no migrations or local state in the host app) and one-managed-database-per-entry storage with TTL expiry backstop - TPC-H demo project benchmarking direct Postgres vs the cache +