v0.10.0
Release notes from CHANGELOG.md for 0.10.0 (2026-06-15).
Added
- Added normalized resource identity metadata across schema builders, generated
TypeScript, schema manifests, viewer manifests, REST metadata, GraphQL SDL,
API surface ledgers, SQL adapters, and inspectors. - Added compound object-key runtime support across package APIs, REST
__key
routes, GraphQL resource key inputs, WAL replay, audit payloads, and
SQLite/Postgres existing-table adapters. - Added append-only log policy handling and
field.bytes(...)metadata with
encoded payload validation.
Changed
- Delegated JSON-backed identity behavior through the standalone
@async/json
engine while preserving the@async/db/jsoncompatibility export. - Replaced the GitHub release tarball dependency on
@async/jsonwith the npm
package dependency@async/json@^0.2.0; GitHub Packages remain preview/mirror
install surfaces, not the default dependency source.
Source: CHANGELOG.md in tag v0.10.0.