CHANGELOG.md in eco-helpers-1.5.13 vs CHANGELOG.md in eco-helpers-1.5.14
- old
+ new
@@ -1,7 +1,27 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [1.5.14] - 2021-02-xx
+
+### Added
+ - `Eco::API::Policies::DefaultPolicies` policies that are run always (after the custom policies)
+ - `Eco::API::Policies::DefaultPolicies::UserAccess`:
+ - remove account if there's no `email`
+ - provision min user level to those with account (if no usergroup and no abilities)
+ - `Eco::API::Session#policies` which merges the default policies to be added/run after the custom policies
+ - `Eco::API::Common::Session::Logger`: add caching of logs
+ - `Eco::API::Common::Session::Logger::Cache` new class to manage cached logs
+ - `Eco::API::Common::Session::Logger::Log` new class to have a trace on logs
+ - `Eco::API::Session::Batch::Job#summary` added subjobs (error handlers) summary
+
+### Changed
+ - `Eco::API::Session::Batch::Job#launch` it will also run the default api policies before feedback and query launch
+ - `Eco::API::Common::People::PersonEntry` add error log when wrong email error is detected
+ - previously it would have crashed
+
+### Fixed
+
## [1.5.13] - 2021-02-01
### Added
### Changed
- upgraded dependency with `ecoportal-api-oozes`