File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+
9+ ## [ 3.1.3] - 2025-11-12
810### Fixed
911- Fixed the algorithm for checking the maximum length of a non-extended APDU command when calling ` prepareApdu ` methods.
1012 It was initially limited to ** 251** bytes, whereas it is actually ** 261** bytes according to ** ISO/IEC 7816-4** :
@@ -91,7 +93,8 @@ This is the initial release.
9193It follows the extraction of Keyple 1.0 components contained in the ` eclipse-keyple/keyple-java ` repository to dedicated repositories.
9294It also brings many major API changes.
9395
94- [ unreleased ] : https://github.com/eclipse-keyple/keyple-card-generic-java-lib/compare/3.1.2...HEAD
96+ [ unreleased ] : https://github.com/eclipse-keyple/keyple-card-generic-java-lib/compare/3.1.3...HEAD
97+ [ 3.1.3 ] : https://github.com/eclipse-keyple/keyple-card-generic-java-lib/compare/3.1.2...3.1.3
9598[ 3.1.2 ] : https://github.com/eclipse-keyple/keyple-card-generic-java-lib/compare/3.1.1...3.1.2
9699[ 3.1.1 ] : https://github.com/eclipse-keyple/keyple-card-generic-java-lib/compare/3.1.0...3.1.1
97100[ 3.1.0 ] : https://github.com/eclipse-keyple/keyple-card-generic-java-lib/compare/3.0.1...3.1.0
You can’t perform that action at this time.
0 commit comments