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
docs(CHANGELOG): only tag contributors with multiple references
- Updated formatting to only link contributor usernames if referenced multiple times.
- Prevents unnecessary GitHub profile links for single-mention contributors.
- Cleaned up redundant entries from the contributor reference section.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-23Lines changed: 17 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
### Fixed
12
12
13
-
- Fix `RelyingParty#origin` and `WebAuthn.configuration.origin` always returning `nil`. [#484](https://github.com/cedarcode/webauthn-ruby/pull/484)[@santiagorodriguez96]
13
+
- Fix `RelyingParty#origin` and `WebAuthn.configuration.origin` always returning `nil`. [#484](https://github.com/cedarcode/webauthn-ruby/pull/484)[@santiagorodriguez96]
14
14
- Now they return the allowed origin if allowed origins has only one element.
15
15
16
16
## [v3.4.2] - 2025-09-22
@@ -21,11 +21,11 @@
21
21
22
22
## [v3.4.1] - 2025-06-06
23
23
24
-
- Avoid requiring `base64` as it's not a direct dependency. [#459](https://github.com/cedarcode/webauthn-ruby/pull/459)[@santiagorodriguez96]
24
+
- Avoid requiring `base64` as it's not a direct dependency. [#459](https://github.com/cedarcode/webauthn-ruby/pull/459)[@santiagorodriguez96]
25
25
26
26
## [v3.4.0] - 2025-02-17
27
27
28
-
- Added support for Webauthn.config and RelayingParty to accept multiple allowed_origins. [#431](https://github.com/cedarcode/webauthn-ruby/pull/431)[@obroshnij]
28
+
- Added support for Webauthn.config and RelayingParty to accept multiple allowed_origins. [#431](https://github.com/cedarcode/webauthn-ruby/pull/431)[@obroshnij](https://github.com/obroshnij)
29
29
30
30
## [v3.3.0] - 2025-02-06
31
31
@@ -43,7 +43,7 @@
43
43
44
44
### Fixed
45
45
46
-
- Fix JSON Serializer generating json with attributes with a null value. [#442](https://github.com/cedarcode/webauthn-ruby/pull/442)@santiagorodriguez96
46
+
- Fix JSON Serializer generating json with attributes with a null value. [#442](https://github.com/cedarcode/webauthn-ruby/pull/442)[@santiagorodriguez96]
47
47
48
48
## [v3.2.0] - 2024-11-13
49
49
@@ -70,7 +70,7 @@
70
70
71
71
### Added
72
72
73
-
- Add support for optional `authenticator_attachment` in `PublicKeyCredential`. #370[@8ma10s]
73
+
- Add support for optional `authenticator_attachment` in `PublicKeyCredential`. #370[@8ma10s](https://github.com/8ma10s)
- Raise a more descriptive error if input `challenge` is `nil` when verifying the `PublicKeyCredential`. #413[@soartec-lab]
84
84
85
85
## [v3.0.0] - 2023-02-15
@@ -110,7 +110,8 @@
110
110
111
111
### Added
112
112
113
-
- Updated dependencies to make the gem compatible with openssl-3 [@ClearlyClaire]
113
+
- Updated dependencies to make the gem compatible with openssl-3 [@ClearlyClaire](https://github.com/ClearlyClaire)
114
+
114
115
115
116
## [v2.5.1] - 2022-03-20
116
117
@@ -120,14 +121,14 @@
120
121
121
122
### Removed
122
123
123
-
- Removed dependency [secure_compare dependency](https://rubygems.org/gems/secure_compare/versions/0.0.1) and use OpenSSL#secure_compare instead [@bdewater]
124
+
- Removed dependency [secure_compare dependency](https://rubygems.org/gems/secure_compare/versions/0.0.1) and use OpenSSL#secure_compare instead [@bdewater]
124
125
125
126
## [v2.5.0] - 2021-03-14
126
127
127
128
### Added
128
129
129
-
- Support 'apple' attestation statement format ([#343](https://github.com/cedarcode/webauthn-ruby/pull/343) / [@juanarias93], [@santiagorodriguez96])
130
-
- Allow specifying an array of ids as `allow_credentials:` for `FakeClient#get` method ([#335](https://github.com/cedarcode/webauthn-ruby/pull/335) / [@kingjan1999])
130
+
- Support 'apple' attestation statement format ([#343](https://github.com/cedarcode/webauthn-ruby/pull/343) / [@juanarias93](https://github.com/juanarias93), [@santiagorodriguez96])
131
+
- Allow specifying an array of ids as `allow_credentials:` for `FakeClient#get` method ([#335](https://github.com/cedarcode/webauthn-ruby/pull/335) / [@kingjan1999](https://github.com/kingjan1999)
@@ -171,7 +172,7 @@ Note: Expect possible breaking changes for "EXPERIMENTAL" features.
171
172
172
173
### Added
173
174
174
-
- Ability to convert stored credential public key back to a ruby object with `WebAuthn::PublicKey.deserialize(stored_public_key)`, included the validation during de-serialization ([@ssuttner], [@padulafacundo])
175
+
- Ability to convert stored credential public key back to a ruby object with `WebAuthn::PublicKey.deserialize(stored_public_key)`, included the validation during de-serialization ([@ssuttner](https://github.com/ssuttner), [@padulafacundo])
175
176
- Improved TPM attestation validation by checking "Subject Alternative Name" ([@bdewater])
176
177
- Improved SafetyNet attestation validation by checking timestamp ([@padulafacundo])
177
178
-[EXPERIMENTAL] Ability to optionally "Assess the attestation trustworthiness" during registration by setting `acceptable_attestation_types` and `attestation_root_certificates_finders` configuration values ([@padulafacundo])
@@ -235,7 +236,7 @@ returned base64url-encoded `id` value.
235
236
236
237
### Added
237
238
238
-
- Ability to migrate U2F credentials to WebAuthn ([#211](https://github.com/cedarcode/webauthn-ruby/pull/211)) ([@bdewater] + [@jdongelmans])
239
+
- Ability to migrate U2F credentials to WebAuthn ([#211](https://github.com/cedarcode/webauthn-ruby/pull/211)) ([@bdewater] + [@jdongelmans](https://github.com/jdongelmans))
239
240
- Ability to skip attestation statement verification ([#219](https://github.com/cedarcode/webauthn-ruby/pull/219)) ([@MaximeNdutiye])
240
241
- Ability to configure default credential options timeout ([#243](https://github.com/cedarcode/webauthn-ruby/pull/243)) ([@MaximeNdutiye])
0 commit comments