CHANGELOG.md in eco-helpers-2.0.49 vs CHANGELOG.md in eco-helpers-2.0.50
- old
+ new
@@ -1,15 +1,28 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [2.0.49] - 2022-02-14
+## [2.0.50] - 2022-02-xx
### Added
- - `Eco::API::Session::Batch::RequestStats#message` now it shows which details have changed
- - `Eco::API::UseCases::DefaultCases::ReinviteTransCase` the option `-force` will also send an invite to users that have accepted the invitation
+ - Ability to configure delay between jobs and job groups
+ - `Eco::API::Session::Batch::Jobs`, `#delay_between_jobs`
+ - `Eco::API::Session::Batch::JobsGroups`, `#delay_between_groups`
+ - `Eco::API::Session::Config`, added methods `#delay_between_jobs` and `#delay_between_job_groups`
+ - New use case `Eco::API::UseCases::DefaultCases::TagPaths` to create a `csv` with all `tag` paths
+ - Its purpose is to ease the build of tag remaps
+ - Ideally, after remapping the tags of an org, you would want to fix the tag paths based on the current tagtree
### Changed
+ - `workflow`, when no operation specified it logs as `info`, rather than `warn`
+
### Fixed
+
+## [2.0.49] - 2022-02-14
+
+### Added
+ - `Eco::API::Session::Batch::RequestStats#message` now it shows which details have changed
+ - `Eco::API::UseCases::DefaultCases::ReinviteTransCase` the option `-force` will also send an invite to users that have accepted the invitation
## [2.0.48] - 2022-02-04
### Changed
- upgraded `ecoportal-api-v2` dependency