File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
webauthn-server-attestation/doc Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
- = v1.x to v2.0 migration guide
1
+ = v1.x to v2.1 migration guide
2
2
3
3
The `2.0` release of the `webauthn-server-attestation` module
4
4
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:
25
25
- Replace uses of the `Attestation` result type with
26
26
link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-attestation/2.1.0/com/yubico/fido/metadata/MetadataBLOBPayloadEntry.html[`MetadataBLOBPayloadEntry`].
27
27
28
+ This migration guide is written for version `2.1.0` of the
29
+ `webauthn-server-attestation` module. Later `2.x` versions may introduce new
30
+ features but should remain compatible without further changes; consult the
31
+ release notes for a full list of new features.
32
+
28
33
29
34
== Replace `StandardMetadataService`
30
35
You can’t perform that action at this time.
0 commit comments