CHANGELOG.md in eco-helpers-2.5.4 vs CHANGELOG.md in eco-helpers-2.5.5

- old
+ new

@@ -1,12 +1,26 @@ # Change Log All notable changes to this project will be documented in this file. -## [2.5.5] - 2023-07-xx +## [2.5.6] - 2023-08-xx ### Added ### Changed ### Fixed + +## [2.5.5] - 2023-08-03 + +### Added + - `Eco::API::Organization::TagTree` - **added/improved methods** + - `#as_json` new parameter `max_depth:` to be able to cut the tree + - `#active_tree` new method to exclude archived nodes. + - `#truncate` new method to obtain a tree cut to `max_depth:` + - `Eco::API::Session::Config::Tagtree`: **exposed** `include_archived:` (a.k.a. `inludeArchivedNodes`). + - This change states that `session.tagtree` does not retrieve archived nodes by default, while `session.live_tree` does retrieve archived nodes. + - This change required an update on the `ecoportal-api-graphql` **gem** + +### Fixed + - `Eco::API::Organization::TagTree#path` - dups the result (rather than exposing the internal path array) ## [2.5.4] - 2023-07-27 ### Added - SFTP case helpers: `Eco::API::UseCases::GraphQL::Utils::Sftp`