Skip to content

Commit

Permalink
Update webauthn-server-attestation migration guide introduction to ve…
Browse files Browse the repository at this point in the history
…rsion 2.1.0
  • Loading branch information
emlun committed Nov 24, 2022
1 parent 3dd10a4 commit 5a656bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion webauthn-server-attestation/doc/Migrating_from_v1.adoc
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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`

Expand Down

0 comments on commit 5a656bd

Please sign in to comment.