dcaegen2-services-pm-mapper incorrectly mapping the measResults
[dcaegen2/services/pm-mapper.git] / Changelog.md
1 # Change Log
2 All notable changes to this project will be documented in this file.
3
4 The format is based on [Keep a Changelog](http://keepachangelog.com/)
5 and this project adheres to [Semantic Versioning](http://semver.org/).
6
7 ## [1.10.0] - 2023/01/11
8 ### Changed
9 - [DCAEGEN2-3190] Bug fix:
10   - PM-mapper is not able to map the input data from xml file from measType to measTypes.
11   - As it is taking the p value from the input xml, it is no longer sequential.
12
13 ## [1.9.0] - 2022/05/13
14 ### Changed
15 - [DCAEGEN2-3218] Fix vulnerabilities:
16   - Update io.undertow:undertow-core to version 2.2.17.Final
17   - Update dcae-sdk to version 1.8.10
18   - Update io.projectreactor:reactor-core to version 3.4.21
19 - [DCAEGEN2-3037] Disable TLS in DataRouter (CSIT)
20 - [DCAEGEN2-3182] Extend development tools
21
22
23 ## [1.8.0] - 2022/01/24
24 ### Changed
25 - [DCAEGEN2-2964] Switch configuration provider to CBS Client - DCAE SDK
26 - [DCAEGEN2-3049] Remove vulnerability
27 - [DCAEGEN2-3032] [DCAEGEN2-3038] Allow supports unauthenticated topic and connection without TLS
28
29 ## [1.7.2] - 2021/08/26
30 ### Changed
31 - Fix issues reported by Sonar
32
33 ## [1.7.1] - 2021/08/18
34 ### Changed
35 - Add pm-mapper local development tools
36 - Fix granularityPeriod mapping
37
38 ## [1.7.0] - 2021/07/29
39 ### Changed
40 - Update io.undertow:undertow-core to version 2.2.9.Final
41 - Update org.freemarker:freemarker to version 2.3.31
42 - Update oparent to version 3.2.0
43
44 ## [1.6.0] - 2021/04/16
45 ### Changed
46 - Utilize DMaaP-Client in PM-Mapper
47 - Switched Dockerfile to integration image (alpine-based)
48
49 ## [1.5.2] - 2021/03/18
50
51 - Implement singleton cache for events being processed
52 - Add JUnit tests
53
54 ## [1.5.1] - 2021/02/03
55 ### Added
56 - Add configuration number of threads and limit rate in files processing
57 ### Security
58 - Fix vulnerability - update undertow from 2.0.3.Final to 2.2.3.Final and commons.io from 2.6.0 to 2.8.0