Skip to content

Latest commit

 

History

History
83 lines (45 loc) · 2.86 KB

CHANGELOG.md

File metadata and controls

83 lines (45 loc) · 2.86 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changed

  • Add support for python 3.12. #22
  • Updated sfeos core to v3.0.0a0, fixed datetime functionality. #23
  • Create indexes in MongoDB at startup only if environment variable MONGO_CREATE_INDEXES is set to "true" (default when the env variable is not set: "true"). #31

Fixed

  • Added a new index based on collection id and item id to ensure item IDs aren't required to be unique across all collections. #26

Changed

  • Updated sfeos core to v2.4.1, added new tests from sfeos. #21

Changed

  • Moved core basic auth logic to stac-fastapi.core. #19
  • Updated stac-fastapi.core to v2.4.0. #19

Added

  • Added option to include Basic Auth. #12

Changed

  • Upgraded stac-fastapi.core to 2.3.0 #15
  • Enforced %Y-%m-%dT%H:%M:%S.%fZ datetime format on create_item #15
  • Queries now convert datetimes to %Y-%m-%dT%H:%M:%S.%fZ datetime format #15

Fixed

  • Added skip to basic_auth tests when BASIC_AUTH environment variable is not set

Added

Changed

  • Removed bulk transactions extension from app.py

Fixed

  • Fixed pagination issue with MongoDB. Fixes #1

Added

Changed

  • New release v3.0.0 using core library from stac-fastapi-elasticsearch-opensearch

Fixed