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
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@
4
4
5
5
### Changed
6
6
7
-
- Handle `next` and `dev` tokens now returned as links from pgstac>=0.9.0 (author @zstatmanweil, <https://github.com/stac-utils/stac-fastapi-pgstac/pull/140>)
- handle `next` and `dev` tokens now returned as links from pgstac>=0.9.0 (author @zstatmanweil, <https://github.com/stac-utils/stac-fastapi-pgstac/pull/140>)
9
8
- keep `/search` and `/collections` extensions separate ([#158](https://github.com/stac-utils/stac-fastapi-pgstac/pull/158))
10
9
- update `pypgstac` requirement to `>=0.8,<0.10`
11
10
- set `pypgstac==0.9.*` for test requirements
@@ -15,12 +14,17 @@
15
14
- changed `datetime` input type to `string` in GET endpoint methods
16
15
- renamed `filter` to `filter_expr` input attributes in GET endpoint methods
17
16
- delete `utils.format_datetime_range` function
17
+
18
+
### Added
19
+
20
+
- add [collection search extension](https://github.com/stac-api-extensions/collection-search) support ([#139](https://github.com/stac-utils/stac-fastapi-pgstac/pull/139))
18
21
- add [free-text extension](https://github.com/stac-api-extensions/freetext-search) to collection search extensions ([#162](https://github.com/stac-utils/stac-fastapi-pgstac/pull/162))
22
+
- add [filter extension](https://github.com/stac-api-extensions/filter) support to Item Collection endpoint
19
23
20
24
### Fixed
21
25
22
-
-Fix Docker compose file, so example data can be loaded into database (author @zstatmanweil, <https://github.com/stac-utils/stac-fastapi-pgstac/pull/142>)
23
-
-Fix`filter` extension implementation in `CoreCrudClient`
26
+
-fix Docker compose file, so example data can be loaded into database (author @zstatmanweil, <https://github.com/stac-utils/stac-fastapi-pgstac/pull/142>)
27
+
-fix`filter` extension implementation in `CoreCrudClient`
0 commit comments