KPI-MS Switch from Cambria library to dmaap-sdk
[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.8]
9 ### Changed
10 * KPI MS - Switch from Cambria library to dmaap-client library (dcaegen2/sdk) (DCAEGEN2-3180)
11
12 ## [1.0.7]
13 ### Changed
14 * Append SNSSAI with MeasType string and handle multiple operands (DCAEGEN2-3243)
15
16 ## [1.0.6]
17 ### Changed
18 * CodeCoverage improvement for dcaegen2-services-kpi-computation-ms (DCAEGEN2-3162)
19
20 ## [1.0.5]
21 ### Changed
22 * Enhancements to KPI Computation MS for Kohn Release (DCAEGEN2-3193)
23
24 ## [1.0.4]
25 ### Changed
26 * Fix security vulnerability issues (DCAEGEN2-3047)
27
28 ## [1.0.3]
29 ### Changed
30 * Add KpiComputation for SUMRATIO operation (DCAEGEN2-2989)
31
32 ## [1.0.2]
33 ### Changed
34 * [DCAEGEN2-2972]
35 1) Ability to define KPIs using multiple PM event fields Operands.
36 2) Enhance KpiComputation for RATIO operation.
37 3) Ability to compute each Cell data separately in response to incoming single VesEvents for multiple Cells and trigger multiple events post KpiComputation.
38
39
40 ## [1.0.1]
41 ### Changed
42 * Migrating the kpi.policy from app-config file to separate policy module (DCAEGEN2-2835)