From 89a8b1836fcae8a93dc7d54fb37ae922badb17ce Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 21 Apr 2025 18:02:33 +0200 Subject: [PATCH] docs: :memo: Updated changelog to include upcoming v0.6 changes --- app/changelog/page.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/changelog/page.mdx b/app/changelog/page.mdx index ac5a2fa..f904380 100644 --- a/app/changelog/page.mdx +++ b/app/changelog/page.mdx @@ -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`.