From 5a656bdb1af6ee0a50041eb49cd15a929589e7ca Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Thu, 24 Nov 2022 13:54:52 +0100 Subject: [PATCH] Update webauthn-server-attestation migration guide introduction to version 2.1.0 --- webauthn-server-attestation/doc/Migrating_from_v1.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/webauthn-server-attestation/doc/Migrating_from_v1.adoc b/webauthn-server-attestation/doc/Migrating_from_v1.adoc index 330ebcf1e..add3d7e9c 100644 --- a/webauthn-server-attestation/doc/Migrating_from_v1.adoc +++ b/webauthn-server-attestation/doc/Migrating_from_v1.adoc @@ -1,4 +1,4 @@ -= v1.x to v2.0 migration guide += v1.x to v2.1 migration guide The `2.0` release of the `webauthn-server-attestation` module makes lots of breaking changes compared to the `1.x` versions. @@ -25,6 +25,11 @@ Here is a high-level outline of what needs to be updated: - Replace uses of the `Attestation` result type with link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-attestation/2.1.0/com/yubico/fido/metadata/MetadataBLOBPayloadEntry.html[`MetadataBLOBPayloadEntry`]. +This migration guide is written for version `2.1.0` of the +`webauthn-server-attestation` module. Later `2.x` versions may introduce new +features but should remain compatible without further changes; consult the +release notes for a full list of new features. + == Replace `StandardMetadataService`