aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
blob: 2ecfd88abf0bc6eb8c4a4fe6edd26c95b2edcad8 (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
48
49
50
51
52
# 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/).

## [2.4.0] - 2021/10/12
### Changed
- [DCAEGEN2-2939] Removed unused code (config\_notif.py)
- [DCAEGEN2-2995] run the black formatting tool on python code
### Fixed
- [DCAEGEN2-2832] Pod become unready state
- [DCAEGEN2-2872] No such file or directory error and stop working
- [DCAEGEN2-2940] Microsec timestamp not properly handled
- [DCAEGEN2-2941] Log file fragmented by log rotation
- [DCAEGEN2-2944] cbs polling process startup failure


## [2.3.1.] - 2021/06/19
### Security
- Fixed SQL injection vulnerability
### Changed
- Cleanup code
  - Removed extraneous parentheses
- Use yyyy/mm/dd format in Changelog
- Removed volume mapping from Dockerfile
- Switched to CBS client 2.2.1
### Fixed
- pytest fails if http\_proxy is set


## [2.3.0.] - 2021/06/18
### Changed
- Cleanup code
  - Removed unused imports
  - Removed unused code
  - Reformatted code whitespace
- Add target/ to .gitignore


## [2.2.0.] - 2021/04/07
### Changed
- Switched to currently recommended version of docker integration-python:8.0.0.
- Fix issues preventing running with py3.9
- Bumped tested python versions to 3.8,3.9.
### Security
- Due to dependency update following were fixed:
  - CVE-2020-14343 (PyYAML)
  - CWE-93 (httplib2)
  - CVE-2018-18074 (requests)

## [2.1.1.] - 2021/02/03