Skip to content

Releases: stac-utils/stac-server

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

v0.9.0-rc.1

21 Apr 18:32
Compare
Choose a tag to compare
v0.9.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.9.0-pre2...v0.9.0-rc.1

v0.9.0-pre2

11 Apr 15:11
cc8717b
Compare
Choose a tag to compare
v0.9.0-pre2 Pre-release
Pre-release

What's Changed

  • fix the /api and /api.html endpoints by using the correct path to the relevant files by @philvarner in #443
  • collection-level aggregation how has the collection id properly applied by @philvarner in #444

Full Changelog: v0.9.0-pre1...v0.9.0-pre2

v0.9.0-pre1

11 Apr 12:20
9feeca3
Compare
Choose a tag to compare
v0.9.0-pre1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.1...v0.9.0-pre1