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
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,13 @@
1
1
# Changelog
2
2
3
-
## Unreleased
3
+
## [Unreleased]
4
4
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
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
9
* Update pgstac requirement to 0.6.10
10
10
11
-
### Changed
12
-
13
11
### Removed
14
12
15
13
* The SQLAlchemy and PgSTAC backend implementations have been moved to their own repos
@@ -20,14 +18,6 @@
20
18
21
19
* Fix pgstac backend for /queryables endpoint to return 404 for non-existent collections [#482](https://github.com/stac-utils/stac-fastapi/pull/482)
22
20
23
-
## [2.4.2]
24
-
25
-
### Added
26
-
27
-
### Changed
28
-
29
-
### Removed
30
-
31
21
### Fixed
32
22
33
23
* Quote password in pgsql strings to accomodate special characters. [455](https://github.com/stac-utils/stac-fastapi/issues/455)
0 commit comments