Skip to content

Commit 4426449

Browse files
Release 3.1.0
1 parent 385bf76 commit 4426449

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [3.1.0] - 2024-09-06
810
### Added
9-
- Added method `SmartCard matches(SmartCard smartCard)` to `CardResourceProfileExtension` SPI to check if an already
10-
selected smart card matches a specific profile.
11+
- Added the method `SmartCard matches(SmartCard smartCard)` to `CardResourceProfileExtension` SPI.
12+
When using the card resource with pool plugins, this method allows the potentially smart card selected during reader
13+
allocation process to be directly validated by the card profile extension.
14+
This feature enables network exchanges optimizations.
1115
### Upgraded
1216
- Keyple Service Lib `3.2.3` -> `3.3.0` (source code not impacted)
1317

@@ -80,7 +84,8 @@ This is the initial release.
8084
It follows the extraction of Keyple 1.0 components contained in the `eclipse-keyple/keyple-java` repository to dedicated repositories.
8185
It also brings many major API changes.
8286

83-
[unreleased]: https://github.com/eclipse-keyple/keyple-service-resource-java-lib/compare/3.0.2...HEAD
87+
[unreleased]: https://github.com/eclipse-keyple/keyple-service-resource-java-lib/compare/3.1.0...HEAD
88+
[3.1.0]: https://github.com/eclipse-keyple/keyple-service-resource-java-lib/compare/3.0.2...3.1.0
8489
[3.0.2]: https://github.com/eclipse-keyple/keyple-service-resource-java-lib/compare/3.0.1...3.0.2
8590
[3.0.1]: https://github.com/eclipse-keyple/keyple-service-resource-java-lib/compare/3.0.0...3.0.1
8691
[3.0.0]: https://github.com/eclipse-keyple/keyple-service-resource-java-lib/compare/2.1.1...3.0.0

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929
dependencies {
3030
implementation("org.eclipse.keypop:keypop-reader-java-api:2.0.1")
3131
implementation("org.eclipse.keyple:keyple-common-java-api:2.0.1")
32-
implementation("org.eclipse.keyple:keyple-service-java-lib:3.3.0-SNAPSHOT") { isChanging = true }
32+
implementation("org.eclipse.keyple:keyple-service-java-lib:3.3.0")
3333
implementation("org.eclipse.keyple:keyple-util-java-lib:2.4.0")
3434
implementation("com.google.code.gson:gson:2.10.1")
3535
implementation("org.slf4j:slf4j-api:1.7.32")

0 commit comments

Comments
 (0)