CHANGELOG.md in eco-helpers-2.4.9 vs CHANGELOG.md in eco-helpers-2.5.1

- old
+ new

@@ -1,12 +1,35 @@ # Change Log All notable changes to this project will be documented in this file. -## [2.4.10] - 2023-04-xx +## [2.5.2] - 2023-06-xx ### Added ### Changed ### Fixed + +## [2.5.1] - 2023-06-06 + +### Added + - `Eco::API::Common::Session:SFTP#host` method + - New options to control csv headers check (`Eco::API::Common::People::DefaultParsers::CSVParser`) + - `Eco::API::Common::Loaders::CaseBase` add to the setter the `@usecase` + - Implemented via `Eco::API::UseCases::UseCase` + +### Changed + - Dry out dependency loading. + - `ecoportal-api` **gem** remains as eager loading. + - Patch `Ecoportal::API::V1::Person` with `include` + - Upgraded `ecoportal-api-graphql` **gem** + - `Eco::API::Common::People::PersonEntryAttributeMapper` + - Switched reversed attr defs warning to `info` logging level. + - `Eco::API::Common::DefaultParsers::SelectParser` + - When there is dependency with the hash of options, it should return nil when the option is unknown. + +### Fixed + - Tidied up file encoding when getting content. + - This fixes `Eco::CSV::read` + - `Eco::API::Common::People::DefaultParsers::CSVParser` made some refactor. ## [2.4.9] - 2023-04-17 ### Added - `Eco::API::UseCases#source_object` to retrieve the original use case definition object