Skip to content

Datacube v1.8.12

Compare
Choose a tag to compare
@SpacemanPaul SpacemanPaul released this 06 Mar 23:58
· 168 commits to develop since this release
6cb67da

The previous two releases had a serious bug in the new Transaction API that resulted in parallel writes to the database being highly likely to fail. This release is mostly to provide a fix for this issue.

Full list of changes:

  • Rename Geometry type attribute to geom_type, to align with Shapely 2.0 (#1402)
  • Remove some deprecated SQLAlchemy usages (#1403, #1407)
  • Fix RTD docs build (#1399)
  • Minor Documentation fixes (#1409, #1413)
  • Bug-fix and code cleanup in virtual products (#1410)
  • Reduce transaction isolation level to improve database write concurrency (#1414)
  • Update dependency versions and whats_new.rst for release (#1415)

Includes contributions from @SpacemanPaul, @emmaai, @Ariana-B, @omad, and first-time contributor @charalamm.

Special thanks to @alexgleith for reporting the Transaction API bug and working with us to test the fix.