CHANGELOG.md in eco-helpers-3.0.18 vs CHANGELOG.md in eco-helpers-3.0.19
- old
+ new
@@ -1,22 +1,39 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [3.0.18] - 2024-10-xx
+## [3.0.19] - 2024-10-xx
### Added
+- Input entries `:json` parser
+- **Cases**:
+ - `json-to-csv`
+ - `split-json`
+ - `sort-csv`
+ - `group-csv`
+
### Changed
+- Refactored input file parsers (`csv`, `xls`)
+- Upgraded gems:
+ - `ecoportal-api`
+ - `ecoportal-api-v2`
+ - `ecoportal-api-graphql`
+
+### Fixed
+
+## [3.0.18] - 2024-10-28
+
+### Changed
+
- upgrade `ecoportal-api` gem
- upgrade `ecoportal-api-v2` gem
- `Eco::API::Session::Batch#launch_batch`
- **removed** `per_page` parameter
- **added** auto-swap endpoint from `job` to `batch` on TimeOut errors.
- **retries** also on `Ecoportal::API::Errors::StartTimeOut`
-
-### Fixed
## [3.0.17] - 2024-10-18
### Added