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

- old
+ new

@@ -1,17 +1,40 @@ # Change Log All notable changes to this project will be documented in this file. -## [2.0.45] - 2021-11-xx +## [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 + +### Changed + - upgraded `ecoportal-api-v2` dependency + - `Eco::API::UseCases::OozeSamples::OozeBaseCase#update_ooze` + - To return `false` if there was request made to the server + - To return `Reponse` if there was request made to the server + +### Fixed + - Changed the `workflow` in + - `on(:end)` to do not recache people if there were no `:sync` or `:transform` cases + - `Eco::API::UseCases::OozeSamples::OozeRunBaseCase#update_ooze` + - It's parent had parameter (it as a child should so) + - `Eco::API::UseCases::OozeSamples::OozeBaseCase#process_ooze` + - It was not retrieving the `ooze` unless explicitly passed as parameter + - This did not play well with child implementations that expect it to retrieve it based on `ooze_id` cli argument + +## [2.0.45] - 2021-12-15 + +### Added - `Eco::API::UseCases::OozeSamples::RegisterExportCase` - + ### Changed - Upgrade `ecoportal-api` dependency - Upgrade `ecoportal-api-v2` dependency - -### Fixed ## [2.0.44] - 2021-11-25 ### Changed - Upgrade `ecoportal-api` dependency