From 39d643b7d3e057e2d08725332bb3e68a7991a7b3 Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Fri, 28 Sep 2018 21:50:50 +0200 Subject: [PATCH] Move NEWS items to more appropriate location --- NEWS | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/NEWS b/NEWS index fc1902602..e59b63316 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,18 @@ `StartRegistrationOptions.extensions` and `PublicKeyCredential.clientExtensionOutputs` narrowed from `JsonNode` to `ObjectNode` + ** Parameters `StartRegistrationOptions.excludeCredentials` and + `StartAssertionOptions.allowCredentials` deleted; they are now discovered + automatically from the `CredentialRepository`. If custom control over + `excludeCredentials` or `allowCredentials` is needed, modify the + `PublicKeyCredentialCreationOptions` or `PublicKeyCredentialRequestOptions` + object manually. + ** `COSEAlgorithmIdentifier` is now an actual enum + ** Extensions are now passed and returned as domain objects instead of as Jackson + types + ** Type parameter added to `PublicKeyCredential` to express extensions type + ** Fields `CollectedClientData.authenticatorExtensions` and `.clientExtensions` + deleted * Fixed a bug in `AuthenticatorDataFlags` that caused the `ED` (0x80) flag to never be set * All classes in `com.yubico.webauthn.data` can now be serialized and @@ -42,18 +54,6 @@ `AuthenticatorAttestationResponse` * New methods `ByteArray.size(): int` and `.isEmpty(): boolean` * `ByteArray` is now `Comparable` to itself -* Parameters `StartRegistrationOptions.excludeCredentials` and - `StartAssertionOptions.allowCredentials` deleted; they are now discovered - automatically from the `CredentialRepository`. If custom control over - `excludeCredentials` or `allowCredentials` is needed, modify the - `PublicKeyCredentialCreationOptions` or `PublicKeyCredentialRequestOptions` - object manually. -* `COSEAlgorithmIdentifier` is now an actual enum -* Extensions are now passed and returned as domain objects instead of as Jackson - types -* Type parameter added to `PublicKeyCredential` to express extensions type -* Fields `CollectedClientData.authenticatorExtensions` and `.clientExtensions` - deleted * Added support for `appid` extension