CHANGELOG.md in eco-helpers-2.5.3 vs CHANGELOG.md in eco-helpers-2.5.4
- old
+ new
@@ -1,11 +1,27 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [2.5.3] - 2023-07-xx
+## [2.5.5] - 2023-07-xx
### Added
+### Changed
+### Fixed
+
+## [2.5.4] - 2023-07-27
+
+### Added
+ - SFTP case helpers: `Eco::API::UseCases::GraphQL::Utils::Sftp`
+ - `Eco::Data::Locations::NodeDiff` and `Eco::Data::Locations::NodeDiff::NodeDiffs`
+ - Aim to identify changes in the locations structure
+
+### Changed
+ - Some internal tidy up in `Eco::API::UseCases::GraphQL`
+
+## [2.5.3] - 2023-07-19
+
+### Added
- _GraphQL base case_ for **locations structure update**.
- Refer to `Eco::API::UseCases::GraphQL::Samples::LocationCommands`
- See also `Eco::API::UseCases::GraphQL`. **Added** `Helpers` and `Samples`
- `Eco::Data::Locations` helpers
- **Converters**: it offers a `DSL` (see `Eco::Data::Locations::DSL`) manage as input/output:
@@ -50,10 +66,9 @@
### Added
- `Eco::API::Session::Config::Workflow#exit_handle`
- Allows to define a callback on `SystemExit` (`exit` call).
-### Changed
### Fixed
- `Eco::API::Session::Config::Workflow` on `SystemExit` preserve original exit `status` value (i.e. `0`, `1`)
- It was changing an `exit 1` to be an `exit 0`
- Default Workflow. `exit 0` when no operation specified (rather than `exit 1`).