aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
blob: 8d05652cf5c3c79702b3463cabd4886c739ff990 (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
# 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.6.0] - 21/07/2021 
### Changed
- docker base image to integration (from debian based to alpine based)
- java version bump from 11.0.8 to 11.0.9
- remove exec file permission for config file
- tomcat-embed-core version bump from 9.0.39 to 9.0.50
- spring version bump from 5.3.1 to 5.3.6
- spring-boot version bump from 2.4.0 to 2.4.5

## [1.5.5] - 09/03/2021
### Fixed
- make hostname verification configurable
- small sonar fixes related to affected code

## [1.5.4] - 23/02/2021 
### Added
- JWT token support for HTTP/HTTPS
### Changed
- FileData / FileServerData prepared to store uri elements

## [1.5.3] - 11/02/2021 
### Added
- HTTPS support for DFC
- test related to HTTPS support
- counters for http(s)
### Changed
- ftp clients and tests refactoring
- app config related to certificates unified for ftpes and https

## [1.5.1] - 04/01/2021 
### Added
- HTTP support for DFC
- test related to HTTP support
### Changed
- interfaces and Scheme class moved from ftp package to common package
- ftp clients and tests refactoring taking this into account "common package"
 
## [1.5.0] - 15/12/2020