From e1611610e6cc8e91c752f21071e5701d85929151 Mon Sep 17 00:00:00 2001 From: mgrochalskisoldevelo Date: Tue, 17 Dec 2024 12:00:09 +0100 Subject: [PATCH] Release 15.2.8 --- CHANGELOG.md | 16 ++++++++++++++-- gradle.properties | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a854ac55..241fe1c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,19 @@ -15.2.8 / wip +15.2.8 / 2024-12-17 ================== -15.2.7 / 31.10.2024 +Improvements: +* [SELV3-781](https://openlmis.atlassian.net/browse/SELV3-781): Extension of catchment population logic. + * Feature Flag Implementation: + * Implement a feature flag (CATCHMENT_POPULATION_CALC_AUTO) to control the aggregation and editing behavior of catchment population data. + * Automatic Aggregation Logic: + * If the feature flag is enabled (CATCHMENT_POPULATION_CALC_AUTO=true), automatically aggregate population data from the lowest geographic level to higher levels. + * If the feature flag is disabled (CATCHMENT_POPULATION_CALC_AUTO=false), prevent automatic aggregation and allow editing of population data at higher levels. + * Import Logic: + * Implement logic to support CSV import of population data for geographic zones. + * Fix /geographicZone/search endpoint so it’s parameters are optional. + * `GET /geographicZone/search?parent=UUID` is now possible. + +15.2.7 / 2024-10-31 ================== Improvements: diff --git a/gradle.properties b/gradle.properties index 15a419f0..8c9e22d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,4 +9,4 @@ serviceName=openlmis-referencedata # Only a Release Manager should update this # See https://openlmis.atlassian.net/wiki/display/OP/Rolling+a+Release ###################################################################### -serviceVersion=15.2.8-SNAPSHOT +serviceVersion=15.2.8