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
Copy file name to clipboardExpand all lines: CHANGES.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,18 @@
5
5
### Added
6
6
7
7
* Add support in pgstac backend for /queryables and /collections/{collection_id}/queryables endpoints with functions exposed in pgstac 0.6.8
8
-
* Update pgstac requirement to 0.6.8
9
8
* Add `bbox` and `datetime` query parameters to `/collections/{collection_id}/items`. [476](https://github.com/stac-utils/stac-fastapi/issues/476)[380](https://github.com/stac-utils/stac-fastapi/issues/380)
9
+
* Update pgstac requirement to 0.6.10
10
10
11
11
### Changed
12
12
13
13
### Removed
14
14
15
15
### Fixed
16
16
17
+
* Fix pgstac backend for /queryables endpoint to return 404 for non-existent collections [#482](https://github.com/stac-utils/stac-fastapi/pull/482)
0 commit comments