Merge branch 'feat/v0.6' into feat/delegation-ext

This commit is contained in:
Gaspard Wierzbinski 2025-04-21 19:37:12 +02:00 committed by GitHub
commit 55311d71e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 180 additions and 300 deletions

View file

@ -10,7 +10,13 @@ This page lists changes since Working Draft 3. {{ className: 'lead' }}
## Since WD 5
- Added a new `content-type` for Versia entities: `application/vnd.versia+json`.
- Removed per-User keypairs: now, only the instance keypair is used for signing.
- Moved [Delegation](/extensions/delegation) to an extension
- Modified how URIs and references to other entities are handled:
- The `uri` field has been removed from all entities.
- Every field that used to be a URI now uses that entity's `id` field.
- New endpoints have been defined under `/_versia/v0.6/` to fetch entities by their `id`.
## Since WD 4