CHANGELOG.md in eco-helpers-2.0.67 vs CHANGELOG.md in eco-helpers-2.0.68
- old
+ new
@@ -1,11 +1,29 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [2.0.67] - 2022-08-11
+## [2.0.69] - 2022-09-xx
### Added
+### Changed
+### Fixed
+
+## [2.0.68] - 2022-09-19
+
+### Added
+ - `Eco::API::UseCases::OozeSamples::OozeBaseCase`: **added** a couple of functions to support **page creation**: `#new_page` and `#create_page`
+
+### Changed
+ - upgraded **dependency** to `ecoportal-api-graphql` **gem**
+ - upgraded **dependency** to `ecoportal-api-v2` **gem**
+
+### Fixed
+ - `Eco::API::Session::Config::Api`, the `org_id` is **not** a required parameter for `APIv2`
+
+## [2.0.67] - 2022-09-15
+
+### Added
- **dependency** to `ecoportal-api-graphql` **gem**
- Added integration for `GraphQL`
- `session.api(version: :graphql)`
- New base case `Eco::API::UseCases::GraphQL::Base` to create `GraphQL` use cases
@@ -19,27 +37,18 @@
- to delete rows with all `nil` values
- to keep `header` when file comes only with `header` row (with `0` count)
## [2.0.66] - 2022-08-11
-### Added
-### Changed
### Fixed
- `Eco::API::UseCases::DefaultCases::Samples::Sftp` manage exception when trying to access remote folder
## [2.0.65] - 2022-08-11
-### Added
-### Changed
### Fixed
- Typo of a fix
-## [2.0.64] - 2022-08-11
-
-### Changed
- - Nothing
-
## [2.0.63] - 2022-08-11
### Changed
- `Eco::API::Session::Config::SFTP#remote_folder` to use native path builder
@@ -48,10 +57,9 @@
### Added
- SFTP **password** option
- `Eco::API::Common::Session::Sftp` fetches from config
- `Eco::API::Session::Config::Sftp#password`
-### Changed
### Fixed
- `Eco::API::UseCases::DefaultCases::CreateCase` had a typo
## [2.0.61] - 2022-07-11