From d55c620cfaa4e93457148b5a0b0307b374992018 Mon Sep 17 00:00:00 2001 From: Wout Slakhorst Date: Mon, 4 Nov 2024 15:39:36 +0100 Subject: [PATCH] missing breaking changes in release notes (#3536) --- docs/pages/release_notes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pages/release_notes.rst b/docs/pages/release_notes.rst index e54f7e4ec..ebd632b02 100644 --- a/docs/pages/release_notes.rst +++ b/docs/pages/release_notes.rst @@ -20,6 +20,8 @@ Breaking changes - The VDR v1 ``createDID`` (``POST /internal/vdr/v1/did``) no longer supports the ``controller`` and ``selfControl`` fields. All did:nuts documents are now self controlled. All existing documents will be migrated to self controlled at startup. - Managed ``did:nuts`` DIDs are migrated to the new SQL storage. Unresolved DID document conflicts may contain an incorrect state after migrating to v6. See ``/status/diagnostics`` if you own any DIDs with a document conflict; use ``/internal/vdr/v1/did/conflicted`` to find the specific DIDs. - Removed legacy API authentication tokens. +- Removed ``auth.publicURL`` config param. The requirement for Yivi is now also covered by the ``url`` config param value. +- Default port bindings and http config options have changed. See below. - See caveats in :ref:`version-incompatibilities`. ============