Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@siketyan siketyan released this 02 Oct 15:03
· 49 commits to main since this release
03080f7

Hello my number card lovers! <3

Today we are releasing a new version of jpki-rs.
In this version, many features has been added or removed. In case of upgrading, please check breaking changes below carefully.
Any question or discussion is welcome! Please open a discussion if you have any.

About roadmap of this crate: v1.0 milestone has only 2 tasks now. After implementing these, we are going to ship a first stable version v1.0. Before that, we need many tests and debuggings. Open an issue if you found any suspicious behaviour in this crate. It will help us shipping v1.0 carefully.

💣 BREAKING CHANGES

  • jpki::ap::jpki::JpkiAp is now located at jpki::ap::crypto::CryptoAp.
  • CLI specification has been changed. For details, check cli/README.md.
  • jpki::digest module, digest feature, and jpki::ClientForAuth has been deleted.

✨ New Features

  • Added generic FFI support for C/C++ and many other languages.
  • Added PC/SC support into jpki core crate. You can enable it by using pcsc feature.
  • Added support of reading PIN statuses for each applications.

What's Changed

Full Changelog: 0.3.0...0.4.0