CHANGELOG.md in eco-helpers-2.0.46 vs CHANGELOG.md in eco-helpers-2.0.47

- old
+ new

@@ -1,16 +1,30 @@ # Change Log All notable changes to this project will be documented in this file. +## [2.0.47] - 2022-02-xx + +### 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 ### Added - `Eco::API::UseCases::OozeSamples::RegisterUpdateCase` - added counter of retrieved entries (to be able to compare with matched initially scoped results) - added also counter of failed to retrieve oozes - added also counter of double ups in search pagination - counter for updated pages and pages that failed update - - `Eco::API::Session#enviro_name`: to identify in whic environment we are running + - `Eco::API::Session#enviro_name`: to identify in which environment we are running ### Changed - upgraded `ecoportal-api-v2` dependency - `Eco::API::UseCases::OozeSamples::OozeBaseCase#update_ooze` - To return `false` if there was request made to the server