Skip to content

Commit fc3d272

Browse files
Release 2.2.1
1 parent e7bc8af commit fc3d272

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ 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+
## [2.2.1] - 2023-05-05
810
### Fixed
9-
- Backward compatibility of the Distributed API in order to be able to work on the server side with clients using
10-
versions of the "Keyple Distributed Local Library" lower than `2.2.0`.
11+
- Fixes the communication issue between client and server components when using the "Reader Client Side" usage mode
12+
that appeared with version `2.2.0`.
1113

1214
## [2.2.0] - 2023-04-04
13-
:warning: **CAUTION**: this version requires to use at least version `2.2.0` of the
14-
[Keyple Distributed Local Library](https://keyple.org/components-java/distributed/keyple-distributed-local-java-lib/)!
15+
:warning: **CAUTION**: When using the "Reader Server Side" usage mode, it is requires to use at least version
16+
`2.2.0` of the [Keyple Distributed Local Library](https://keyple.org/components-java/distributed/keyple-distributed-local-java-lib/)!
1517
### Changed
1618
- Initial card content and user input/output data used for "ReaderClientSide" mode are now serialized/de-serialized
1719
as JSON objects, and no more as strings containing JSON objects.
@@ -36,7 +38,8 @@ It follows the extraction of Keyple 1.0 components contained in the `eclipse/key
3638
repositories.
3739
It also brings many major API changes.
3840

39-
[unreleased]: https://github.com/eclipse/keyple-distributed-remote-java-lib/compare/2.2.0...HEAD
41+
[unreleased]: https://github.com/eclipse/keyple-distributed-remote-java-lib/compare/2.2.1...HEAD
42+
[2.2.1]: https://github.com/eclipse/keyple-distributed-remote-java-lib/compare/2.2.0...2.2.1
4043
[2.2.0]: https://github.com/eclipse/keyple-distributed-remote-java-lib/compare/2.1.0...2.2.0
4144
[2.1.0]: https://github.com/eclipse/keyple-distributed-remote-java-lib/compare/2.0.0...2.1.0
4245
[2.0.0]: https://github.com/eclipse/keyple-distributed-remote-java-lib/releases/tag/2.0.0

0 commit comments

Comments
 (0)