docs: 📝 Updated changelog to include upcoming v0.6 changes

This commit is contained in:
Jesse Wierzbinski 2025-04-21 18:02:33 +02:00
parent 3117b376c9
commit 89a8b1836f
No known key found for this signature in database

View file

@ -8,6 +8,15 @@ export const metadata = {
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.
- 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
- Removed URI from [Report](/extensions/reports), and replaced `reason` with `tags`.