Skip to content

Commit 39d643b

Browse files
committed
Move NEWS items to more appropriate location
1 parent dac7dbd commit 39d643b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

NEWS

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@
2929
`StartRegistrationOptions.extensions` and
3030
`PublicKeyCredential.clientExtensionOutputs` narrowed from `JsonNode` to
3131
`ObjectNode`
32+
** Parameters `StartRegistrationOptions.excludeCredentials` and
33+
`StartAssertionOptions.allowCredentials` deleted; they are now discovered
34+
automatically from the `CredentialRepository`. If custom control over
35+
`excludeCredentials` or `allowCredentials` is needed, modify the
36+
`PublicKeyCredentialCreationOptions` or `PublicKeyCredentialRequestOptions`
37+
object manually.
38+
** `COSEAlgorithmIdentifier` is now an actual enum
39+
** Extensions are now passed and returned as domain objects instead of as Jackson
40+
types
41+
** Type parameter added to `PublicKeyCredential` to express extensions type
42+
** Fields `CollectedClientData.authenticatorExtensions` and `.clientExtensions`
43+
deleted
3244
* Fixed a bug in `AuthenticatorDataFlags` that caused the `ED` (0x80) flag to
3345
never be set
3446
* All classes in `com.yubico.webauthn.data` can now be serialized and
@@ -42,18 +54,6 @@
4254
`AuthenticatorAttestationResponse`
4355
* New methods `ByteArray.size(): int` and `.isEmpty(): boolean`
4456
* `ByteArray` is now `Comparable` to itself
45-
* Parameters `StartRegistrationOptions.excludeCredentials` and
46-
`StartAssertionOptions.allowCredentials` deleted; they are now discovered
47-
automatically from the `CredentialRepository`. If custom control over
48-
`excludeCredentials` or `allowCredentials` is needed, modify the
49-
`PublicKeyCredentialCreationOptions` or `PublicKeyCredentialRequestOptions`
50-
object manually.
51-
* `COSEAlgorithmIdentifier` is now an actual enum
52-
* Extensions are now passed and returned as domain objects instead of as Jackson
53-
types
54-
* Type parameter added to `PublicKeyCredential` to express extensions type
55-
* Fields `CollectedClientData.authenticatorExtensions` and `.clientExtensions`
56-
deleted
5757
* Added support for `appid` extension
5858

5959

0 commit comments

Comments
 (0)