Skip to content

v0.4.1

Compare
Choose a tag to compare
@philvarner philvarner released this 13 Jul 15:36
· 375 commits to main since this release
65b2ec6

Added

  • Added proper value for 'collections' parameter in the next page link in the result of a GET request
  • Added mappings for 'id' and 'collection' for default sort keys
  • Added STAC_API_VERSION as an environment variable to the serverless.yml file
  • Added STAC_API_VERSION to display on the API landing page within the api.js file under src/lib/api.js in the collectionsToCatalogLinks function
  • Add support for pre- and post-hooks

Changed

  • Modified sortby and collections parameters in nextlink
  • Used map instead of foreach/push in api.js file
  • Changed the rel type to 'server' for the URL to the STAC API webpage inside the Links object
  • Modified sortby and collections parameters in nextlink
  • Used map instead of foreach/push in api.js file
  • Compression of responses is now handled by API Gateway and not Express. This means that the uncompressed response from stac-server must be less than 6 MB.

Removed

  • Removed the failed-ingest Lambda function from the serverless.yml file since this function is no longer needed
  • Deleted failed-ingest folder from the src/lambdas directory

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1