Releases: stac-utils/stac-server
Releases · stac-utils/stac-server
v0.9.0-rc.1
What's Changed
- Bump vm2 from 3.9.15 to 3.9.16 by @dependabot in #446
- add stac_version to the default fields returned when that parameter is blank by @philvarner in #440
- Bump webpack from 5.78.0 to 5.79.0 by @dependabot in #453
- Bump @aws-sdk/client-secrets-manager from 3.309.0 to 3.312.0 by @dependabot in #450
- Bump @types/sinon from 10.0.13 to 10.0.14 by @dependabot in #452
- Bump eslint-plugin-jsdoc from 40.1.2 to 41.1.2 by @dependabot in #451
- basic geoaggregations implementation by @philvarner in #445
- Bump vm2 from 3.9.16 to 3.9.17 by @dependabot in #459
- update conformance to STAC API 1.0.0-rc.4 by @philvarner in #455
- add root link rel to /search result by @philvarner in #448
Full Changelog: v0.9.0-pre2...v0.9.0-rc.1
v0.9.0-pre2
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
What's Changed
- update versions, ignore xml2js vulnerability, remove deprecated typescript param by @philvarner in #437
- add create bucket configuration by @philvarner in #438
- update to default to OpenSearch 2.5 by @philvarner in #432
- aggregations endpoint and collection-level aggregate by @philvarner in #439
Full Changelog: v0.8.1...v0.9.0-pre1
v0.8.1
What's Changed
- use storage:region for thumbnail generation by @philvarner in #428
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- fix run serve script by @philvarner in #401
- queryables for query by @philvarner in #403
- Bump @aws-sdk/client-secrets-manager from 3.272.0 to 3.276.0 by @dependabot in #404
Full Changelog: v0.7.0...v0.8.0
v0.8.0-pre1
What's Changed
- fix run serve script by @philvarner in #401
- queryables for query by @philvarner in #403
- Bump @aws-sdk/client-secrets-manager from 3.272.0 to 3.276.0 by @dependabot in #404
Full Changelog: v0.7.0...v0.8.0-pre1
v0.7.0
Changed
- ESM modules are used instead of CommonJS
- Updated pre-hook auth token example to use SecretsManager rather than single values.
What's Changed
- fix regex in aws-tests by @philvarner in #378
- Pv/versions by @philvarner in #377
- Convert CommonJS module use to ESM by @philvarner in #371
- fix lambda handlers by @philvarner in #379
- Enable Typescript typechecking by default by @philvarner in #334
- Enhance pre-hook auth example to use SecretsManager by @philvarner in #380
- 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
- Bump eslint-plugin-jsdoc from 39.6.8 to 39.8.0 by @dependabot in #391
- Bump @aws-sdk/client-secrets-manager from 3.258.0 to 3.266.0 by @dependabot in #393
Full Changelog: v0.6.0...v0.7.0
v0.7.0-rc.2
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
What's Changed
- fix regex in aws-tests by @philvarner in #378
- Pv/versions by @philvarner in #377
- Convert CommonJS module use to ESM by @philvarner in #371
- fix lambda handlers by @philvarner in #379
- Enable Typescript typechecking by default by @philvarner in #334
- Enhance pre-hook auth example to use SecretsManager by @philvarner in #380
Full Changelog: v0.6.0...v0.7.0-rc.1
v0.6.0
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
- log search and response at debug level by @philvarner in #365
- Bump cookiejar from 2.1.3 to 2.1.4 by @dependabot in #370
- refactor logging to use winston, so log levels will actually work by @philvarner in #368
- minor updates to dependency versions by @philvarner in #366
Full Changelog: v0.5.2...v0.6.0