CHANGELOG.md in eco-helpers-2.0.47 vs CHANGELOG.md in eco-helpers-2.0.48
- old
+ new
@@ -1,18 +1,30 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [2.0.47] - 2022-02-xx
+## [2.0.48] - 2022-02-xx
### Added
+### Changed
+ - upgraded `ecoportal-api-v2` dependency
+
+### Fixed
+ - `Eco::API::Common::People::EntryFactory#get_file_content`
+ - Call to `String#scrub` to prevent _invalid byte sequence_ error by replacing those characters by their coding identifier
+ - This has been implemented with a max tolerance of 5 byte sequence errors
+ - Errors are logged (although could not get to identify the line :/)
+
+## [2.0.47] - 2022-02-03
+
+### Added
- `Eco::API::UseCases::DefaultCases::CleanUnknownTags`
- It is possible to extend or override `register_tags`
- New command option `-include-register-tags` (will not ignore register tags; they will be removed too)
- `Eco::API::UseCases::DefaultCases::Samples::Sftp`
- Default sample case to list, get and archive SFTP remote files
### Changed
- upgraded `ecoportal-api-v2` dependency
-
+
### Fixed
- `Eco::API::Common::Session::S3Uploader#upload_file`: check if file exists before opening.
## [2.0.46] - 2021-12-24