You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,23 @@
1
1
# Changelog
2
2
3
3
## Unreleased
4
-
- Added: support for controlling generated credential's ID length to passkey-authenticator ([#49](https://github.com/1Password/passkey-rs/pull/49))
4
+
5
+
## Passkey v0.4.0
6
+
### passkey-authenticator v0.4.0
7
+
8
+
- Added: support for controlling generated credential's ID length to Authenticator ([#49](https://github.com/1Password/passkey-rs/pull/49))
9
+
- ⚠ BREAKING: Removal of `Authenticator::set_display_name` and `Authenticator::display_name` methods ([#51](https://github.com/1Password/passkey-rs/pull/51))
10
+
11
+
### passkey-client v0.4.0
12
+
- ⚠ BREAKING: Update android asset link verification ([#51](https://github.com/1Password/passkey-rs/pull/51))
13
+
- Change `asset_link_url` parameter in `UnverifiedAssetLink::new` to be required rather than optional.
14
+
- Remove internal string in `ValidationError::InvalidAssetLinkUrl` variant.
15
+
- Remove special casing of responses for specific RPs ([#51](https://github.com/1Password/passkey-rs/pull/51))
16
+
- Added `RpIdValidator::is_valid_rp_id` to verify that an rp_id is valid to be used as such ([#51](https://github.com/1Password/passkey-rs/pull/51))
17
+
18
+
### passkey-types v0.4.0
19
+
- ⚠ BREAKING: Removal of `CredentialPropertiesOutput::authenticator_display_name` ([#51](https://github.com/1Password/passkey-rs/pull/51))
0 commit comments