Releases: stac-utils/stac-fastapi-pgstac
Releases · stac-utils/stac-fastapi-pgstac
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
2.5.0
What's Changed
- chore(deps): bump actions/deploy-pages from 3 to 4 by @dependabot in #77
- chore(deps): bump docker/metadata-action from 5.3.0 to 5.4.0 by @dependabot in #76
- chore(deps): bump actions/upload-pages-artifact from 2 to 3 by @dependabot in #75
- chore(deps): bump docker/metadata-action from 5.4.0 to 5.5.0 by @dependabot in #78
- chore(deps): bump actions/configure-pages from 4 to 5 by @dependabot in #94
- chore(deps): bump docker/build-push-action from 5.1.0 to 5.3.0 by @dependabot in #91
- group dependabots updates by @vincentsarago in #95
- chore(deps): bump the all group with 2 updates by @dependabot in #99
- refactor tests suite in order to run it locally outside docker by @vincentsarago in #102
- Configurable server_settings by @drnextgis in #92
- Update for stac-fastapi v2.5.x by @jonhealy1 in #101
- update pre-commit and use ruff for linting/formating by @vincentsarago in #105
- v2.5.0 release by @jonhealy1 in #106
New Contributors
- @drnextgis made their first contribution in #92
Full Changelog: 2.4.11...2.5.0
v2.4.11
What's Changed
- Bump pgstac to v0.7.10 by @gadomski in #56
- Fix filter extension test names, descriptions by @jonhealy1 in #63
- Allow upserting data via bulk transaction requests by @edkeeble in #64
- add upper bounds for pytest-asyncio version by @vincentsarago in #74
- Release v2.4.11 by @edkeeble in #68
New Contributors
- @jonhealy1 made their first contribution in #63
- @edkeeble made their first contribution in #64
- @vincentsarago made their first contribution in #74
Full Changelog: 2.4.10...2.4.11
v2.4.10
What's Changed
- updated dockerfile cmd by @geomatician in #52
- Release v2.4.10 by @gadomski in #53
New Contributors
- @geomatician made their first contribution in #52
Full Changelog: 2.4.9...2.4.10