CHANGELOG.md in eco-helpers-2.5.5 vs CHANGELOG.md in eco-helpers-2.5.6
- old
+ new
@@ -1,12 +1,31 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [2.5.6] - 2023-08-xx
+## [2.5.7] - 2023-08-xx
### Added
### Changed
### Fixed
+
+## [2.5.6] - 2023-08-14
+
+### Changed
+ - `Eco::API::Session::Config::Tagtree#live_tree` remove memmoize tree: it now always trigger a query to the back-end
+ - Better messaging to know what's going on.
+
+### Fixed
+ - `Eco::API::Session#live_tree` was not forwarding target structure id `id`
+ - `Eco::Data::Locations::NodeLevel#override_lower_levels`
+ - By **default** should only override empty upper levels
+ - `Eco::Data::Locations::NodeLevel::Cleaner`
+ - `#tidy_nodes` when **gap** (merged parent) identified, `level` is still correct
+ - `Eco::Data::Locations::NodeLevel`
+ - `#nodes_from_csv` correctly identify parent with big gaps
+ - This fix ensures a correct normalization
+ - `Eco::API::UseCases::GraphQL::Samples::Location::Command::Result`
+ - **Batch remap tags** _built_ requires full path to keep from-filter specificity
+ - This change also wraps into a new class the remap tags table.
## [2.5.5] - 2023-08-03
### Added
- `Eco::API::Organization::TagTree` - **added/improved methods**