Skip to content
Snippets Groups Projects
Commit fb8e5a45 authored by Martin Vogel's avatar Martin Vogel
Browse files

chore: update changelog (planning#2209)

chore: update changelog (planning#2209)
parent 7a7a478d
No related branches found
No related tags found
1 merge request!436planning#2267: Destination API Client
......@@ -5,6 +5,22 @@ Alle relevanten Änderungen am FIT-Connect Java SDK werden in dieser Datei dokum
Das Format basiert auf [Keep a Changelog](https://keepachangelog.com/en/)
und hält sich an [Semantic Versioning](https://semver.org/).
## [2.4.0] - 2024-11-XX
### Hinzugefügt
#### Destination-API Client ([Story](https://git.fitko.de/fit-connect/planning/-/issues/2209))
- neuer Client zur Anlage und zum Management von Zustellpunkten über `ClientFactory.createDestinationClient(config)`
- Nutzung über die Subscriber-Credentials
- siehe auch [Destination-API](https://docs.fitko.de/fit-connect/docs/apis/destination-api) und [Doku](https://docs.fitko.de/fit-connect/docs/sdks/java-sdk/destinations)
### Aktualisierte Bibliotheken
- Jackson-Annotations 2.18.0
- Jackson-Databind 2.18.0
- Logback 1.5.11
- Junit 5.11.2
## [2.3.5] - 2024-11-15
### Behobene Bugs
......
......@@ -95,7 +95,6 @@ The client artifact is available in `{projekt.dir}/client/target` after a succes
<p align="right">(<a href="#top">back to top</a>)</p>
## Coming up features
- [ ] Destination-API Client
- [ ] Improved Certificate Handling & Key Generation
See the [open issues](https://git.fitko.de/fit-connect/planning/-/boards/213?label_name[]=team%3A%3ASDK&label_name[]=component%3A%3ASDK%20-%20Java) for a full list of proposed features (and known issues).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment