Skip to content

Commit c9a8e5c

Browse files
committed
Update changelog
1 parent c06e00e commit c9a8e5c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +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)
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>)
88
- Add collection search extension ([#139](https://github.com/stac-utils/stac-fastapi-pgstac/pull/139))
99
- keep `/search` and `/collections` extensions separate ([#158](https://github.com/stac-utils/stac-fastapi-pgstac/pull/158))
1010
- update `pypgstac` requirement to `>=0.8,<0.10`
@@ -15,6 +15,7 @@
1515
- changed `datetime` input type to `string` in GET endpoint methods
1616
- renamed `filter` to `filter_expr` input attributes in GET endpoint methods
1717
- delete `utils.format_datetime_range` function
18+
- 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))
1819

1920
### Fixed
2021

@@ -23,7 +24,7 @@
2324

2425
## [3.0.1] - 2024-11-14
2526

26-
- Enable runtime `CORS` configuration using environment variables (`CORS_ORIGIN="https://...,https://..."`, `CORS_METHODS="PUT,OPTIONS"`) (https://github.com/stac-utils/stac-fastapi-pgstac/pull/168)
27+
- Enable runtime `CORS` configuration using environment variables (`CORS_ORIGIN="https://...,https://..."`, `CORS_METHODS="PUT,OPTIONS"`) (<https://github.com/stac-utils/stac-fastapi-pgstac/pull/168>)
2728

2829
## [3.0.0] - 2024-08-02
2930

0 commit comments

Comments
 (0)