[DCAEGEN2] Enhance (KPI-MS) KpiComputation for SUM-RATIO operation.
[dcaegen2/services.git] / components / kpi-computation-ms / Changelog.md
1 # Change Log
2
3 All notable changes to this project will be documented in this file.
4
5 The format is based on [Keep a Changelog](http://keepachangelog.com/)
6 and this project adheres to [Semantic Versioning](http://semver.org/).
7
8 ## [1.0.3]
9 ### Changed
10 * Add KpiComputation for SUMRATIO operation (DCAEGEN2-2989)
11
12 ## [1.0.2]
13 ### Changed
14 * [DCAEGEN2-2972]
15 1) Ability to define KPIs using multiple PM event fields Operands.
16 2) Enhance KpiComputation for RATIO operation.
17 3) Ability to compute each Cell data separately in response to incoming single VesEvents for multiple Cells and trigger multiple events post KpiComputation.
18
19
20 ## [1.0.1]
21 ### Changed
22 * Migrating the kpi.policy from app-config file to separate policy module (DCAEGEN2-2835)