CHANGELOG.md in eco-helpers-2.0.57 vs CHANGELOG.md in eco-helpers-2.0.58
- old
+ new
@@ -1,20 +1,40 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [2.0.57] - 2022-04-xx
+## [2.0.57] - 2022-05-31
### Added
+ - **Usecase**`Eco::API::UseCases::DefaultCases::ClearAbilitiesTransCase`
+ - invokable with `clear-abilities`
+ - `Eco::API::Session::Config::People` added
+ - `default_login_method` helpers
+ - `Eco::API::Session::Config#default_login_method=` added
+ - `Eco::API::Common::Loaders::Base#abort` method to log an error and raise an exception
+ - **patched** `Ecoportal::API::Internal::Person`
+ - Added a couple of handy helpers: `#replace_doc` and `#replace_original_doc`
+
+### Changed
+ - `Eco::API::Common::Session::SFTP#move` new parameter `override:` (default: `true`)
+ - If there was an error, it would delete the destination remote file and retry to move the file
+ - upgraded `ecoportal-api-v2` gem to `0.8.28`
+ - `Eco::API::Organization::LoginProviders#login_provider`
+ - Added support to fetch based on type (i.e. password, sso)
+ - `Eco::API::Policies::DefaultPolicies::UserAccess`
+ - Added support for `config.default_login_method`
+### Fixed
+ - `Eco::API::Common::People::EntryFactory`
+ - Max allowed enconding errors was not working (it was just fixing all).
+
+## [2.0.57] - 2022-04-29
+
### Changed
- `Eco::API::UseCases::DefaultCases::HrisCase`
- Made it so the `leavers` batch runs first
- This aims to prevent some errors such as `cyclic supervisor` or `email already taken`
-### Fixed
-
-
## [2.0.56] - 2022-04-25
### Added
- `Eco::API::UseCases::OozeSamples::OozeBaseCase#add_field_by_doc`
- Same as `#add_field` but using an existing _**doc**_ as a model
@@ -40,10 +60,9 @@
## [2.0.54] - 2022-04-04
### Added
- `Eco::API::UseCases::DefaultCases::Samples::Sftp` should tell where the files went in the local.
-
## [2.0.53] - 2022-04-04
### Added
- `Eco::API::MicroCases#set_supervisor` prevent to set someone as supervisor of themselves.