From 20febe17de2ea3773738c349568908738870cb03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 17:01:10 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ version.txt | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6806c68..d26de39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.2.0](https://github.com/dnpm-dip/central-data-node/compare/v1.1.0...v1.2.0) (2026-05-21) + + +### Features + +* Added service for connecting to a mongodb container and storing connectivity reports. Dependency to org.mongodb : mongodb-driver-sync was introduced for this. ([7b08b35](https://github.com/dnpm-dip/central-data-node/commit/7b08b35fb4c7ee41aefe2e13d355b5609b1cb795)) +* API version of DIP sites is queried. If below "1.3.0" further communication is rejected. ([7b08b35](https://github.com/dnpm-dip/central-data-node/commit/7b08b35fb4c7ee41aefe2e13d355b5609b1cb795)) +* Connectivity to each DIP site is recorded in every report polling and stored. ([7b08b35](https://github.com/dnpm-dip/central-data-node/commit/7b08b35fb4c7ee41aefe2e13d355b5609b1cb795)) +* Fetch, test and log dip node version ([#16](https://github.com/dnpm-dip/central-data-node/issues/16)) ([7b08b35](https://github.com/dnpm-dip/central-data-node/commit/7b08b35fb4c7ee41aefe2e13d355b5609b1cb795)) + + +### Bug Fixes + +* If a dependency should introduce a config.json file, it will be discarded when building JAR files. Otherwise it would shadow configuration files that should actually be served by our deployment project. ([7b08b35](https://github.com/dnpm-dip/central-data-node/commit/7b08b35fb4c7ee41aefe2e13d355b5609b1cb795)) + ## [1.1.0](https://github.com/dnpm-dip/central-data-node/compare/v1.0.0...v1.1.0) (2026-05-13) diff --git a/version.txt b/version.txt index 9084fa2..26aaba0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0 +1.2.0