chore(release): 8.0.0-rc.2

This commit is contained in:
David Snelling 2026-06-21 10:45:28 -07:00
parent 18f27cb16e
commit 89c4b7016c
3 changed files with 18 additions and 3 deletions

View file

@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [8.0.0-rc.2](https://github.com/soulcraftlabs/brainy/compare/v8.0.0-rc.1...v8.0.0-rc.2) (2026-06-21)
- docs(8.0): RELEASES rc.2 additions — graph engine + additive wins + correctness fixes (18f27cb)
- feat(8.0): brain.graph.export() + noun-walk cursor + noun visibility hydration (c2a84c9)
- feat(8.0): brain.graph.subgraph() + native-provider routing (8c2b57a)
- feat(8.0): related({ node }) — one-call both-direction incident edges (d4de48d)
- feat(8.0): GraphAccelerationProvider contract — the native graph-engine seam (a3d6fdb)
- perf(8.0): cursor pagination for the verb walk — full edge pagination O(N²) → O(N) (682e786)
- perf(8.0): visibility-aware fast adjacency — related() stays O(degree) under default visibility (a914313)
- feat(8.0): upsert + FindParams.includeVectors + removeMany adaptive chunking (4cc2088)
- docs(8.0): note reserved-field default-throw in RELEASES rc additions (1bc709d)
- feat(8.0): reserved-field enforcement — reservedFieldPolicy defaults to throw (54c7c39)
- docs: mark 8.0.0-rc.1 published (npm tag rc) + note rc.1 additions (ae3fe82)
### [8.0.0-rc.1](https://github.com/soulcraftlabs/brainy/compare/v7.31.2...v8.0.0-rc.1) (2026-06-20)
- feat(8.0): id-normalization (#18) + aggregation min/max delete-safety + RC-safe release (d02e522)