packages feed

kioku-migrate 0.7.0.0 → 0.8.0.0

raw patch · 2 files changed

+15/−7 lines, 2 filesdep ~kioku-coredep ~kioku-migrationsdep ~kiroku-store

Dependency ranges changed: kioku-core, kioku-migrations, kiroku-store, pg-migrate, pg-migrate-cli, pg-migrate-import-codd

Files

CHANGELOG.md view
@@ -1,5 +1,13 @@ # Changelog +## 0.8.0.0 — 2026-09-26++### Changed++- Requires the Kioku 0.8 cohort, `kiroku-store ^>=0.9.0.1`, and the `pg-migrate` 1.2 family.+- The plan grows to **57** entries through Kiroku's `0012`. On a database that holds data, run+  `up` only after every Kiroku 0.8 writer has stopped. No Kioku ledger fixup is required.+ ## 0.7.0.0 — 2026-09-18  ### Changed
kioku-migrate.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: kioku-migrate-version: 0.7.0.0+version: 0.8.0.0 synopsis: The kioku schema migration entry point description:   Applies kioku's migration chain and then reconciles keiro's read-model@@ -72,11 +72,11 @@     base >=4.21 && <5,     bytestring >=0.12 && <0.13,     hasql >=1.10 && <1.11,-    kioku-core ^>=0.7.0.0,-    kioku-migrations ^>=0.7.0.0,-    kiroku-store ^>=0.8.0.0,+    kioku-core ^>=0.8.0.0,+    kioku-migrations ^>=0.8.0.0,+    kiroku-store ^>=0.9.0.1,     optparse-applicative >=0.19 && <0.20,-    pg-migrate ^>=1.1.0.0,-    pg-migrate-cli ^>=1.1.0.0,-    pg-migrate-import-codd ^>=1.1.0.0,+    pg-migrate ^>=1.2.0.0,+    pg-migrate-cli ^>=1.2.0.0,+    pg-migrate-import-codd ^>=1.2.0.0,     text >=2.0 && <2.2,