Skip to content

2.6.1

Choose a tag to compare

@jeanpierrefortune jeanpierrefortune released this 06 Feb 16:53
· 6 commits to main since this release
611b03a

Changed

  • Split MIFARE_CLASSIC into two distinct protocols in PcscCardCommunicationProtocol:
    • MIFARE_CLASSIC_1K with ATR pattern 3B8F8001804F0CA000000306030001.* (card type 0001)
    • MIFARE_CLASSIC_4K with ATR pattern 3B8F8001804F0CA000000306030002.* (card type 0002)
  • Added MIFARE_CLASSIC_1K and MIFARE_CLASSIC_4K to the default enabled protocols in PcscPluginAdapter.
  • Normalize logging.

Upgraded

  • keyple-common-java-api from 2.0.1 to 2.0.2
  • keyple-plugin-java-api from 2.3.1 to 2.3.2
  • keyple-util-java-lib from 2.4.0 to 2.4.1
  • slf4j-api from 1.7.32 to 1.7.36 (compileOnly)