Skip to content

Latest commit

 

History

History
79 lines (65 loc) · 3.36 KB

File metadata and controls

79 lines (65 loc) · 3.36 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.5.2 - 2026-02-20

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 - 2024-09-19

Fixed

2.5.0 - 2024-09-06

⚠️ API level: 3

Added

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

2.4.0 - 2024-06-03

Added

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

Changed

  • Logging improvement.

2.3.1 - 2024-04-12

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 - 2023-11-28

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 - 2023-04-04

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 - 2021-10-06

This is the initial release. It follows the extraction of Keyple 1.0 components contained in the eclipse-keyple/keyple-java repository to dedicated repositories. It also brings many major API changes.