Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 2.25 KB

File metadata and controls

54 lines (45 loc) · 2.25 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.1.1 - 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
  • slf4j-api from 1.7.32 to 1.7.36 (compileOnly)

2.1.0 - 2024-04-12

Changed

  • Java source and target levels 1.6 -> 1.8
  • Kotlin version 1.4.20 -> 1.7.20

Upgraded

  • Keyple Plugin API 2.0.0 -> 2.3.1
  • Keyple Util Lib 2.1.0 -> 2.4.0
  • Gradle 6.8.3 -> 7.6.4

Added

  • Added project status badges on README.md file.

Fixed

  • CI: code coverage report when releasing.

Removed

  • Dependency to logger implementation.

2.0.1 - 2022-06-09

Added

Fixed

  • Removal of the unused Jacoco plugin for compiling Android applications that had an unwanted side effect when the application was launched (stacktrace with warnings).

Upgraded

  • "Keyple Util Library" to version 2.1.0 by removing the use of deprecated methods.

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.