Releases: stac-utils/stac-fastapi-pgstac
Releases · stac-utils/stac-fastapi-pgstac
6.0.0
What's Changed
- Fix typo in changelog by @alukach in #232
- update stac-fastapi requirements and add health-check by @vincentsarago in #235
- chore(deps): bump docker/build-push-action from 6.15.0 to 6.16.0 in the all group by @dependabot[bot] in #234
- remove stac-pydantic specific requirement by @vincentsarago in #237
- disable transaction and bulk_transactions extensions by default by @hrodmn in #236
- add tests for CQL2-JSON IN operator by @vincentsarago in #241
- Switch pygeofilter to cql2 by @bitner in #242
- refactor read/write connection pool by @vincentsarago in #240
- chore(deps): bump docker/build-push-action from 6.16.0 to 6.17.0 in the all group by @dependabot[bot] in #246
- chore(deps-dev): bump uvicorn[standard] from 0.34 to 0.34.2 in the all group by @dependabot[bot] in #245
- update for stac-fastapi 6.0 by @vincentsarago in #257
- chore(deps-dev): bump the all group across 1 directory with 2 updates by @dependabot[bot] in #251
- chore(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 in the all group by @dependabot[bot] in #248
- error message for null geometry by @vincentsarago in #259
- chore(deps-dev): bump uvicorn[standard] from 0.34.3 to 0.35.0 in the all group by @dependabot[bot] in #261
- fix: remove root path prefix when root_path is set on app by @alukach in #270
- add patch support by @bitner in #264
- chore(deps-dev): update pytest-asyncio requirement from <1.1,>=0.17 to >=0.17,<1.2 in the all group by @dependabot[bot] in #271
- feat: add CORS credentials to settings by @gadomski in #276
- fix: allow configuration of cors headers as well by @gadomski in #278
- chore(deps): bump docker/metadata-action from 5.7.0 to 5.8.0 in the all group by @dependabot[bot] in #274
- fix type for advanced freetext and allow free-text for Item search by @vincentsarago in #263
- remove parameter unquote for next/prev links by @vincentsarago in #279
- build arm64 images by @betolink in #244
- feat: Add PREFIX_PATH config by @fabito in #268
- Feature/validate extensions by @vincentsarago in #280
- release: v6.0.0 by @gadomski in #277
New Contributors
- @alukach made their first contribution in #232
- @bitner made their first contribution in #242
- @betolink made their first contribution in #244
- @fabito made their first contribution in #268
Full Changelog: 5.0.3...6.0.0
5.0.3
5.0.2
What's Changed
- fix root-path from uvicorn by @vincentsarago in #221
- switch to mkdocstring by @vincentsarago in #223
- reduce the min number of db conn by @vincentsarago in #222
- Release/v5.0.2 by @vincentsarago in #226
Full Changelog: 5.0.1...5.0.2
5.0.1
What's Changed
- chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 in the all group by @dependabot in #213
- fix search self link mediatype by @vincentsarago in #217
Full Changelog: 5.0.0...5.0.1
5.0.0
What's Changed
- move Postgres settings into separate settings class by @hrodmn in #209
- Release/v5.0.0 by @vincentsarago in #212
Full Changelog: 4.0.3...5.0.0
4.0.3
What's Changed
- chore(deps): bump docker/build-push-action from 6.13.0 to 6.14.0 in the all group by @dependabot in #205
- chore(deps): bump the all group with 2 updates by @dependabot in #207
- add paging links tests by @vincentsarago in #195
- Release/v4.0.3 by @vincentsarago in #211
Full Changelog: 4.0.2...4.0.3
4.0.2
What's Changed
- use enum values and fix fields pydantic validation by @vincentsarago in #200
- update version by @vincentsarago in #203
Full Changelog: 4.0.1...4.0.2
4.0.1
What's Changed
- add numberMatched and numberReturned for /collections by @vincentsarago in #197
- update version by @vincentsarago in #198
Full Changelog: 4.0.0...4.0.1
4.0.0
What's Changed
- chore(deps): bump docker/build-push-action from 6.6.1 to 6.7.0 in the all group by @dependabot in #145
- Fix loading of example data in docker compose by @zstatmanweil in #142
- fix filter extension implementation by @vincentsarago in #149
- add collection search extension by @hrodmn in #136
- create separate list of collection search extensions by @hrodmn in #158
- Update pagination to work with pgstac 0.9.X by @zstatmanweil in #140
- chore(deps): bump docker/build-push-action from 6.7.0 to 6.9.0 in the all group across 1 directory by @dependabot in #154
- [backport] add CORS configuration via env variables by @vincentsarago in #170
- chore(deps-dev): bump the all group across 1 directory with 2 updates by @dependabot in #163
- update pagination for collection-search by @vincentsarago in #155
- chore(deps): bump the all group across 1 directory with 2 updates by @dependabot in #181
- move clean_search_args as client method by @vincentsarago in #182
- use fastapi lifespan by @vincentsarago in #183
- chore(deps): bump docker/build-push-action from 6.11.0 to 6.12.0 in the all group by @dependabot in #188
- update for stac-fastapi 4.0 by @vincentsarago in #189
- chore(deps-dev): bump the all group with 2 updates by @dependabot in #187
- add free-text search extension by @hrodmn in #162
- Feature/refactor extension maps by @vincentsarago in #190
- add query/sort/fields extension support for item_collection by @vincentsarago in #192
- chore(deps): bump docker/build-push-action from 6.12.0 to 6.13.0 in the all group by @dependabot in #193
- prepare release 4.0.0 by @vincentsarago in #196
New Contributors
- @zstatmanweil made their first contribution in #142
Full Changelog: 3.0.0...4.0.0
3.0.1
What's Changed
- add CORS configuration via env variables by @vincentsarago in #168
Full Changelog: 3.0.0...3.0.1