Remove vulnerability
[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.8.0] - 2022/01/24
8 ### Changed
9 - [DCAEGEN2-2964] Switch configuration provider to CBS Client - DCAE SDK
10 - [DCAEGEN2-3049] Remove vulnerability
11
12 ## [1.7.2] - 2021/08/26
13 ### Changed
14 - Fix issues reported by Sonar
15
16 ## [1.7.1] - 2021/08/18
17 ### Changed
18 - Add pm-mapper local development tools
19 - Fix granularityPeriod mapping
20
21 ## [1.7.0] - 2021/07/29
22 ### Changed
23 - Update io.undertow:undertow-core to version 2.2.9.Final
24 - Update org.freemarker:freemarker to version 2.3.31
25 - Update oparent to version 3.2.0
26
27 ## [1.6.0] - 2021/04/16
28 ### Changed
29 - Utilize DMaaP-Client in PM-Mapper
30 - Switched Dockerfile to integration image (alpine-based)
31
32 ## [1.5.2] - 2021/03/18
33
34 - Implement singleton cache for events being processed
35 - Add JUnit tests
36
37 ## [1.5.1] - 2021/02/03
38 ### Added
39 - Add configuration number of threads and limit rate in files processing
40 ### Security
41 - 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