Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 26 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,33 @@
# 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-RC15] (2023-12-06)

- Added service discovery bundle usage to readme https://github.com/appform-io/ranger/pull/30
- Move Ranger Discovery Bundle and library version upgrades https://github.com/appform-io/ranger/pull/29
- Moved discovery bundle from https://github.com/appform-io/dropwizard-service-discovery
- Upgraded to dropwizard version 2.1.10 : BOM update.
- Upgraded to java version 17 with release in 11
- Upgraded to junit 5 and fixed the necessary tests including wiremock versions and tests.
- Upgraded the curator framework version
- Removed com.fasterxml and introduced dropwizard-jackson for the jackson bindings.
- Removed logback dependency
- Fixed sonar after the java version upgrade

## [1.0-RC14] (2023-11-13)

- Fixes reset of service node list on outage, and return older service list https://github.com/appform-io/ranger/pull/27

## [1.0-RC13] (2023-11-02)

- Handling NodeDataSource refresh failures gracefully https://github.com/appform-io/ranger/pull/25

## [1.0-RC14]
- When the Collection of Services is empty the monitor should gracefully return [PR](https://github.com/appform-io/ranger/pull/27)
## [1.0-RC12] (2023-07-28)

## [1.0-RC13]
- Handling NodeDataSource refresh failures gracefully
- Dynamic service registration https://github.com/appform-io/ranger/pull/22

## [1.0-RC12]
- Dynamic service registration
## [1.0-RC10] (2023-03-21)

## [1.0-RC11]
- Introduced a portScheme on ServiceNode, so multiple types of protocols could be supported. Was assumed to be HTTP instead.
- Introduced a portScheme on ServiceNode, so multiple types of protocols could be supported. Was assumed to be HTTP
instead. https://github.com/appform-io/ranger/pull/20