Datacube-explorer

Latest version: v2.12.4

Safety actively analyzes 722581 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

2.12.4

What's Changed
* Dockerfile: fixate GDAL version by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/620
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/621
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/622
* Require fiona 1.10.0 by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/624
* docs: fix flask-caching URL by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/626
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/628
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/629
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/632
* Bump codecov/codecov-action from 4 to 5 by dependabot in https://github.com/opendatacube/datacube-explorer/pull/633
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/635



**Full Changelog**: https://github.com/opendatacube/datacube-explorer/compare/2.12.3...2.12.4

2.12.3

What's Changed
* Give 400 error for invalid query values by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/610
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/612
* Use Flask application factory by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/614
* More explicit error for removed Query extension by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/615
* Update robots.txt default content by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/616
* Get docker image working with latest gdal ubuntu by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/619
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/617


**Full Changelog**: https://github.com/opendatacube/datacube-explorer/compare/2.12.2...2.12.3

2.12.2

What's Changed
* Don't double run GitHub Actions Docker build on Release by omad in https://github.com/opendatacube/datacube-explorer/pull/606
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/608
* Fix the /robots.txt response by omad in https://github.com/opendatacube/datacube-explorer/pull/609


**Full Changelog**: https://github.com/opendatacube/datacube-explorer/compare/2.12.1...2.12.2

2.12.1

What's Changed
* Add robots.txt by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/607


**Full Changelog**: https://github.com/opendatacube/datacube-explorer/compare/2.12.0...2.12.1

2.12.0

What's Changed

* Restrict search to indexed fields by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/601

This change will hopefully reduce the (significant) load caused by web scraping bots running queries on unindexed fields. In Digital Earth Australia, each query takes about 20 seconds on database time, and quickly exhausts the number of operational worker threads.

* Rework STAC API extension logic by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/591

Docker changes
* Dockerfile: disable pip cache in deployment by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/589
* Update to gunicorn 22.0.0 by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/593
* Dockerfile: remove git after use by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/588
* Dockerfile: fail on errors by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/596
* Add dockerignore by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/597


Package Updates
* Update to setuptools>=61 by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/590
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/594
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/592
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/599
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/602
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/604



**Full Changelog**: https://github.com/opendatacube/datacube-explorer/compare/2.11.0...2.12.0

2.11.0

What's Changed
This release contains two significant bug fixes:
- The first caused pagination failures of STAC API Responses to pystac-client (Thanks Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/578)
- The second is for crashes while updating the Explorer Summary Tables, which may also have affected some server responses. (Thanks pjonsson and jeremyh , see 581 and https://github.com/opendatacube/datacube-explorer/pull/587)

Bug Fixes
* Revert previous auto-modernise commits by jeremyh in https://github.com/opendatacube/datacube-explorer/pull/587
* Fix pagination with pystac-client >= 0.7.4 by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/578
* setup.py: depend on lxml_html_clean by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/584

Security Updates
* Remove pip&git from Deployment Docker Images by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/585

Dependency Updates
* Bump peter-evans/dockerhub-description from 3 to 4 by dependabot in https://github.com/opendatacube/datacube-explorer/pull/571
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/572
* Bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/opendatacube/datacube-explorer/pull/573
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/574
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/576
* Bump osgeo/gdal from ubuntu-small-3.8.3 to ubuntu-small-3.8.4 by dependabot in https://github.com/opendatacube/datacube-explorer/pull/577

* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/580
* Update to latest postgis 13 version by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/586

* Bump osgeo/gdal from ubuntu-small-3.8.4 to ubuntu-small-3.8.5 by dependabot in https://github.com/opendatacube/datacube-explorer/pull/583


**Full Changelog**: https://github.com/opendatacube/datacube-explorer/compare/2.10.1...2.11.0

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.