Skip to content

Releases: opendatacube/datacube-explorer

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

2.9.1

19 Jul 00:32
Compare
Choose a tag to compare

What's Changed

Interface Improvements

  • hide hidden products from products page by @pindge in #414
  • fix bulk dataset page total product counts by @pindge in #417
  • add sister sites by @pindge in #406
  • Display no matching region product with grey color in product selection by @pindge in #407
  • [UI] add line-break anywhere to stack overflowing lines by @pindge in #403
  • [UI] hide duplicate field creation_dt from dataset page by @pindge in #401
  • Make empty product display normal font weight instead of bold by @pindge in #409
  • Fix products page jinja2 logic by @pindge in #415
  • set default cubedash-hide-product-list to empty list by @pindge in #411
  • add cubedash_hide_products_by_name_list config by @pindge in #408

Summary bug fixes and improvements

  • remove region from region table if all relating datasets are archived by @pindge in #396
  • fix find-years-needing-update logic where product count is none but residue years still recorded by @pindge in #398

General Bug fixes

  • force yaml to present float as scientific notation by @pindge in #399

Integration tests

  • fix run generate pytest fixture by @pindge in #410
  • [Test] Add test cases to check rendered yaml validity by @pindge in #405

Full Changelog: 2.9.0...2.9.1

2.9.0

17 Jun 06:12
Compare
Choose a tag to compare

What's Changed

Interface improvements

  • Minor styling tweaks: table padding, touch-screen padding by @jeremyh in #363
  • Add custom error pages, fix js type error by @jeremyh in #357
  • Fix layout overflow issues on phone-sized screens by @jeremyh in #356
  • Header implementation restructure: better wrapping and dynamic spacing by @jeremyh in #355
  • More consistent spacing for thin screens by @jeremyh in #360
  • make chart legend display diagonal by @pindge in #390
  • Handle yet more thin-screen layout edge cases by @jeremyh in #361
  • add center_datetime template filter by @pindge in #385
  • Validate uuids in URLs by @jeremyh in #365

Summary bug fixes and improvements

  • Fix utc date time for end of the year cut off by @pindge in #374
  • make explorer to record region_code in metadata as first preference by @pindge in #394

Performance improvements

  • Speed up provenance queries by @jeremyh in #358
  • Improve derived-dataset querying for dataset with huge numbers by @jeremyh in #362

Stac improvements

General library upkeep

Integration tests

Full Changelog: 2.8.1...2.9.0