You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for PGStac Backend to use PyGeofilter to convert Get Request with cql2-text into cql2-json to send to PGStac backend (#346)
Updated all conformance classes to 1.0.0-rc.1. (383)
Bulk Transactions object Items iterator now returns the Item objects rather than the string IDs of the Item objects
(#355)
docker-compose now runs uvicorn with hot-reloading enabled
Bump version of PGStac to 0.6.2 that includes support for hydrating results in the API backed (#397)
Make item geometry and bbox nullable in sqlalchemy backend. (#398)
Transactions Extension update Item endpoint Item is now /collections/{collection_id}/items/{item_id} instead of /collections/{collection_id}/items to align with STAC API
spec (#425)
Removed
Remove the unused router_middleware function (#439)
Fixed
Bumped uvicorn version to 0.17 (from >=0.12, <=0.14) to resolve security vulnerability related to websockets dependency version (#343)
AttributeError and/or missing properties when requesting the complete properties-field in searches. Added test. (#339)
Fixes issues (and adds tests) for issues caused by regression in pgstac (#345
Update error response payloads to match the API spec. (#361)
Fixed stray / before the # in several extension conformance class strings (383)
SQLAlchemy backend bulk item insert now works (#356)
PGStac Backend has stricter implementation of Fields Extension syntax (#397)
/queryables endpoint now has type application/schema+json instead of application/json (#421)
Transactions Extension update Item endpoint validates that the {collection_id} path parameter matches the Item "collection" property
from the request body, if present, and falls back to using the path parameter if no "collection" property is found in the body
(#425)
PGStac Backend Transactions endpoints return added Item/Collection instead of Item/Collection from request (#424)
Application no longer breaks on startup when pagination extension is not included (#444)