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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,23 @@
2
2
3
3
## [Unreleased] - TBD
4
4
5
+
### Added
6
+
7
+
* Add attributes to `stac_fastapi.api.app.StacApi` to enable customization of request model for:
8
+
-`/collections`: **collections_get_request_model**, default to `EmptyRequest`
9
+
-`/collections/{collection_id}`: **collection_get_request_model**, default to `CollectionUri`
10
+
-`/collections/{collection_id}/items`: **items_get_request_model**, default to `ItemCollectionUri`
11
+
-`/collections/{collection_id}/items/{item_id}`: **item_get_request_model**, default to `ItemUri`
12
+
5
13
### Fixed
6
14
7
15
* Updated default filter language in filter extension's POST search request model to match the extension's documentation [#711](https://github.com/stac-utils/stac-fastapi/issues/711)
8
16
9
17
### Removed
10
18
11
-
* Removed the Filter Extension depenency from `AggregationExtensionPostRequest` and `AggregationExtensionGetRequest`[#716](https://github.com/stac-utils/stac-fastapi/pull/716)
19
+
* Removed the Filter Extension dependency from `AggregationExtensionPostRequest` and `AggregationExtensionGetRequest`[#716](https://github.com/stac-utils/stac-fastapi/pull/716)
20
+
*`pagination_extension` attribute in `stac_fastapi.api.app.StacApi`
21
+
* remove use of `pagination_extension` in `register_get_item_collection` function (User now need to construct the request model and pass it using `items_get_request_model` attribute)
0 commit comments