kioku-core 0.7.0.0 → 0.8.0.0
raw patch · 2 files changed
+24/−15 lines, 2 filesdep ~keikidep ~keirodep ~keiro-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: keiki, keiro, keiro-core, kioku-api, kioku-core, kioku-migrations, kiroku-store, shibuya-core, shibuya-kiroku-adapter
API changes (from Hackage documentation)
Files
- CHANGELOG.md +9/−0
- kioku-core.cabal +15/−15
CHANGELOG.md view
@@ -1,5 +1,14 @@ # Changelog +## 0.8.0.0 — 2026-09-26++### Breaking Changes++- Requires `keiro ^>=0.19.0.0`, `keiro-core ^>=0.19.0.0`, `kiroku-store ^>=0.9.0.1`,+ `shibuya-core ^>=0.10.0.0`, `shibuya-kiroku-adapter ^>=0.5.1.5`, and `keiki ^>=0.9.1.0`.+ Kiroku Store 0.9 writes a `category` on every `$all` row, which requires Kiroku migration `0012`+ in the target database. Source and API are unchanged.+ ## 0.7.0.0 — 2026-09-18 ### Breaking Changes
kioku-core.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: kioku-core-version: 0.7.0.0+version: 0.8.0.0 synopsis: Reusable agent memory runtime description: Core runtime for kioku. M1 establishes the application effect stack; later@@ -131,15 +131,15 @@ hasql-pool >=1.2 && <1.5, hasql-transaction >=1.0 && <1.3, hs-opentelemetry-api >=1.0 && <1.1,- keiki ^>=0.9.0.0,- keiro ^>=0.17.0.0,- keiro-core ^>=0.17.0.0,- kioku-api ^>=0.7.0.0,- kiroku-store ^>=0.8.0.0,+ keiki ^>=0.9.1.0,+ keiro ^>=0.19.0.0,+ keiro-core ^>=0.19.0.0,+ kioku-api ^>=0.8.0.0,+ kiroku-store ^>=0.9.0.1, lens >=5.2 && <5.4, mmzk-typeid >=0.7 && <0.8,- shibuya-core ^>=0.9.0.0,- shibuya-kiroku-adapter ^>=0.5.1.1,+ shibuya-core ^>=0.10.0.0,+ shibuya-kiroku-adapter ^>=0.5.1.5, shikumi ^>=0.4.0.0, shikumi-trace ^>=0.3.0.0, text >=2.1 && <2.2,@@ -199,14 +199,14 @@ generic-lens >=2.2 && <2.4, hasql >=1.6, hasql-transaction >=1.0,- keiro ^>=0.17.0.0,- keiro-core ^>=0.17.0.0,- kioku-api ^>=0.7.0.0,- kioku-core ^>=0.7.0.0,- kioku-migrations:test-support ^>=0.7.0.0,- kiroku-store ^>=0.8.0.0,+ keiro ^>=0.19.0.0,+ keiro-core ^>=0.19.0.0,+ kioku-api ^>=0.8.0.0,+ kioku-core ^>=0.8.0.0,+ kioku-migrations:test-support ^>=0.8.0.0,+ kiroku-store ^>=0.9.0.1, lens >=5.2,- shibuya-core ^>=0.9.0.0,+ shibuya-core ^>=0.10.0.0, shikumi ^>=0.4.0.0, shikumi-trace ^>=0.3.0.0, tasty >=1.5,