blob: 7eeed1c2614efab909eda8f29ac69bca503aceff (
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
|
# 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.5.3] - 11/02/2020
### 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/2020
### 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
|