mirror of
https://github.com/trussed-dev/apdu-dispatch.git
synced 2026-06-20 04:16:15 -07:00
2.5 KiB
2.5 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
[0.4.0]
- Update dependencies:
apdu-appv0.2iso7816v0.2haplessv0.9
0.3.1
- Do not deselect applications if the application was not found (#28)
0.3.0
- Move the
appmodule into a separate crate,apdu-app, and re-export it. - Replace
iso7816::Commandwithiso7816::command::CommandViewin theApptrait and remove theCparameter.
0.2.0
Changed
- Migrated to Interchange
0.3.0(#13)- This adds a
'pipelifetime to theApduDispatchstructure Similar behaviour to before this fix can be emulated using twoconstChannelsand using a'staticlifetime
- This adds a
- Reject concurrent use of both contact and contactless interfaces (#19)
- Add an
interfaceparameter toselectcalls (#18)
0.1.2
Fixed
- Fixed the calculation of the maximum length of a response when deciding whether to send it in one or multiple APDUs. (#10)
- Return an error instead of panicking for invalid aids in
Selectcommands (#8)
Changed
- Use
rustfmtandclippy(#11)
Added
- Fuzzing infrastructure (#9)
0.1.1 - 2022-08-22
- respect
Lefield @sosthene-nitrokey
0.1.0 - 2022-03-05
- Initial release