|
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
4 | 4 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
5 | | -and this project uses a **date-based versioning scheme** (`YYYY.MM.DD`). |
| 5 | +and this project uses a **date-based versioning scheme** (`YYYY.MM.DD`). |
| 6 | + |
| 7 | +Legend: 🆕 New • ❌ Removed • 🟢 Patch • 🔵 Minor • 🔴 Major |
6 | 8 |
|
7 | 9 | ## [Unreleased] |
8 | 10 |
|
| 11 | +## [2025.10.24] |
| 12 | + |
| 13 | +| Component | Version | Status | Prev.<br>Version | |
| 14 | +|:------------------------------------------------|:-------:|:------:|:----------------:| |
| 15 | +| **Keypop Dependencies** | | | | |
| 16 | +| [keypop-reader-java-api] | `2.0.1` | | | |
| 17 | +| [keypop-calypso-card-java-api] | `2.1.2` | | | |
| 18 | +| [keypop-calypso-crypto-legacysam-java-api] | `0.7.0` | | | |
| 19 | +| [keypop-storagecard-java-api] | `0.3.0` | | | |
| 20 | +| | | | | |
| 21 | +| **Keyple Core** | | | | |
| 22 | +| [keyple-common-java-api] | `2.0.2` | | | |
| 23 | +| [keyple-plugin-storagecard-java-api] | `1.0.0` | | | |
| 24 | +| [keyple-service-java-lib] | `3.3.6` | 🟢 | `3.3.5` | |
| 25 | +| [keyple-service-resource-java-lib] | `3.1.0` | | | |
| 26 | +| [keyple-util-java-lib] | `2.4.0` | | | |
| 27 | +| | | | | |
| 28 | +| **Keyple Distributed** | | | | |
| 29 | +| [keyple-distributed-local-java-lib] | `2.5.2` | | | |
| 30 | +| [keyple-distributed-network-java-lib] | `2.5.1` | | | |
| 31 | +| [keyple-distributed-remote-java-lib] | `2.5.1` | | | |
| 32 | +| | | | | |
| 33 | +| **Keyple Interop** | | | | |
| 34 | +| [keyple-interop-jsonapi-client-kmp-lib] | `0.1.6` | | | |
| 35 | +| [keyple-interop-localreader-nfcmobile-kmp-lib] | `0.1.6` | | | |
| 36 | +| | | | | |
| 37 | +| **Keyple Card Extensions** | | | | |
| 38 | +| [keyple-card-calypso-java-lib] | `3.1.9` | | | |
| 39 | +| [keyple-card-calypso-crypto-legacysam-java-lib] | `0.9.0` | | | |
| 40 | +| [keyple-card-calypso-crypto-pki-java-lib] | `0.2.3` | | | |
| 41 | +| [keyple-card-generic-java-lib] | `3.1.2` | | | |
| 42 | +| | | | | |
| 43 | +| **Keyple Reader Plugins** | | | | |
| 44 | +| [keyple-plugin-android-nfc-java-lib] | `3.1.0` | | | |
| 45 | +| [keyple-plugin-android-omapi-java-lib] | `2.1.0` | | | |
| 46 | +| [keyple-plugin-cardresource-java-lib] | `2.0.1` | | | |
| 47 | +| [keyple-plugin-pcsc-java-lib] | `2.5.3` | 🟢 | `2.5.2` | |
| 48 | +| [keyple-plugin-stub-java-lib] | `2.2.1` | | | |
| 49 | + |
9 | 50 | ## [2025.09.12] |
10 | 51 | First publication of the **Keyple Java BOM**. |
11 | 52 | This release defines a consistent set of versions for **Keyple** and **Keypop** artifacts. |
12 | | -### Keypop Dependencies |
13 | | -- `org.eclipse.keypop:keypop-reader-java-api:2.0.1` |
14 | | -- `org.eclipse.keypop:keypop-calypso-card-java-api:2.1.2` |
15 | | -- `org.eclipse.keypop:keypop-calypso-crypto-legacysam-java-api:0.7.0` |
16 | | -- `org.eclipse.keypop:keypop-storagecard-java-api:0.3.0` |
17 | | -### Keyple Core |
18 | | -- `org.eclipse.keyple:keyple-common-java-api:2.0.2` |
19 | | -- `org.eclipse.keyple:keyple-plugin-storagecard-java-api:1.0.0` |
20 | | -- `org.eclipse.keyple:keyple-service-java-lib:3.3.5` |
21 | | -- `org.eclipse.keyple:keyple-service-resource-java-lib:3.1.0` |
22 | | -- `org.eclipse.keyple:keyple-util-java-lib:2.4.0` |
23 | | -### Keyple Distributed |
24 | | -- `org.eclipse.keyple:keyple-distributed-local-java-lib:2.5.2` |
25 | | -- `org.eclipse.keyple:keyple-distributed-network-java-lib:2.5.1` |
26 | | -- `org.eclipse.keyple:keyple-distributed-remote-java-lib:2.5.1` |
27 | | -### Keyple Interop |
28 | | -- `org.eclipse.keyple:keyple-interop-jsonapi-client-kmp-lib:0.1.6` (+ JVM, Android, iOS variants) |
29 | | -- `org.eclipse.keyple:keyple-interop-localreader-nfcmobile-kmp-lib:0.1.6` (+ JVM, Android, iOS variants) |
30 | | -### Keyple Card Extensions |
31 | | -- `org.eclipse.keyple:keyple-card-calypso-java-lib:3.1.9` |
32 | | -- `org.eclipse.keyple:keyple-card-calypso-crypto-legacysam-java-lib:0.9.0` |
33 | | -- `org.eclipse.keyple:keyple-card-calypso-crypto-pki-java-lib:0.2.3` |
34 | | -- `org.eclipse.keyple:keyple-card-generic-java-lib:3.1.2` |
35 | | -### Keyple Reader Plugins |
36 | | -- `org.eclipse.keyple:keyple-plugin-android-nfc-java-lib:3.1.0` |
37 | | -- `org.eclipse.keyple:keyple-plugin-android-omapi-java-lib:2.1.0` |
38 | | -- `org.eclipse.keyple:keyple-plugin-cardresource-java-lib:2.0.1` |
39 | | -- `org.eclipse.keyple:keyple-plugin-pcsc-java-lib:2.5.2` |
40 | | -- `org.eclipse.keyple:keyple-plugin-stub-java-lib:2.2.1` |
41 | | - |
42 | | -[Unreleased]: https://github.com/eclipse-keyple/keyple-java-bom/compare/2025.09.12...HEAD |
| 53 | + |
| 54 | +| Component | Version | Status | |
| 55 | +|:------------------------------------------------|:-------:|:------:| |
| 56 | +| **Keypop Dependencies** | | | |
| 57 | +| [keypop-reader-java-api] | `2.0.1` | 🆕 | |
| 58 | +| [keypop-calypso-card-java-api] | `2.1.2` | 🆕 | |
| 59 | +| [keypop-calypso-crypto-legacysam-java-api] | `0.7.0` | 🆕 | |
| 60 | +| [keypop-storagecard-java-api] | `0.3.0` | 🆕 | |
| 61 | +| | | | |
| 62 | +| **Keyple Core** | | | |
| 63 | +| [keyple-common-java-api] | `2.0.2` | 🆕 | |
| 64 | +| [keyple-plugin-storagecard-java-api] | `1.0.0` | 🆕 | |
| 65 | +| [keyple-service-java-lib] | `3.3.5` | 🆕 | |
| 66 | +| [keyple-service-resource-java-lib] | `3.1.0` | 🆕 | |
| 67 | +| [keyple-util-java-lib] | `2.4.0` | 🆕 | |
| 68 | +| | | | |
| 69 | +| **Keyple Distributed** | | | |
| 70 | +| [keyple-distributed-local-java-lib] | `2.5.2` | 🆕 | |
| 71 | +| [keyple-distributed-network-java-lib] | `2.5.1` | 🆕 | |
| 72 | +| [keyple-distributed-remote-java-lib] | `2.5.1` | 🆕 | |
| 73 | +| | | | |
| 74 | +| **Keyple Interop** | | | |
| 75 | +| [keyple-interop-jsonapi-client-kmp-lib] | `0.1.6` | 🆕 | |
| 76 | +| [keyple-interop-localreader-nfcmobile-kmp-lib] | `0.1.6` | 🆕 | |
| 77 | +| | | | |
| 78 | +| **Keyple Card Extensions** | | | |
| 79 | +| [keyple-card-calypso-java-lib] | `3.1.9` | 🆕 | |
| 80 | +| [keyple-card-calypso-crypto-legacysam-java-lib] | `0.9.0` | 🆕 | |
| 81 | +| [keyple-card-calypso-crypto-pki-java-lib] | `0.2.3` | 🆕 | |
| 82 | +| [keyple-card-generic-java-lib] | `3.1.2` | 🆕 | |
| 83 | +| | | | |
| 84 | +| **Keyple Reader Plugins** | | | |
| 85 | +| [keyple-plugin-android-nfc-java-lib] | `3.1.0` | 🆕 | |
| 86 | +| [keyple-plugin-android-omapi-java-lib] | `2.1.0` | 🆕 | |
| 87 | +| [keyple-plugin-cardresource-java-lib] | `2.0.1` | 🆕 | |
| 88 | +| [keyple-plugin-pcsc-java-lib] | `2.5.2` | 🆕 | |
| 89 | +| [keyple-plugin-stub-java-lib] | `2.2.1` | 🆕 | |
| 90 | + |
| 91 | +[Unreleased]: https://github.com/eclipse-keyple/keyple-java-bom/compare/2025.10.24...HEAD |
| 92 | +[2025.10.24]: https://github.com/eclipse-keyple/keyple-java-bom/compare/2025.09.12...2025.10.24 |
43 | 93 | [2025.09.12]: https://github.com/eclipse-keyple/keyple-java-bom/releases/tag/2025.09.12 |
| 94 | + |
| 95 | +[keypop-reader-java-api]: https://github.com/eclipse-keypop/keypop-reader-java-api/releases |
| 96 | +[keypop-calypso-card-java-api]: https://github.com/eclipse-keypop/keypop-calypso-card-java-api/releases |
| 97 | +[keypop-calypso-crypto-legacysam-java-api]: https://github.com/eclipse-keypop/keypop-calypso-crypto-legacysam-java-api/releases |
| 98 | +[keypop-storagecard-java-api]: https://github.com/eclipse-keypop/keypop-storagecard-java-api/releases |
| 99 | + |
| 100 | +[keyple-common-java-api]: https://github.com/eclipse-keyple/keyple-common-java-api/releases |
| 101 | +[keyple-plugin-storagecard-java-api]: https://github.com/eclipse-keyple/keyple-plugin-storagecard-java-api/releases |
| 102 | +[keyple-service-java-lib]: https://github.com/eclipse-keyple/keyple-service-java-lib/releases |
| 103 | +[keyple-service-resource-java-lib]: https://github.com/eclipse-keyple/keyple-service-resource-java-lib/releases |
| 104 | +[keyple-util-java-lib]: https://github.com/eclipse-keyple/keyple-util-java-lib/releases |
| 105 | + |
| 106 | +[keyple-distributed-local-java-lib]: https://github.com/eclipse-keyple/keyple-distributed-local-java-lib/releases |
| 107 | +[keyple-distributed-network-java-lib]: https://github.com/eclipse-keyple/keyple-distributed-network-java-lib/releases |
| 108 | +[keyple-distributed-remote-java-lib]: https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib/releases |
| 109 | + |
| 110 | +[keyple-interop-jsonapi-client-kmp-lib]: https://github.com/eclipse-keyple/keyple-interop-jsonapi-client-kmp-lib/releases |
| 111 | +[keyple-interop-localreader-nfcmobile-kmp-lib]: https://github.com/eclipse-keyple/keyple-interop-localreader-nfcmobile-kmp-lib/releases |
| 112 | + |
| 113 | +[keyple-card-calypso-java-lib]: https://github.com/eclipse-keyple/keyple-card-calypso-java-lib/releases |
| 114 | +[keyple-card-calypso-crypto-legacysam-java-lib]: https://github.com/eclipse-keyple/keyple-card-calypso-crypto-legacysam-java-lib/releases |
| 115 | +[keyple-card-calypso-crypto-pki-java-lib]: https://github.com/eclipse-keyple/keyple-card-calypso-crypto-pki-java-lib/releases |
| 116 | +[keyple-card-generic-java-lib]: https://github.com/eclipse-keyple/keyple-card-generic-java-lib/releases |
| 117 | + |
| 118 | +[keyple-plugin-android-nfc-java-lib]: https://github.com/eclipse-keyple/keyple-plugin-android-nfc-java-lib/releases |
| 119 | +[keyple-plugin-android-omapi-java-lib]: https://github.com/eclipse-keyple/keyple-plugin-android-omapi-java-lib/releases |
| 120 | +[keyple-plugin-cardresource-java-lib]: https://github.com/eclipse-keyple/keyple-plugin-cardresource-java-lib/releases |
| 121 | +[keyple-plugin-pcsc-java-lib]: https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib/releases |
| 122 | +[keyple-plugin-stub-java-lib]: https://github.com/eclipse-keyple/keyple-plugin-stub-java-lib/releases |
0 commit comments