CHANGELOG.md in eco-helpers-2.7.4 vs CHANGELOG.md in eco-helpers-2.7.12
- old
+ new
@@ -1,13 +1,87 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [2.7.5] - 2024-05-xx
+## [2.7.13] - 2024-05-xx
+
### Added
### Changed
### Fixed
- - Loading of tree diff / update service
+
+## [2.7.12] - 2024-05-30
+
+### Changed
+ - Decouple `Eco::API::UseCases::Default::People` namespace
+
+## [2.7.11] - 2024-05-27
+
+### Changed\
+ - `Eco::API::Common::Session::SFTP#download`
+ - It now returns the local filename(s) of the downloaded files.
+ - `Eco::API::UseCases::GraphQL::Utils#sftp_download_files`
+ - It now returns the local filename(s) of the downloaded files.
+
+## [2.7.10] - 2024-05-20
+
+### Changed
+ - Temporarily silent warnings on tracking id changes (apparently the tracking locations tree is not up to date with latest version and gives false warnings)
+ - Upgrade SFTP access
+
+### Fixed
+ - Remove enviro from tagtree download
+
+## [2.7.9] - 2024-05-16
+
+### Fixed
+ - `Eco::Data::Locations::NodeDiff::NodesDiff#unarchive`
+ - It must include archived nodes that will receive new children
+
+## [2.7.8] - 2024-05-16
+
+### Added
+ - `Eco::API::UseCases::GraphQL::Helpers::Location::Command:Result`
+ - Feedback original command.
+
+### Changed
+ - upgraded `ecoportal-api-graphql` gem
+ - able to skip email via options (`-no-email`)
+
+## [2.7.8] - 2024-05-xx
+
+### Added
+ - `Eco::API::UseCases::GraphQL::Helpers::Location::Command:Result`
+ - Feedback original command.
+
+### Changed
+ - upgraded `ecoportal-api-graphql` gem
+ - able to skip email via options (`-no-email`)
+
+### Fixed
+
+## [2.7.7] - 2024-05-16
+
+### Fixed
+ - `Eco::API::UseCases::OozeSamples::TargetOozesUpdateCase`
+ - default prompt to user to `Y` when in remote mode.
+
+## [2.7.6] - 2024-05-16
+
+### Changed
+ - upgraded `ecoportal-api-graphql` gem, and `ecoportal-api` gem
+ - `Eco::API::Common::People::Entries` (**optimization**)
+ - Remove supervisors order
+ - It could create cyclic supervisors.
+ - `Eco::API::MicroCases#set_supervisor` slight improvemnent to prevent cyclic supers (self + added one to one)
+
+### Fixed
+ - `Eco::API::UseCases::GraphQL::Helpers::Location::Command::Diff::AsUpdate`
+ - `classificationIds` should be always an `Array`
+
+## [2.7.5] - 2024-05-07
+
+### Fixed
+ - `Eco::API::UseCases::GraphQL::Utils` typo
## [2.7.4] - 2024-05-07
### Fixed
- Loading of tree diff / update service