Skip to content

Commit bf13b06

Browse files
committed
chore(release): freeze v1.5.10 changelog boundary (#170)
The v1.5.10 manifest prep landed before the #190 sub-type migration fix merged, so the changelog boundary was never frozen. Record the 1.5.10 section covering the migration planner fix ahead of tagging. - add the CHANGELOG.md 1.5.10 section with the #190 bug fix Parts of #170
1 parent e0aed05 commit bf13b06

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to TypeBridge will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.5.10] - 2026-07-16
8+
9+
### Bug Fixes
10+
11+
- **Sub-type migration planning and apply (#190)** - Planning a migration
12+
that adds an entity or relation with a parent no longer panics with
13+
`no entry found for key`. Authored add operations now emit parents before
14+
children and carry only declared capabilities, so the child's define step
15+
keeps its `sub` clause without redeclaring inherited attributes or roles,
16+
which TypeDB rejects at apply time. Verified against live TypeDB servers
17+
from 3.8.3 through 3.12.1.
18+
719
## [1.5.9] - 2026-07-15
820

921
### New Features

0 commit comments

Comments
 (0)