From 228ac4d0d1f25b81530ef8f683c641b6cd936a01 Mon Sep 17 00:00:00 2001 From: Koushik R Date: Thu, 30 Nov 2023 17:52:26 +0530 Subject: [PATCH] Added changes to CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f76813fc..a758d08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.0-RC15] +- Moved discovery bundle from https://github.com/appform-io/dropwizard-service-discovery. +- Updated to dropwizard version 2.1.10 : BOM update. +- Upgraded to java version 17 with release in 11 +- Removed com.fasterxml and introduced dropwizard-jackson for the jackson bindings. +- Upgraded to junit 5 and fixed the necessary tests including wiremock versions and tests. +- Upgraded the curator framework version +- Done sonar fixes after the java version upgrade + ## [1.0-RC14] - When the Collection of Services is empty the monitor should gracefully return [PR](https://github.com/appform-io/ranger/pull/27)