Skip to content

Releases: eclipse-keyple/keyple-distributed-local-java-api

2.2.1

18 Apr 13:37

Choose a tag to compare

Changed

2.2.0

06 Sep 08:48

Choose a tag to compare

Added

  • Added a new method boolean isReaderContactless(String readerName) to the LocalServiceApi interface. 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

12 Apr 09:59

Choose a tag to compare

Changed

  • Java source and target levels 1.6 -> 1.8

Upgraded

  • Gradle 6.8.3 -> 7.6.4

2.1.0

27 Nov 16:31

Choose a tag to compare

Added

  • Added a new method int exchangeApiLevel(int coreApiLevel) to the LocalServiceSpi interface to enable Core and Distributed layers to exchange their JSON API levels.
  • CHANGELOG.md file (issue [eclipse-keyple/.github#6]).
  • Added project status badges on README.md file.
  • CI: Forbid the publication of a version already released (issue [#3]).

Fixed

  • CI: code coverage report when releasing.

2.0.0

06 Oct 10:32

Choose a tag to compare

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.