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
+14-2
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,27 @@
2
2
3
3
## [Unreleased]
4
4
5
-
- Fix Docker compose file, so example data can be loaded into database (author @zstatmanweil, <https://github.com/stac-utils/stac-fastapi-pgstac/pull/142>)
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)
- keep `/search` and `/collections` extensions separate ([#158](https://github.com/stac-utils/stac-fastapi-pgstac/pull/158))
9
-
- Fix `filter` extension implementation in `CoreCrudClient`
10
10
- update `pypgstac` requirement to `>=0.8,<0.10`
11
11
- set `pypgstac==0.9.*` for test requirements
12
+
- update `stac-fastapi-*` requirement to `~=4.0`
13
+
- remove `python 3.8` support
14
+
- renamed `post_request_model` attribute to `pgstac_search_model` in `CoreCrudClient` class
15
+
- changed `datetime` input type to `string` in GET endpoint methods
16
+
- renamed `filter` to `filter_expr` input attributes in GET endpoint methods
17
+
- delete `utils.format_datetime_range` function
18
+
19
+
### Fixed
20
+
21
+
- Fix Docker compose file, so example data can be loaded into database (author @zstatmanweil, <https://github.com/stac-utils/stac-fastapi-pgstac/pull/142>)
22
+
- Fix `filter` extension implementation in `CoreCrudClient`
0 commit comments