summaryrefslogtreecommitdiffstats
path: root/Changelog.md
blob: abefe57fdb290e0bab41521a42a4dd2390fed267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.9.0] - 2022/05/13
### Changed
- [DCAEGEN2-3037] Disable TLS in DataRouter (CSIT)


## [1.8.0] - 2022/01/24
### Changed
- [DCAEGEN2-2964] Switch configuration provider to CBS Client - DCAE SDK
- [DCAEGEN2-3049] Remove vulnerability
- [DCAEGEN2-3032] [DCAEGEN2-3038] Allow supports unauthenticated topic and connection without TLS

## [1.7.2] - 2021/08/26
### Changed
- Fix issues reported by Sonar

## [1.7.1] - 2021/08/18
### Changed
- Add pm-mapper local development tools
- Fix granularityPeriod mapping

## [1.7.0] - 2021/07/29
### Changed
- Update io.undertow:undertow-core to version 2.2.9.Final
- Update org.freemarker:freemarker to version 2.3.31
- Update oparent to version 3.2.0

## [1.6.0] - 2021/04/16
### Changed
- Utilize DMaaP-Client in PM-Mapper
- Switched Dockerfile to integration image (alpine-based)

## [1.5.2] - 2021/03/18

- Implement singleton cache for events being processed
- Add JUnit tests

## [1.5.1] - 2021/02/03
### Added
- Add configuration number of threads and limit rate in files processing
### Security
- 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