Skip to content
Snippets Groups Projects

#1085: Release Candidate 2

Merged Martin Vogel requested to merge feature/1085-rc2-release into main
+ 17
1
@@ -4,6 +4,22 @@ All notable changes to the FIT-Connect Java SDK will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/),
and this project adheres to [Semantic Versioning](https://semver.org/).
## [1.0.0-rc.1]
## [1.0.0-rc.2] - 2023-03-05
### Fixed
- Fix of invalid XML schema validation (#1070)
- Fix of invalid ReplyChannel Validation (#1073)
### Changed
- Upgraded dependencies:
- Jackson 2.15.2
- Lombock 1.18.28
- Apache Tika 2.8.0
- Json Schema Validator 1.0.84
### Removed
- The command-line client was removed from the actual sdk client module, since it was only for testing purposes
## [1.0.0-rc.1] - 2023-03-05
- initial release candidate version of the SDK
Loading