All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
2.0.2 - 2024-10-15
- New service IDs in
RemoteServiceId
for C# Keyple-less clients and Kotlin Multiplatform Keyple-less clients. - Introduced
SelectAppAndAnalyzeContractsInputDto
andSelectAppAndAnalyzeContractsOutputDto
for analyzing contracts. - Introduced
SelectAppAndLoadContractInputDto
andSelectAppAndLoadContractOutputDto
for loading contracts. - Introduced
SelectAppAndPersonalizeCardInputDto
andSelectAppAndPersonalizeCardOutputDto
for personalizing cards.
- Renamed repository and artifact from
keyple-demo-common-lib
tokeyple-demo-ticketing-common-lib
- Renamed the test class
ContractStructureParserTest
toContractInfoStructureParserTest
to reflect the updated class name.
2.0.1 - 2024-04-23
- keyple-util-java-lib
2.3.0
->2.4.0
2.0.0 - 2023-05-31
- Added two new services
SELECT_APP_AND_READ_CONTRACTS
andSELECT_APP_AND_INCREASE_CONTRACT_COUNTER
to be used by native applications using the Json API. - Associated DTOs.
- Renamed services to use verbs.
1.0.0 - 2022-11-18
This is the initial release.