Releases: stac-utils/stac-fastapi
Releases · stac-utils/stac-fastapi
6.0.0
What's Changed
- remove cql-json support by @vincentsarago in #840
- add type checking by @vincentsarago in #842
- Fix import for latest stac_pydantic version by @lukasbindreiter in #844
- Patch endpoints by @rhysrevans3 in #744
- move transaction clients and models to the extensions module by @vincentsarago in #846
- update filter extension conformance classes by @vincentsarago in #845
- Release/v6.0.0 by @vincentsarago in #848
Full Changelog: 5.2.1...6.0.0
5.2.0
What's Changed
- switch to mkdocstring by @vincentsarago in #816
- add enable_direct_response option by @vincentsarago in #817
- chore: README: update backends list and wordsmithing by @philvarner in #820
- fix: fix assign to type instead of annotation in add_route_dependencies by @philvarner in #822
- fix: tweaks to docker files and rename compose by @philvarner in #821
- remove defaults in openapi schema by @vincentsarago in #819
- add health endpoint by @vincentsarago in #825
- improve typing by @vincentsarago in #826
- Release/v5.2.0 by @vincentsarago in #829
Full Changelog: 5.1.1...5.2.0
5.1.0
What's Changed
- remove child links (collections) in landing page response by @vincentsarago in #798
- Patch/add titles in links by @vincentsarago in #805
- Release/v5.1.0 by @vincentsarago in #806
Full Changelog: 5.0.3...5.1.0
5.0.3
What's Changed
- fix collection-search POST model by @vincentsarago in #803
- refactor: enhance assert bbox length with descriptive message by @sbrunato in #800
- Release/v5.0.3 by @vincentsarago in #804
New Contributors
Full Changelog: 5.0.2...5.0.3
5.0.2
What's Changed
- [Patch] forward
prefix
toItemCollectionFilterExtension.router
by @vincentsarago in #796
Full Changelog: 5.0.1...5.0.2
5.0.1
5.0.0
What's Changed
- refactored conformance classes for extensions by @vincentsarago in #790
- forward
StacApi.title
,StacApi.api_version
andStac.Api.description
to the FastAPI application by @vincentsarago in #793 - Release/v5.0.0 by @vincentsarago in #794
Full Changelog: 4.0.1...5.0.0
4.0.1
What's Changed
- Support forwarded headers that do not contain a host key by @lukasbindreiter in #788
- return Sorted conformances classes by @vincentsarago in #787
- Release/v4.0.1 by @vincentsarago in #789
Full Changelog: 4.0.0...4.0.1
4.0.0
What's Changed
- keep datetime as string type in GET Request models by @vincentsarago in #780
- rename
filter
tofilter_expr
to avoid python method conflict by @vincentsarago in #784 - Support multiple proxy servers in Forwarded header parsing by @lukasbindreiter in #782
- Release/v4.0.0 by @vincentsarago in #786
New Contributors
- @lukasbindreiter made their first contribution in #782
Full Changelog: 3.0.5...4.0.0
3.0.5
What's Changed
- remove warning to
from_extensions
method by @vincentsarago in #776 - Release/v3.0.5 by @vincentsarago in #777
Full Changelog: 3.0.4...3.0.5