Releases: stac-utils/stac-fastapi-pgstac
Releases · stac-utils/stac-fastapi-pgstac
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
3.0.0
What's Changed
- update pgstac to 0.8.x by @vincentsarago in #107
- update stac-fastapi to next major version by @vincentsarago in #108
- pre-release 3.0.0a0 by @vincentsarago in #116
- update stac-fastapi and stac-pydantic requirements by @vincentsarago in #118
- pre-release 3.0.0a1 by @vincentsarago in #119
- chore(deps): bump the all group across 1 directory with 2 updates by @dependabot in #121
- update fields extension and make sure the app can work without any extension by @vincentsarago in #123
- chore(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 in the all group by @dependabot in #124
- pre-release 3.0.0a2 by @vincentsarago in #125
- chore(deps): bump docker/build-push-action from 5.4.0 to 6.1.0 in the all group by @dependabot in #126
- use quote_plus instead of quote by @ranchodeluxe in #122
- chore(deps): bump docker/build-push-action from 6.1.0 to 6.2.0 in the all group by @dependabot in #127
- pre-release 3.0.0a3 by @vincentsarago in #128
- chore(deps): bump docker/build-push-action from 6.2.0 to 6.3.0 in the all group by @dependabot in #130
- update to stac-fastapi 3.0.0b2 by @vincentsarago in #131
- pre-release 3.0.0a4 by @vincentsarago in #132
- chore(deps): bump docker/build-push-action from 6.3.0 to 6.4.1 in the all group by @dependabot in #134
- chore(deps): bump the all group with 2 updates by @dependabot in #137
- Enable search on /items and add queryables links by @m-mohr in #89
- Allow to omit collection in bulk insertions by @constantinius in #113
- prepare 3.0 release by @vincentsarago in #138
- chore(deps): bump docker/build-push-action from 6.5.0 to 6.6.1 in the all group by @dependabot in #143
New Contributors
- @ranchodeluxe made their first contribution in #122
- @m-mohr made their first contribution in #89
- @constantinius made their first contribution in #113
Full Changelog: 2.5.0...3.0.0
3.0.0a4
What's Changed
- chore(deps): bump docker/build-push-action from 6.2.0 to 6.3.0 in the all group by @dependabot in #130
- update to stac-fastapi 3.0.0b2 by @vincentsarago in #131
- pre-release 3.0.0a4 by @vincentsarago in #132
Full Changelog: 3.0.0a3...3.0.0a4
3.0.0a3
What's Changed
- chore(deps): bump docker/build-push-action from 5.4.0 to 6.1.0 in the all group by @dependabot in #126
- use quote_plus instead of quote by @ranchodeluxe in #122
- chore(deps): bump docker/build-push-action from 6.1.0 to 6.2.0 in the all group by @dependabot in #127
- pre-release 3.0.0a3 by @vincentsarago in #128
New Contributors
- @ranchodeluxe made their first contribution in #122
Full Changelog: 3.0.0a2...3.0.0a3
3.0.0a2
What's Changed
- chore(deps): bump the all group across 1 directory with 2 updates by @dependabot in #121
- update fields extension and make sure the app can work without any extension by @vincentsarago in #123
- chore(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 in the all group by @dependabot in #124
- pre-release 3.0.0a2 by @vincentsarago in #125
Full Changelog: 3.0.0a1...3.0.0a2
3.0.0a1
What's Changed
- update stac-fastapi and stac-pydantic requirements by @vincentsarago in #118
- pre-release 3.0.0a1 by @vincentsarago in #119
Full Changelog: 3.0.0a0...3.0.0a1
3.0.0a0
What's Changed
- update pgstac to 0.8.x by @vincentsarago in #107
- update stac-fastapi to next major version by @vincentsarago in #108
- pre-release 3.0.0a0 by @vincentsarago in #116
Full Changelog: 2.5.0...3.0.0a0