Skip to content

Commit 5ef23dc

Browse files
committed
update changelog
1 parent bd6c15f commit 5ef23dc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGES.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
### Changed
66

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>)
8-
- Add collection search extension ([#139](https://github.com/stac-utils/stac-fastapi-pgstac/pull/139))
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>)
98
- keep `/search` and `/collections` extensions separate ([#158](https://github.com/stac-utils/stac-fastapi-pgstac/pull/158))
109
- update `pypgstac` requirement to `>=0.8,<0.10`
1110
- set `pypgstac==0.9.*` for test requirements
@@ -15,12 +14,17 @@
1514
- changed `datetime` input type to `string` in GET endpoint methods
1615
- renamed `filter` to `filter_expr` input attributes in GET endpoint methods
1716
- 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))
1821
- 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
1923

2024
### Fixed
2125

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`
2428

2529
## [3.0.1] - 2024-11-14
2630

0 commit comments

Comments
 (0)