a77b64d6d0852c65ab2d8697e1453d9688d49346
[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.7.1] - 18/08/2021
8 ### Changed
9 - Add pm-mapper local development tools
10 - Fix granularityPeriod mapping
11
12 ## [1.7.0] - 29/07/2021
13 ### Changed
14 - Update io.undertow:undertow-core to version 2.2.9.Final
15 - Update org.freemarker:freemarker to version 2.3.31
16 - Update oparent to version 3.2.0
17
18 ## [1.6.0] - 16/04/2021
19 ### Changed
20 - Utilize DMaaP-Client in PM-Mapper
21 - Switched Dockerfile to integration image (alpine-based)
22
23 ## [1.5.2] - 18/03/2021
24
25 - Implement singleton cache for events being processed
26 - Add JUnit tests
27
28 ## [1.5.1] - 03/02/2021
29 ### Added
30 - Add configuration number of threads and limit rate in files processing
31 ### Security
32 - 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