Skip to content

Releases: eclipse-keyple/keyple-distributed-network-java-lib

2.5.2

20 Feb 08:41

Choose a tag to compare

Changed

  • Normalized logging and error messages using Keyple coding standards.
  • Migrated the CI pipeline from Jenkins to GitHub Actions.

Upgraded

  • keyple-util-java-lib from 2.4.0 to 2.4.1 (source code not impacted)
  • slf4j-api from 1.7.32 to 1.7.36 (compileOnly)

2.5.1

19 Sep 15:07

Choose a tag to compare

Fixed

2.5.0

06 Sep 08:47

Choose a tag to compare

⚠️ API level: 3

Added

  • Added a property indicating if a local reader is contactless or not.

2.4.0

03 Jun 14:13

Choose a tag to compare

Added

  • Allows configuration of the timeout value used by server nodes (issue [#13]).

Changed

  • Logging improvement.

2.3.1

12 Apr 13:05

Choose a tag to compare

Changed

  • Java source and target levels 1.6 -> 1.8

Upgraded

  • Keyple Util Lib 2.3.1 -> 2.4.0
  • Gradle 6.8.3 -> 7.6.4

2.3.0

28 Nov 09:32

Choose a tag to compare

Added

  • Added a property indicating the Distributed JSON API level in exchanged JSON data (current value: "apiLevel": 2).
  • Added project status badges on README.md file.

Fixed

  • CI: code coverage report when releasing.

Upgraded

  • Keyple Util Library 2.3.0 -> 2.3.1 (source code not impacted)

2.2.0

04 Apr 14:16

Choose a tag to compare

Added

Changed

  • All JSON property names are now "lowerCamelCase" formatted.

Upgraded

  • "Keyple Util Library" to version 2.3.0.
  • "Google Gson Library" (com.google.code.gson) to version 2.10.1.

2.0.0

06 Oct 12:39

Choose a tag to compare

This is the initial release of the Keyple Distributed Network Java Library.
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.