Releases: eclipse-keyple/keyple-distributed-local-java-api
Releases · eclipse-keyple/keyple-distributed-local-java-api
2.2.1
Changed
- Switched license from
EPL 2.0toMIT(issue [#10]). The license switch has been authorized through a restructuring review supervised by the « Eclipse Management Organization » team https://gitlab.eclipse.org/eclipsefdn/emo-team/emo/-/issues/908#note_3394156.
2.2.0
Added
- Added a new method
boolean isReaderContactless(String readerName)to theLocalServiceApiinterface. This method enables the Local lib to identify whether or not a reader is contactless, so that it can transmit this information to the Remote lib as soon as possible. This reduces the number of network exchanges.
2.1.1
Changed
- Java source and target levels
1.6->1.8
Upgraded
- Gradle
6.8.3->7.6.4
2.1.0
Added
- Added a new method
int exchangeApiLevel(int coreApiLevel)to theLocalServiceSpiinterface to enable Core and Distributed layers to exchange their JSON API levels. CHANGELOG.mdfile (issue [eclipse-keyple/.github#6]).- Added project status badges on
README.mdfile. - CI: Forbid the publication of a version already released (issue [#3]).
Fixed
- CI: code coverage report when releasing.
2.0.0
This is the initial release of the Keyple Distributed Local Java API.
It follows the extraction of Keyple 1.0 components contained in the eclipse/keyple-java repository to dedicated repositories.
It also brings many major API changes.