v0.4.1
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
- Removed Failed-Ingest Lambda and update STAC API Version and rel type by @geomatician in #263
- Use map instead of foreach/push by @geomatician in #264
- Added section on restricting transaction endpoints by @geomatician in #265
- sortby and collections parameters in next link with direction for sortby by @geomatician in #269
- Added mappings for default sort keys by @geomatician in #272
- Add pre- and post-hooks by @marchuffnagle in #271
- Added proper value for GET 'collections' parameter in link to next page by @geomatician in #274
- npm audit fix for a few vulnerabilities by @philvarner in #279
- Bump got from 11.8.3 to 11.8.5 by @dependabot in #275
- Update instructions for URL Proxying by @jlaura in #262
- update changelog and package.json for 0.4.1 release by @philvarner in #278
New Contributors
Full Changelog: v0.4.0...v0.4.1