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 query/sort/fields extension support for item_collection (#192)
* add query/sort/fields extension support for item_collection and refactor extensions mapping
* update for stac-fastapi 5.0
* more tests
* do not migrate items
* update changelog
Copy file name to clipboardExpand all lines: CHANGES.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,28 @@
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>)
7
+
- remove `python 3.8` support
8
+
- update `stac-fastapi-*` requirement to `~=5.0`
8
9
- keep `/search` and `/collections` extensions separate ([#158](https://github.com/stac-utils/stac-fastapi-pgstac/pull/158))
9
10
- update `pypgstac` requirement to `>=0.8,<0.10`
10
11
- set `pypgstac==0.9.*` for test requirements
11
-
- update `stac-fastapi-*` requirement to `~=4.0`
12
-
- remove `python 3.8` support
13
12
- renamed `post_request_model` attribute to `pgstac_search_model` in `CoreCrudClient` class
14
13
- changed `datetime` input type to `string` in GET endpoint methods
15
14
- renamed `filter` to `filter_expr` input attributes in GET endpoint methods
16
15
- delete `utils.format_datetime_range` function
17
16
17
+
### Fixed
18
+
19
+
- 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>)
20
+
18
21
### Added
19
22
20
23
- add [collection search extension](https://github.com/stac-api-extensions/collection-search) support ([#139](https://github.com/stac-utils/stac-fastapi-pgstac/pull/139))
21
24
- 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
25
- add [filter extension](https://github.com/stac-api-extensions/filter) support to Item Collection endpoint
26
+
- add [sort extension](https://github.com/stac-api-extensions/sort) support to Item Collection endpoint ([#192](https://github.com/stac-utils/stac-fastapi-pgstac/pull/192))
27
+
- add [query extension](https://github.com/stac-api-extensions/query) support to Item Collection endpoint ([#162](https://github.com/stac-utils/stac-fastapi-pgstac/pull/192))
28
+
- add [fields extension](https://github.com/stac-api-extensions/fields) support to Item Collection endpoint ([#162](https://github.com/stac-utils/stac-fastapi-pgstac/pull/192))
0 commit comments