Skip to content

Commit

Permalink
Update version number to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed May 3, 2023
1 parent 34ae614 commit a98c588
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased / Draft

## [1.2.0] - 2021-05-31

### Added

- **New extensions:**
Expand Down Expand Up @@ -428,6 +430,7 @@ Initial version.


[Unreleased]: <https://github.com/Open-EO/openeo-api/compare/master...dev>
[1.2.0]: <https://github.com/Open-EO/openeo-api/compare/1.1.0...1.2.0>
[1.1.0]: <https://github.com/Open-EO/openeo-api/compare/1.0.1...1.1.0>
[1.0.1]: <https://github.com/Open-EO/openeo-api/compare/1.0.0...1.0.1>
[1.0.0]: <https://github.com/Open-EO/openeo-api/compare/0.4.2...1.0.0>
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ openEO develops an open API to connect R, Python and JavaScript clients to big E

## Versions / Branches

The [master branch](https://github.com/Open-EO/openeo-api/tree/master) is the 'stable' version of the openEO API specification. It is currently version **1.1.0** of the specification. The [draft branch](https://github.com/Open-EO/openeo-api/tree/draft) is where active development takes place.
The [master branch](https://github.com/Open-EO/openeo-api/tree/master) is the 'stable' version of the openEO API specification. It is currently version **1.2.0** of the specification. The [draft branch](https://github.com/Open-EO/openeo-api/tree/draft) is where active development takes place.

| Version / Branch | Status | Description |
| --------------------------------------------------------- | ----------- | ----------- |
| [draft](https://api.openeo.org/draft) | planned | *Unstable* - Next version. |
| [**1.1.0**](https://api.openeo.org) | **current** | Clarifications, STAC updates, return value for child processes, more details for logs and jobs, default clients for OIDC. [Changelog](CHANGELOG.md#110---2021-06-15). |
| [**1.2.0**](https://api.openeo.org) | **current** | Clarifications, new extensions, vector data cubes, STAC (API) updates, more link relation types, improved batch job results and logs. [Changelog](CHANGELOG.md#120---2023-05-31). |
| [1.1.0](https://api.openeo.org/1.1.0) | legacy | Clarifications, STAC updates, return value for child processes, more details for logs and jobs, default clients for OIDC. [Changelog](CHANGELOG.md#110---2021-06-15). |
| [1.0.1](https://api.openeo.org/1.0.1) | legacy | Clarifications, bugfixes and CORS improvements. [Changelog](CHANGELOG.md#101---2020-12-07). |
| [1.0.0](https://api.openeo.org/1.0.0) | legacy | First stable version of openEO. [Changelog](CHANGELOG.md#100---2020-07-17). |
| [1.0.0-rc.2](https://api.openeo.org/1.0.0-rc.2) | legacy | Introduced user-defined processes. [Changelog](CHANGELOG.md#100-rc2---2020-02-20). |
Expand Down
2 changes: 1 addition & 1 deletion extensions/federation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ schema:
```json
{
"api_version": "1.1.0",
"api_version": "1.2.0",
"federation": {
"vito": {
"title": "VITO",
Expand Down
12 changes: 6 additions & 6 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
openapi: 3.0.2
info:
title: openEO API
version: 1.1.0
version: 1.2.0
description: |-
The openEO API specification for interoperable cloud-based processing of large Earth observation datasets.
**Conformance class:** `https://api.openeo.org/1.1.0`
**Conformance class:** `https://api.openeo.org/1.2.0`
# API Principles
Expand Down Expand Up @@ -618,7 +618,7 @@ paths:
Version number of the openEO specification this back-end
implements.
enum:
- 1.1.0
- 1.2.0
backend_version:
type: string
description: >-
Expand Down Expand Up @@ -1193,7 +1193,7 @@ paths:
Otherwise, the implemented functionality can usually be retrieved from
the [capabilties](#tag/Capabilities/operation/capabilities) in openEO.
The general openEO conformance class is `https://api.openeo.org/1.1.0`.
The general openEO conformance class is `https://api.openeo.org/1.2.0`.
See the individual openEO API extensions for their conformance classes.
The conformance classes listed at this endpoint and listed in the
Expand Down Expand Up @@ -3727,7 +3727,7 @@ components:
implementation conforms to. Conformance classes are commonly used in
all OGC APIs and the STAC API specification.
The general openEO conformance class is `https://api.openeo.org/1.1.0`.
The general openEO conformance class is `https://api.openeo.org/1.2.0`.
See the individual openEO API extensions for their conformance classes.
This property is REQUIRED for STAC API versions 1.0.0-beta.1 and later.
Expand All @@ -3736,7 +3736,7 @@ components:
type: string
format: uri
example:
- https://api.openeo.org/1.1.0
- https://api.openeo.org/1.2.0
- https://api.openeo.org/extensions/commercial-data/0.1.0
- https://api.openeo.org/extensions/federation/0.1.0
- https://api.stacspec.org/v1.0.0/collections
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/api",
"version": "1.1.0",
"version": "1.2.0",
"author": "openEO Consortium",
"license": "Apache-2.0",
"description": "The openEO API specification.",
Expand Down

0 comments on commit a98c588

Please sign in to comment.