[DCAEGEN2]Release dcaegen2-services-pm-mapper container
[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.1] - 2023/01/31
8 ### Changed
9 - [DCAEGEN2-3323] Fix vulnerabilities:
10   - Update io.undertow:2.2.17.Final to version 2.3.0.Final
11
12 ## [1.10.0] - 2023/01/11
13 ### Changed
14 - [DCAEGEN2-3190] Bug fix:
15   - PM-mapper is not able to map the input data from xml file from measType to measTypes.
16   - As it is taking the p value from the input xml, it is no longer sequential.
17
18 ## [1.9.0] - 2022/05/13
19 ### Changed
20 - [DCAEGEN2-3218] Fix vulnerabilities:
21   - Update io.undertow:undertow-core to version 2.2.17.Final
22   - Update dcae-sdk to version 1.8.10
23   - Update io.projectreactor:reactor-core to version 3.4.21
24 - [DCAEGEN2-3037] Disable TLS in DataRouter (CSIT)
25 - [DCAEGEN2-3182] Extend development tools
26
27
28 ## [1.8.0] - 2022/01/24
29 ### Changed
30 - [DCAEGEN2-2964] Switch configuration provider to CBS Client - DCAE SDK
31 - [DCAEGEN2-3049] Remove vulnerability
32 - [DCAEGEN2-3032] [DCAEGEN2-3038] Allow supports unauthenticated topic and connection without TLS
33
34 ## [1.7.2] - 2021/08/26
35 ### Changed
36 - Fix issues reported by Sonar
37
38 ## [1.7.1] - 2021/08/18
39 ### Changed
40 - Add pm-mapper local development tools
41 - Fix granularityPeriod mapping
42
43 ## [1.7.0] - 2021/07/29
44 ### Changed
45 - Update io.undertow:undertow-core to version 2.2.9.Final
46 - Update org.freemarker:freemarker to version 2.3.31
47 - Update oparent to version 3.2.0
48
49 ## [1.6.0] - 2021/04/16
50 ### Changed
51 - Utilize DMaaP-Client in PM-Mapper
52 - Switched Dockerfile to integration image (alpine-based)
53
54 ## [1.5.2] - 2021/03/18
55
56 - Implement singleton cache for events being processed
57 - Add JUnit tests
58
59 ## [1.5.1] - 2021/02/03
60 ### Added
61 - Add configuration number of threads and limit rate in files processing
62 ### Security
63 - 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