Releases: eclipse-keyple/keyple-distributed-network-java-lib
Releases · eclipse-keyple/keyple-distributed-network-java-lib
2.5.2
2.5.1
Fixed
- Fixed the backward compatibility for clients that do not transmit the
apiLevelfield
(issue [eclipse-keyple/keyple-distributed-remote-java-lib#15]).
2.5.0
3
Added
- Added a property indicating if a local reader is contactless or not.
2.4.0
2.3.1
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
Added
- Added a property indicating the Distributed JSON API level in exchanged JSON data (current value:
"apiLevel": 2). - Added project status badges on
README.mdfile.
Fixed
- CI: code coverage report when releasing.
Upgraded
- Keyple Util Library
2.3.0->2.3.1(source code not impacted)
2.2.0
Added
CHANGELOG.mdfile (issue [eclipse-keyple/.github#6]).- CI: Forbid the publication of a version already released (issue [#6])
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
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.