Skip to content

v1.1.0-rc.75

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 15:45
· 74 commits to develop since this release
aa25442

v1.1.0-rc.75 (2024-08-06)

Documentation

  • docs: update .example.env and README (#412) (dbeb069)

Feature

  • feat: support transactions with validation and authentication (#378)

Issue

#295

What?

  • Add transactions extensions from -
    #276
  • Add bulk transactions extension
  • Add authentication for all transactions PUT POST endpoints
  • Add authentication to openapi docs
  • Add request validation to all all transactions PUT POST endpoints

Why?

  • To allow stac editing (collection and item) + enable stac-admin

Testing?

TODO

  • Refactor the way env vars are used
  • Remove temporary workflow
  • Fix failing tests
  • Use pystac instead of stac_pydantic
  • Make transactions a feature flag
  • Package auth?
    - [ ] Tests (to be handled in a separate
    ticket
    ) (3b4b495)

Fix

  • fix: add auth requirements install for ingest-api tests (#415) (aa25442)