Skip to content

Releases: stac-utils/stac-server

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

v0.8.1

29 Mar 22:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

06 Mar 15:17
1a39176
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.8.0-pre1

23 Feb 16:34
1a39176
Compare
Choose a tag to compare
v0.8.0-pre1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0...v0.8.0-pre1

v0.7.0

09 Feb 14:39
Compare
Choose a tag to compare

Changed

  • ESM modules are used instead of CommonJS
  • Updated pre-hook auth token example to use SecretsManager rather than single values.

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.7.0-rc.2

08 Feb 00:35
d00c686
Compare
Choose a tag to compare
v0.7.0-rc.2 Pre-release
Pre-release

What's Changed

  • Bump eslint from 8.32.0 to 8.33.0 by @dependabot in #383
  • Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #389
  • Bump @types/aws-lambda from 8.10.109 to 8.10.110 by @dependabot in #384
  • Bump serverless from 3.26.0 to 3.27.0 by @dependabot in #387
  • auth pre-hook: change expected value for secrets manager secret from string to array, require write permission by @philvarner in #394

Full Changelog: v0.7.0-rc.1...v0.7.0-rc.2

v0.7.0-rc.1

27 Jan 12:59
0fa1998
Compare
Choose a tag to compare
v0.7.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.0...v0.7.0-rc.1

v0.6.0

24 Jan 22:16
Compare
Choose a tag to compare

Fixed

  • Log level configuration now has an effect on log levels

Changed

  • Log level must be configured with lowercase values error, warn, info, http, verbose, debug, silly instead of uppercase values (this config had no effect before)
  • Default request logging format is now "tiny" instead of "dev". Previously, the "dev" format
    wrote color codes into CloudWatch logs, which cluttered output, as they were not used in display.
  • Search query and response body is now logged at level "debug" rather than "info"
  • Ingested item body is now logged at level "debug" rather than "info"

What's Changed

Full Changelog: v0.5.2...v0.6.0