summaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-03-12 18:03:30 +0100
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-03-17 10:14:23 +0100
commit71d024482f4eb13e069aa240bea657109f4a2fd8 (patch)
tree1107c7a84e0ec38e54542b4f50a4edfdb209e589 /Changelog.md
parent96413a6b5c82edc5c64e399d9ab1077236bf5628 (diff)
Incoming events cache - do not load files, which are in progress1.5.2
- Implement singleton cache for events being processed - Add JUnit tests - Bump snapshot version 1.5.1 -> 1.5.2 Issue-ID: DCAEGEN2-2659 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I79f32554a8c67d91d0d7b601bc8b060ff4984eab
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index f546520..7114f05 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,7 +4,12 @@ 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.5.2] - 16/03/2021
+
+- Implement singleton cache for events being processed
+- Add JUnit tests
+
## [1.5.1] - 03/02/2021
- Add configuration number of threads and limit rate in files processing
-- 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 \ No newline at end of file
+- 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