Skip to content

Releases: geoadmin/service-stac

v1.35.1

15 Apr 11:20
f6c6f63
Compare
Choose a tag to compare

Bug Fixes

  • #561 - PB-1531: document the workaround and enable it by default.
  • #560 - Attempt to work around gevent/urllib3 deadlock.
  • #559 - Upgrade gevent.
  • #558 - Add ability to log stack traces on exit.

v1.35.0

31 Mar 08:52
488b7c7
Compare
Choose a tag to compare
  • #552 - Simplify logic.
  • #545 - PB-1482 : Add external href field to collection assets
  • #548 - PB-1519 Issue with asset href extra prefix

Features

  • #546 - PB-1525: Make size of logged request and response content configurable

Bug Fixes

  • #551 - PB-1515 : add big asset upload to the collection asset
  • #554 - Fixes various CSS and JS issues
  • #547 - PB-1531: Avoid unnecessary writes to the database

v1.34.0

17 Mar 10:20
1d32d8f
Compare
Choose a tag to compare
  • #537 - PB-1495 Remove date comparison for property expires

Features

  • #527 - PB-1126: Removed the update_interval field from item and collections model
  • #538 - PB-1126: Added E2E tests fixture

v1.33.0

13 Mar 10:49
d5b865f
Compare
Choose a tag to compare

Features

  • #534 - Allow to use docker compose up directly
  • #528 - PB-1126: Added cache_control_header field to collection model
  • #531 - Updated all paths from v0.9 to v1 in openapi spec
  • #530 - PB-1486: Made the Collection Asset(s) endpoint(s) public in openapi spec
  • #519 - PB-1454: Disable ApiGatewayMiddleware for API calls
  • #518 - PB-1440: add typing to SESSION_* environment variables.
  • #526 - PB-929 : added Cognito username logging for requests

Bug Fixes

  • #543 - PB-1512: Add missing links to collection assets
  • #541 - PB-1492: Made all optional item properties nullable in PATCH
  • #539 - PB-124: Made the media type and Id fields on Asset not editable
  • #535 - PB-1434 : removal of the 'file' attribute & small file uploads from admin
  • #536 - Fixed E2E tests for the localhost
  • #523 - PB-1434 : removal of the 'file' attribute & small file uploads from admin UI
  • #532 - Make large uploads a little more useable.
  • #529 - PB-1469: fix charset conversion for large file upload.
  • #522 - PB-1469: use v0.9 for large uploads from admin UI.
  • #521 - PB-1478 made asset deserialization equivalent to serialization

v1.32.0

12 Feb 09:31
667194f
Compare
Choose a tag to compare
  • #511 - use new auth in v1.0 tests
  • #507 - Do not login when testing search endpoint

Features

Bug Fixes

v1.31.0

28 Jan 08:04
fca3992
Compare
Choose a tag to compare

Features

  • #504 - PB-1282: document the new authentication method.
  • #500 - PB-1169 Search forecast properties
  • #499 - using GET range request instead of HEAD to check external asset reach…
  • #501 - PB-1281: Add feature flag for ApiGateway authentication

Bug Fixes

  • #502 - PB-1366: make new auth work for write requests.

v1.30.0

21 Jan 11:54
80e727c
Compare
Choose a tag to compare
  • #491 - Update gitignore
  • #485 - Install pytest-cov

Features

  • #497 - PB-1091 Flag the inexistent files in the file size updater
  • #494 - PB-931 Update logging-utilities to 5.0.0
  • #493 - PB-1321 adapted fieldnames and spec to comply to forecast extension
  • #490 - PB-986 Cleanup obsolete SQL management scripts
  • #489 - added grib media type for MCH
  • #487 - PB-1293 Add docs for endpoint bulkUpsertItems

Bug Fixes

  • #496 - Re-enable spec consistency check.
  • #495 - Regenerate the specs.
  • #488 - fixed deleting expired items that have pending asset uploads

v1.29.0

16 Dec 15:13
f9e25b5
Compare
Choose a tag to compare

Features

Bug Fixes

  • #482 - PB-1009: simplify ApiGatewayMiddleware.
  • #481 - Make session tracking work with API Gateway.

v1.28.2

02 Dec 08:15
55d78e9
Compare
Choose a tag to compare

Bug Fixes

v1.28.1

26 Nov 12:24
57722c9
Compare
Choose a tag to compare

Bug Fixes

  • #474 - PB-224: Added unit test to test new provider filtering functionality