File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.7.0] - 2025-01-04
11
+
10
12
### Added
11
13
12
14
- New function ` getMissingBackends ` for ` Logs `
13
15
- New property ` federation:backends ` added to the array returned by ` validateProcess `
16
+ - New property ` axios ` in the ` Environment `
14
17
- New functions in ` Connection ` for paginating through lists:
15
18
- ` paginateProcesses `
16
19
- ` paginateCollections `
17
20
- ` paginateJobs `
18
21
- ` paginateFiles `
19
22
- ` paginateUserProcesses `
20
23
- ` paginateServices `
21
- - The client may add a self link to the links in responses
22
24
23
25
### Changed
24
26
25
27
- The ` listCollectionItems ` function in ` Connection ` was completely rewritten.
28
+ - The client may add a self link to the links in responses
26
29
27
30
## [ 2.6.0] - 2024-07-11
28
31
@@ -235,7 +238,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
235
238
236
239
All prior releases have been documented in the [ GitHub Releases] ( https://github.com/Open-EO/openeo-js-client/releases ) .
237
240
238
- [ Unreleased ] : https://github.com/Open-EO/openeo-js-client/compare/v2.6.0...HEAD
241
+ [ Unreleased ] : https://github.com/Open-EO/openeo-js-client/compare/v2.7.0...HEAD
242
+ [ 2.7.0 ] : https://github.com/Open-EO/openeo-js-client/compare/v2.6.0...v2.7.0
239
243
[ 2.6.0 ] : https://github.com/Open-EO/openeo-js-client/compare/v2.5.1...v2.6.0
240
244
[ 2.5.1 ] : https://github.com/Open-EO/openeo-js-client/compare/v2.5.0...v2.5.1
241
245
[ 2.5.0 ] : https://github.com/Open-EO/openeo-js-client/compare/v2.4.1...v2.5.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ JavaScript/TypeScript client for the openEO API.
4
4
5
5
* [ Documentation] ( https://open-eo.github.io/openeo-js-client/latest/ ) .
6
6
7
- The version of this client is ** 2.6 .0** and supports ** openEO API versions 1.x.x** .
7
+ The version of this client is ** 2.7 .0** and supports ** openEO API versions 1.x.x** .
8
8
Legacy versions are available as releases.
9
9
See the [ CHANGELOG] ( CHANGELOG.md ) for recent changes.
10
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openeo/js-client" ,
3
- "version" : " 2.6 .0" ,
3
+ "version" : " 2.7 .0" ,
4
4
"author" : " openEO Consortium" ,
5
5
"contributors" : [
6
6
{
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ class OpenEO {
109
109
* @returns {string } Version number (according to SemVer).
110
110
*/
111
111
static clientVersion ( ) {
112
- return "2.6 .0" ;
112
+ return "2.7 .0" ;
113
113
}
114
114
115
115
}
You can’t perform that action at this time.
0 commit comments