Releases: stac-utils/stac-fastapi
Releases · stac-utils/stac-fastapi
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
3.0.4
What's Changed
- add numberMatched/Returned properties in model by @vincentsarago in #759
- add numberMatch and numberReturned in Collections model by @vincentsarago in #760
- update stac-version by @vincentsarago in #762
- update CORS documentation by @vincentsarago in #764
- add python 3.13 support by @vincentsarago in #770
- feature: add root_path settings to the default fastapi application by @vincentsarago in #769
- add more datetime tests - issue768 by @vincentsarago in #771
- return more information when pydantic raise validation error by @vincentsarago in #772
- deprecate post_request_model in
BaseCoreClient
andAsyncBaseCoreClient
by @vincentsarago in #773 - Release/v3.0.4 by @vincentsarago in #774
Full Changelog: 3.0.3...3.0.4