Skip to content

Releases: stac-utils/stac-server

v2.3.0

15 Sep 18:14
2865c91
Compare
Choose a tag to compare

2.3.0

Changed

  • Default to OpenSearch 2.7

Added

  • "AWS Connection" mode support has been re-added.

v2.2.3

14 Jul 20:48
66084a5
Compare
Choose a tag to compare

Changed

  • Simplify the error handling around geometry errors.
  • When an OpenSearch request returns a 400 status code, use this same status code with a meaningful error message in the stac-server response, instead of always returning a 500 error.

What's Changed

New Contributors

Full Changelog: v2.2.2...v2.2.3

v2.2.2

06 Jul 20:14
6877c29
Compare
Choose a tag to compare

Changed

  • Revert validation of Search intersects geometry added in 2.0.0, as it was too strict
    and rejected some usable geometries.

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

06 Jul 14:37
9a53182
Compare
Choose a tag to compare

Fixed

  • Aggregations 'grid_code_frequency' and 'grid_code_landsat_frequency' were inadvertently
    configured to only return 10 results, now they return all results.

Added

  • Added API Gateway logging config to example serverless.yml config.

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

03 Jul 18:17
082bd0a
Compare
Choose a tag to compare

Changed

Search parameters are now logged at info instead of debug.

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

29 Jun 21:18
2742401
Compare
Choose a tag to compare

Fixed

  • Post-ingest SNS topic was not being published to when deployed as a Lambda.

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

26 Jun 19:50
2997c0d
Compare
Choose a tag to compare

[2.0.0] - 2023-06-26

Removed

  • Elasticsearch is no longer supported as a backend. Only OpenSearch is now supported.
  • Only fine-grained access control is supported for connecting to OpenSearch.
    "AWS Connection" mode is no longer supported.

Added

  • Publish ingest results to a post-ingest SNS topic
  • Add datetime and bbox attributes to post-ingest SNS messages
  • Support for Query Extension operators neq, startsWith, endsWith, and contains.
  • Validate intersects geometry before sending to Search + better response parsing.

Changed

  • Remove node streams-based ingest code to prepare for post-ingest notifications
  • Use the type field to determine if ingest is a Collection or Item
  • Aggregations grid_code_frequency and grid_code_landsat_frequency are no longer
    restricted to 2000 buckets

What's Changed

New Contributors

Full Changelog: v1.1.0...v2.0.0

v1.1.0

02 May 14:06
ccf09e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

28 Apr 18:40
8fe7aac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v1.0.0

v1.0.0-rc.1

27 Apr 14:17
8fe7aac
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.9.0-rc.1...v1.0.0-rc.1