Releases: bitwarden/credential-exchange
Releases · bitwarden/credential-exchange
v0.3.0
credential-exchange-format v0.3.0
Added
- Implement
Defaulton all types where either all fields are optional or vectors that can be
empty. (#90)
Changed
- BREAKING: Changed
integration_hashtointegrity_hashinFileCredential. (#87)
Fixed
- Included
EditableField.extensionsin serialization and deserialization. (#91) - BREAKING: Changed
CustomFieldsCredentialto support anyEditableFieldand not only
EditableFieldString. (#97) - BREAKING: Renamed
AndroidAppCertificateFingerprint::hash_algorithmtohash_algto match
the spec. (#99)
Thank you! 💙 A big shout-out to the following community members for their contributions!
v0.2.0
credential-exchange-format v0.2.0
Added
- BREAKING: Added
SharedExtensionenum variant toExtension. (#80)
Changed
- BREAKING: Changed all enums to be
#[non_exhaustive]which allows additive changes to be
non-breaking in the future. (#80) - BREAKING: Changed fields in
Fido2HmacCredentialsandGeneratedPasswordCredentialto be
public. (#82) - BREAKING: Allow
Fromimpls for any extension E. (#83)
Thank you! 💙 A big shout-out to the following community members for their contributions!
v0.1.0
Initial release of credential-exchange crates.
credential-exchange-format v0.1.0
Implements the Review Draft, March 13, 2025 revision of the Credential Exchange Format specification.
credential-exchange-protocol v0.1.0
Implements parts of the Working Draft, October 03, 2024 revision of the Credential Exchange Protocol specification.
credential-exchange v0.1.0
Reserves the crates.io namespace.
Thank you! 💙 A big shout-out to the following community members for their contributions!