Skip to content

Commit 803490c

Browse files
committed
Release 0.6.0
1 parent 6492521 commit 803490c

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010

11+
### Changed
12+
13+
### Removed
14+
15+
### Fixed
16+
17+
## [0.6.0] - 2021-03-26
18+
19+
### Added
20+
1121
- Add initial/experimental support for OIDC device code flow with PKCE (alternative for client secret) ([#191](https://github.com/Open-EO/openeo-python-client/issues/191) / EP-3700)
1222
- When creating a connection: use "https://" by default when no protocol is specified
1323
- `DataCube.mask_polygon`: support `Parameter` argument for `mask`
1424
- Add initial/experimental support for default OIDC client ([#192](https://github.com/Open-EO/openeo-python-client/issues/192), [Open-EO/openeo-api#366](https://github.com/Open-EO/openeo-api/pull/366))
1525
- Add `Connection.authenticate_oidc` for user-friendlier OIDC authentication: first try refresh token and fall back on device code flow
1626
- Add experimental support for `array_modify` process ([Open-EO/openeo-processes#202](https://github.com/Open-EO/openeo-processes/issues/202))
1727

18-
### Changed
19-
2028
### Removed
2129

2230
- Remove old/deprecated `Connection.authenticate_OIDC()`
2331

24-
### Fixed
25-
2632

2733
## [0.5.0] - 2021-03-17
2834

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.0a1'
1+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)