Skip to content

Commit

Permalink
Release 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jun 16, 2023
1 parent 2b8914c commit 392f473
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Removed

### Fixed


## [0.19.0] - 2023-06-16

### Added

- Generalized support for setting (default) OIDC provider id through env var `OPENEO_AUTH_PROVIDER_ID`
[#419](https://github.com/Open-EO/openeo-python-client/issues/419)
- Added `OidcDeviceCodePollTimeout`: specific exception for OIDC device code flow poll timeouts
- On-demand preview: Added `DataCube.preview()` to generate a XYZ service with the process graph and display a map widget

### Changed

### Removed

### Fixed

- Fix format option conflict between `save_result` and `create_job`
Expand Down
2 changes: 1 addition & 1 deletion openeo/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.19.0a1"
__version__ = "0.19.0"

0 comments on commit 392f473

Please sign in to comment.