Releases: eclipse-keyple/keyple-card-generic-java-lib
Releases · eclipse-keyple/keyple-card-generic-java-lib
4.0.0
3.2.1
Changed
- Normalized logging and error messages using Keyple coding standards.
Upgraded
keyple-service-resource-java-libfrom3.1.0to3.1.1(source code not impacted)keyple-util-java-libfrom2.4.0to2.4.1(source code not impacted)slf4j-apifrom1.7.32to1.7.36(compileOnly)
3.2.0
Added
- New methods in
CardTransactionManager:getResponsesAsByteArrays()— returns the list of APDU responses as byte arrays.getResponsesAsHexStrings()— returns the list of APDU responses as hexadecimal strings.
- Added support for
org.eclipse.keypop.reader.ChannelControlin place of the deprecated internalChannelControlenum.
Changed
CardTransactionManagernow extendsorg.eclipse.keypop.reader.transaction.spi.CardTransactionManager<CardTransactionManager>.- UML diagram updated to reflect version
3.2.+ (2025-11-10)and new API relationships.
Deprecated
CardTransactionManager.processApdusToByteArrays(ChannelControl)— useprocessCommands()andgetResponsesAsByteArrays()instead.CardTransactionManager.processApdusToHexStrings(ChannelControl)— useprocessCommands()andgetResponsesAsHexStrings()instead.ChannelControlenum — will be removed in a future version.TransactionExceptionclass — will be removed in a future version.
Fixed
- Improved error handling in
CardTransactionManagerAdapterwith specific exceptions:ReaderCommunicationExceptionCardCommunicationExceptionInvalidCardResponseException
Upgraded
- Keypop Reader API
2.0.1->2.1.0 - Keyple Common API
2.0.1->2.0.2
3.1.3
Fixed
- Fixed the algorithm for checking the maximum length of a non-extended APDU command when calling
prepareApdumethods.
It was initially limited to 251 bytes, whereas it is actually 261 bytes according to ISO/IEC 7816-4:
CLA(1) | INS(1) | P1(1) | P2(1) | [LC(1) | DATA(n<=255) | Le(1)]
Changed
- Migrated the CI pipeline from Jenkins to GitHub Actions.
3.1.2
Fixed
- Revert version
3.1.1due to useless fixed of distributed backward compatibility for legacy keyple-less clients.
3.1.1
Fixed
- Fixed distributed backward compatibility for legacy keyple-less clients.
3.1.0
Changed
- Logging improvement.
Upgraded
- Keyple Service Resource Library
3.0.1->3.1.0(optimization of network exchanges)
3.0.1
Changed
- Java source and target levels
1.6->1.8
Upgraded
- Keypop Reader API
2.0.0->2.0.1 - Keypop Card API
2.0.0->2.0.1 - Keyple Common API
2.0.0->2.0.1 - Keyple Service Resource Lib
3.0.0->3.0.1 - Keyple Util Lib
2.3.1->2.4.0 - Gradle
6.8.3->7.6.4
3.0.0
Added
- Added project status badges on
README.mdfile.
Changed
- Class renamed:
GenericCardSelection->GenericCardSelectionExtension
- Methods renamed or signatures refactored:
GenericCardSelection createCardSelection ()->GenericCardSelectionExtension createGenericCardSelectionExtension()CardResourceProfileExtension createCardResourceProfileExtension(GenericCardSelectionExtension genericCardSelectionExtension)->CardResourceProfileExtension createCardResourceProfileExtension(CardSelector<IsoCardSelector> cardSeletor, GenericCardSelectionExtension genericCardSelectionExtension)processApdusToByteArrays ()->processApdusToByteArrays (ChannelControl channelControl)andprocessApdusToHexStrings ()->processApdusToHexStrings (ChannelControl channelControl) The enumChannelControl` has been created for this purpose.
Removed
- Removed methods from
GenericCardSelectionExtension(now available from Keyple core service):filterByCardProtocol(...)filterByPowerOnData(...)filterByDfName(...)setFileOccurrence(...)setFileControlInformation(...)
- Removed enumerations:
FileOccurrenceFileControlInformation
- Removed method from
GenericExtensionService:prepareReleaseChannel()
Fixed
- CI: code coverage report when releasing.
Upgraded
- Calypsonet Terminal Reader API
1.0.0-> Keypop Reader API2.0.0 - Calypsonet Terminal Card API
1.0.0-> Keypop Card API2.0.0 - Keyple Util Library
2.1.0->2.3.1 - Keyple Service Resource Library
2.0.1->3.0.0