You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased / Draft
8
8
9
+
10
+
## 1.0.0 - 2020-07-17
11
+
9
12
### Added
10
13
-`GET /me`: Added optional `name` property to better separate an internal user id from a displayable user name. Adopted description of `user_id` accordingly.
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,18 @@ openEO develops an open API to connect R, Python and JavaScript clients to big E
6
6
7
7
## Versions / Branches
8
8
9
-
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.0.0-rc.2** of the specification. The [draft branch](https://github.com/Open-EO/openeo-api/tree/draft) is where active development takes place.
9
+
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.0.0** of the specification. The [draft branch](https://github.com/Open-EO/openeo-api/tree/draft) is where active development takes place.
|[draft](https://api.openeo.org/draft)| planned |*Unstable* - Bug fixes based on developer feedback, introduce extension concept. Potentially version 1.0.0-final. |
14
-
|[**1.0.0-rc.2**](https://api.openeo.org)|**current**| Release candidate 2 for first stable version of openEO, see the [changelog](CHANGELOG.md#100-rc2---2020-02-20). |
15
-
|[1.0.0-rc.1](https://api.openeo.org/1.0.0-rc.1)| legacy | Release candidate 1 for first stable version of openEO, see the [changelog](CHANGELOG.md#100-rc1---2020-01-31). |
16
-
|[0.4.2](https://api.openeo.org/v/0.4.2)| legacy | Bugfix release, see the [changelog](CHANGELOG.md#042---2019-06-11). |
17
-
|[0.4.1](https://api.openeo.org/v/0.4.1)| legacy | Bugfix release, see the [changelog](CHANGELOG.md#041---2019-05-29). |
18
-
|[0.4.0](https://api.openeo.org/v/0.4.0)| legacy | Improved discovery, added processes catalogue, new process graph structure and [more](CHANGELOG.md#040---2019-03-07). |
19
-
|[0.3.1](https://api.openeo.org/v/0.3.1)| legacy | Fixing minor issues, see the [changelog](CHANGELOG.md#031---2018-11-06). |
13
+
|[draft](https://api.openeo.org/draft)| planned |*Unstable* - Next version. |
14
+
|[**1.0.0**](https://api.openeo.org)|**current**| First stable version of openEO. [Changelog](CHANGELOG.md#100---2020-07-17). |
|[1.0.0-rc.1](https://api.openeo.org/1.0.0-rc.1)| legacy | Better UDF support, support for file import, support for processing logs, better alignment with STAC and upcoming OGC APIs. Removes WebSocket-based Subscription API. [Changelog](CHANGELOG.md#100-rc1---2020-01-31)|
0 commit comments