Skip to content

Latest commit

 

History

History
212 lines (107 loc) · 6.5 KB

CHANGES.rst

File metadata and controls

212 lines (107 loc) · 6.5 KB

Changes

Version 0.9.0-14 (2021-04-01)

  • Improve pagination when using POST in /search (#141)
  • remove the question mark if there are no args in the url (#147)

Version 0.9.0-13 (2021-01-28)

  • Add drone support (#133)
  • Remove collection metadata from item (#136)
  • Add missing CORS headers (#138)
  • Pass auth parameters to asset url (#130)
  • Fix bug when access collection item id directly (#140)

Version 0.9.0-12 (2021-01-14)

  • Add configuration for catalog description and id. (#129)

Version 0.9.0-11 (2021-01-05)

  • Display end_datetime in every item. (#124)
  • Fix datetime filter. (#127)

Version 0.9.0-10 (2020-12-01)

  • Add bdc extension schema. (#89)
  • Add route to serve jsonschemas. (#90)
  • Add collection_type to collection. (#120)
  • Fix duplicated item on pagination. (#121)

Version 0.9.0-9 (2020-11-23)

  • Use timeline table. (#87)
  • Fix datetime parameter to work as specified in (OGC API).
  • Improve documentation on datetime parameter (#114).

Version 0.9.0-8 (2020-11-16)

  • Fix item metadata (#117).

Version 0.9.0-7 (2020-11-13)

  • Check if platform exists in collection (#116).

Version 0.9.0-6 (2020-11-12)

  • Display all metadata in collection (#115).

Version 0.9.0-5 (2020-10-26)

  • Fix collection with no associated grid (#112).

Version 0.9.0-4 (2020-10-05)

  • Add instrument and platform to collections and items.

Version 0.9.0-3 (2020-09-18)

  • Bug fix: Review some links in the service routes (#110)

Version 0.9.0-2 (2020-09-11)

  • Bug fix: Check if parameter bbox is valid (an area object) (#105)

Version 0.9.0-1 (2020-09-09)

Version 0.9.0-0 (2020-08-26)

Version 0.8.1-1 (2020-08-19)

  • This is a special version based on STAC 0.8.1 and BDC Catalog Version 0.4.0
  • Added support for the following STAC Extension: datacube, eo, version.

Note

The tag 0.8.1-0 and below depends on previous version of BDC Catalog Version 0.2.0

Version 0.8.1-0 (2020-04-14)

Version 0.8.0-0 (2020-04-03)

  • Support for the SpatioTemporal Asset Catalog (STAC) specification version 0.8.0.
  • Database query improvements for fast asset retrieval.
  • Compatibility with Brazil Data Cube Database module Version 0.2.0.
  • Improved system documentation.
  • Improved test system, integration with stac.py version 0.8.
  • Improved Travis CI, use of PostgreSQL in the test system.
  • Added Zappa scripts for deploying the service in the AWS Lambda.
  • More robust implementation.
  • Use Flask-Redoc to display online the OpenAPI 3 documentation.
  • Added new keys based on BDC metadata: timeline, crs and composite_function.
  • Added gunicorn to Dockerfile.

Version 0.7.0-0 (2020-02-21)

  • First experimental version.
  • Support for the SpatioTemporal Asset Catalog (STAC) specification version 0.7.0.
  • Support for Brazil Data Cube Image Collections and Data Cube Collections.
  • Documentation system based on Sphinx.
  • Documentation integrated to Read the Docs.
  • Package support through Setuptools.
  • Deploy on Docker containers.
  • Installation and Deployment instructions.
  • Source code versioning based on Semantic Versioning 2.0.0.
  • License: MIT.
  • Compatibility with Brazil Data Cube Database module Version 0.2.0.