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
All notable changes to this project will be documented in this file.
4
+
5
+
This project does not have a real release cycle (yet).
6
+
Upstream projects usually depend on development snapshots of this project.
7
+
Still, to have some kind of indicator of small versus big change,
8
+
we try to bump the version number (in `openeo_driver/_version.py`)
9
+
roughly according to [Semantic Versioning](https://semver.org/).
10
+
11
+
When adding a feature/bugfix without bumping the version number:
12
+
just describe it under the "In progress" section.
13
+
When bumping the version number in `openeo_driver/_version.py`
14
+
(possibly accompanying a feature/bugfix):
15
+
"close" the "In Progress" section by changing its title to the new version number
16
+
(and describe accompanying changes, if any, under it too)
17
+
and start a new "In Progress" section above it.
18
+
19
+
20
+
## In progress
21
+
22
+
23
+
24
+
## 0.70.0
25
+
26
+
- Initial support for openeo-processes v2.0, when requesting version 1.2 of the openEO API ([#195](https://github.com/Open-EO/openeo-python-driver/issues/195))
27
+
- Drop support for 0.4 version of openeo-processes ([#47](https://github.com/Open-EO/openeo-python-driver/issues/47))
28
+
29
+
30
+
## 0.69.1
31
+
32
+
- Add backoff to ensure EJR deletion ([#163](https://github.com/Open-EO/openeo-python-driver/issues/163))
33
+
34
+
35
+
## 0.69.0
36
+
37
+
- Support job deletion in EJR ([#163](https://github.com/Open-EO/openeo-python-driver/issues/163))
0 commit comments