Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 4, 2025
1 parent a5d56e3 commit 6d0e09b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.7.0] - 2025-01-04

### Added

- New function `getMissingBackends` for `Logs`
- New property `federation:backends` added to the array returned by `validateProcess`
- New property `axios` in the `Environment`
- New functions in `Connection` for paginating through lists:
- `paginateProcesses`
- `paginateCollections`
- `paginateJobs`
- `paginateFiles`
- `paginateUserProcesses`
- `paginateServices`
- The client may add a self link to the links in responses

### Changed

- The `listCollectionItems` function in `Connection` was completely rewritten.
- The client may add a self link to the links in responses

## [2.6.0] - 2024-07-11

Expand Down Expand Up @@ -235,7 +238,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

All prior releases have been documented in the [GitHub Releases](https://github.com/Open-EO/openeo-js-client/releases).

[Unreleased]: https://github.com/Open-EO/openeo-js-client/compare/v2.6.0...HEAD
[Unreleased]: https://github.com/Open-EO/openeo-js-client/compare/v2.7.0...HEAD
[2.7.0]: https://github.com/Open-EO/openeo-js-client/compare/v2.6.0...v2.7.0
[2.6.0]: https://github.com/Open-EO/openeo-js-client/compare/v2.5.1...v2.6.0
[2.5.1]: https://github.com/Open-EO/openeo-js-client/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/Open-EO/openeo-js-client/compare/v2.4.1...v2.5.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ JavaScript/TypeScript client for the openEO API.

* [Documentation](https://open-eo.github.io/openeo-js-client/latest/).

The version of this client is **2.6.0** and supports **openEO API versions 1.x.x**.
The version of this client is **2.7.0** and supports **openEO API versions 1.x.x**.
Legacy versions are available as releases.
See the [CHANGELOG](CHANGELOG.md) for recent changes.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openeo/js-client",
"version": "2.6.0",
"version": "2.7.0",
"author": "openEO Consortium",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/openeo.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class OpenEO {
* @returns {string} Version number (according to SemVer).
*/
static clientVersion() {
return "2.6.0";
return "2.7.0";
}

}
Expand Down

0 comments on commit 6d0e09b

Please sign in to comment.