Skip to content

Releases: opendatacube/datacube-explorer

3.0.0

23 Dec 03:51
Compare
Choose a tag to compare

This is the first release compatible with datacube 1.9, and the version number has been bumped to be more in alignment with the 1.9 suite.

Primarily, this release implements full support for the postgis index driver, which saw a major refactoring of cubedash/summary. The new ExplorerIndex class provides an index driver abstraction layer to enable support for both the postgres and the postgis drivers.
There now exist postgis-compatible versions of all cubedash tables implemented using ORM declarative mappings, in alignment with datacube-core.
Note, the datacube environment must now be set up in accordance with the new configuration engine. See the migration guide for more details.

What's Changed

Full Changelog: 2.12.4...3.0.0

2.12.4

25 Nov 06:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.12.3...2.12.4

2.12.3

25 Jul 01:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.12.2...2.12.3

2.12.2

19 Jun 23:49
Compare
Choose a tag to compare

What's Changed

  • Don't double run GitHub Actions Docker build on Release by @omad in #606
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #608
  • Fix the /robots.txt response by @omad in #609

Full Changelog: 2.12.1...2.12.2

2.12.1

18 Jun 05:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.12.0...2.12.1

2.12.0

13 Jun 07:07
5b93679
Compare
Choose a tag to compare

What's Changed

  • Restrict search to indexed fields by @Ariana-B in #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 #591

Docker changes

Package Updates

Full Changelog: 2.11.0...2.12.0

2.11.0

08 Apr 01:26
Compare
Choose a tag to compare

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 #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 #587)

Bug Fixes

Security Updates

  • Remove pip&git from Deployment Docker Images by @pjonsson in #585

Dependency Updates

Full Changelog: 2.10.1...2.11.0

2.10.1

16 Jan 03:58
Compare
Choose a tag to compare

Minor fixes and updates

New Contributors

Full Changelog: 2.10.0...2.10.1

2.10.0

08 Feb 04:51
Compare
Choose a tag to compare

What's Changed

Improvements

Bug fix

Doc

Precommit changes

Full Changelog: 2.9.2...2.10.0

2.9.2

16 Nov 02:15
Compare
Choose a tag to compare

What's Changed

Interface improvements

  • add localised time and utc time on tooltip by @pindge in #420
  • Audit metadata UI improvement by @pindge in #435
  • render dataset count table as data table by @pindge in #436

General library upkeep

Bug Fixes

Documentation

Integration tests

  • add unit test for template filter and revert unintended changes by @pindge in #424
  • setup test case for dataset common fields by @pindge in #432

New Feature

  • Add json-download option for timeline data by @jeremyh in #467

New Contributors

Full Changelog: 2.9.1...2.9.2