File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,22 @@ 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+
18+ ## [ 0.19.0] - 2023-06-16
19+
20+ ### Added
21+
1122- Generalized support for setting (default) OIDC provider id through env var ` OPENEO_AUTH_PROVIDER_ID `
1223 [ #419 ] ( https://github.com/Open-EO/openeo-python-client/issues/419 )
1324- Added ` OidcDeviceCodePollTimeout ` : specific exception for OIDC device code flow poll timeouts
1425- On-demand preview: Added ` DataCube.preview() ` to generate a XYZ service with the process graph and display a map widget
1526
16- ### Changed
17-
18- ### Removed
19-
2027### Fixed
2128
2229- Fix format option conflict between ` save_result ` and ` create_job `
Original file line number Diff line number Diff line change 1- __version__ = "0.19.0a1 "
1+ __version__ = "0.19.0 "
You can’t perform that action at this time.
0 commit comments