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.
1.1.0 - 2026-02-06
- Documentation of recommended status words for ApduInterpreterSpi implementations
- Exception handling guidelines for CommandProcessorApi implementations
- Added
KeyStorageTypeenum to specify memory type (VOLATILE or NON_VOLATILE). - Added
loadKeymethod toCommandProcessorApiinterface usingKeyStorageTypefor loading card-specific authentication keys into reader memory. - Added
generalAuthenticatemethod toCommandProcessorApiinterface for performing authentication to contactless cards using previously loaded keys.
- Enhanced JavaDoc with comprehensive error handling information
- Added status word reference table following ISO 7816-4 and PC/SC standards
1.0.0 - 2025-07-08
This is the initial release.