Releases: stac-utils/stac-fastapi
Releases · stac-utils/stac-fastapi
v2.5.2
What's Changed
- fix datetime validator by @jonhealy1 in #662
- Update for v2.5.2 by @jonhealy1 in #663
Full Changelog: 2.5.1...2.5.2
v2.5.1
v2.5.0
What's Changed
- Chore(deps): Bump actions/setup-python from 4 to 5 by @dependabot in #619
- WFS3 => OGC by @m-mohr in #628
- add benchmark by @vincentsarago in #650
- refactor docs by @vincentsarago in #651
- update benchmark names by @vincentsarago in #652
- add items link to inferred link relations by @StijnCaerts in #640
- Properly type bbox and datetime by @carderne in #490
base_url
usage on landing page by @zachcoleman in #635- Update collection update endpoint. by @rhysrevans3 in #631
- Allow intersects search to use GeometryCollection by @jpolchlo in #548
- add python 3.12 support and some docker cleanup by @vincentsarago in #654
- Adding queryables link to landing page by @constantinius in #587
- replace inexistent enum with string while we wait for stac-pydantic update by @vincentsarago in #656
- Configure the landing page id, description, etc. via env vars by @m-mohr in #639
- add deprecation warning for the ContextExtension by @vincentsarago in #658
- prepare release 2.5.0 by @vincentsarago in #659
New Contributors
- @zachcoleman made their first contribution in #635
- @rhysrevans3 made their first contribution in #631
- @constantinius made their first contribution in #587
Full Changelog: 2.4.9...2.5.0
v2.4.9
What's Changed
- Silence httpx warning by @gadomski in #577
- Ceil pydantic below 2 by @gadomski in #594
- Fix typos in doc by @keul in #596
- Handle x-forwarded-host header by @renzodf in #586
- Update extensions to latest versions by @StijnCaerts in #606
- CQL2-JSON filter conformance class link by @jonhealy1 in #612
- Allow specifying insert method for bulk transactions by @edkeeble in #614
- Add Elasticsearch backend by @vprivat-ads in #616
- release: v2.4.9 by @edkeeble in #618
New Contributors
- @renzodf made their first contribution in #586
- @vprivat-ads made their first contribution in #616
Full Changelog: 2.4.8...2.4.9
v2.4.8
v2.4.7
What's Changed
- Update request body types for Transaction Extension spec and client by @mmcfarland in #574
- Use ruff for pre-commit checks; replaces isort and flake8 by @jpolchlo in #549
- Release v2.4.7 by @gadomski in #575
New Contributors
Full Changelog: 2.4.6...2.4.7
v2.4.6
This is the first release after the backend breakout. stac-fastapi-pgstac and stac-fastapi-sqlalchemy now live as stand-alone repositories. This should be a zero-impact change for project that depend on these pacakges, as there have been no changes to functional code or the packaging layout.
In the coming days and weeks, we will be moving any backend-specific issues from this repo to their respective backend repos. One PR (#559) was closed, and its author was asked to re-open that PR on the backend repo.
What's Changed
- Remove backend repos by @gadomski in #555
- Update iso8601 requirement from ~=1.0.2 to >=1.0.2,<1.2.0 in /stac_fastapi/types by @dependabot in #570
- Bump actions/setup-python from 3 to 4 by @dependabot in #569
- Fix Github Pages deploy by @gadomski in #571
- Release v2.4.6 by @gadomski in #572
Changes that have been ported to stac-fastapi-pgstac
Backport PR: stac-utils/stac-fastapi-pgstac#22
- Improve logging of pgSTAC tests by @alukach in #564
- Add tooling to make customization of DB Connection possible by @alukach in #538
New Contributors
- @dependabot made their first contribution in #570
Full Changelog: 2.4.5...2.4.6
v2.4.5
2.4.4
What's Changed
- Allow url encoded queries by @gadomski in #504
- Correct path in register_update_item docstring by @bmcandr in #507
- Fixup changelog by @gadomski in #509
- Update pgstac to v0.6.12 by @gadomski in #511
- Use stac-api-validator in ci by @gadomski in #508
- Add 3.11 to test matrix by @geospatial-jeff in #500
- Update changelog for #508 by @gadomski in #512
- Bump pre-commit dep versions by @gadomski in #518
- [pgstac] Delete items using collection id by @gadomski in #520
- Rework update_openapi function. by @eseglem in #523
- Support intersects for GET requests by @gadomski in #521
- Replace values above limit with limit value. by @eseglem in #526
- Increase wait timeout when loading the demo dataset by @pjhartzell in #529
- [sqlalchemy] Return 404 for missing collection on /items by @gadomski in #528
- Add backend-specific dockerfiles, publish images by @gadomski in #525
- Fix for tags for ghcr images in README by @gadomski in #531
- Add nginx service as second docker-compose stack by @geospatial-jeff in #503
- Remove tox by @gadomski in #536
- Update filter conformance uris by @gadomski in #540
- Update pgstac to v0.7.1 by @gadomski in #535
- Remove incorrect needs by @gadomski in #542
- Release v2.4.4 by @gadomski in #543
New Contributors
- @bmcandr made their first contribution in #507
- @eseglem made their first contribution in #523
- @pjhartzell made their first contribution in #529
Full Changelog: 2.4.3...2.4.4