Skip to content

Commit 938a875

Browse files
authored
Release 3.11.0, Merge pull request #543 from sentinel-hub/develop
Release 3.11.0
2 parents a74df05 + f26fa55 commit 938a875

16 files changed

+1219
-4
lines changed

CHANGELOG.MD

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [Version 3.11.0] - 2024-17-09
2+
3+
- Support for Batch Process API Version 2.
4+
15
## [Version 3.10.3] - 2024-13-08
26

37
- Monitoring a batch job now concludes if the batch job is cancelled.

docs/source/conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
"sphinx_rtd_theme",
5050
]
5151

52+
nbsphinx_execute = "never"
53+
5254
# Include typehints in descriptions
5355
autodoc_typehints = "description"
5456

docs/source/sh.rst

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Sentinel Hub examples
99
examples/data_search.ipynb
1010
examples/ogc_request.ipynb
1111
examples/large_area_utilities.ipynb
12+
examples/batch_processing_v2.ipynb
1213
examples/batch_processing.ipynb
1314
examples/batch_statistical.ipynb
1415
examples/byoc_request.ipynb

0 commit comments

Comments
 (0)