X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Changelog.md;h=cf587f16c03c7d94bb722e828e563490b3152d39;hb=refs%2Fchanges%2F64%2F130364%2F2;hp=7990b6bd990050aeee3fa0418c6ded4694d3f1e2;hpb=f789f254efe024085663bbe04f99f10af4a98fe7;p=dcaegen2%2Fservices%2Fpm-mapper.git diff --git a/Changelog.md b/Changelog.md index 7990b6b..cf587f1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,17 +4,48 @@ 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.6.0] - 25/03/2021 +## [1.9.0] - 2022/05/13 +### Changed +- [DCAEGEN2-3218] Fix vulnerabilities: + - Update io.undertow:undertow-core to version 2.2.17.Final + - Update dcae-sdk to version 1.8.10 + - Update io.projectreactor:reactor-core to version 3.4.21 +- [DCAEGEN2-3037] Disable TLS in DataRouter (CSIT) +- [DCAEGEN2-3182] Extend development tools + + +## [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] - 18/03/2021 +## [1.5.2] - 2021/03/18 - Implement singleton cache for events being processed - Add JUnit tests -## [1.5.1] - 03/02/2021 +## [1.5.1] - 2021/02/03 ### Added - Add configuration number of threads and limit rate in files processing ### Security