Releases: stac-utils/stac-fastapi
Releases · stac-utils/stac-fastapi
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
3.0.3
What's Changed
- Removed
cql2-text
in supportedfilter-lang
forFilterExtensionPostRequest
model by @vincentsarago in #755 - add
OffsetPaginationExtension
extension by @vincentsarago in #757 - Release/v3.0.3 by @vincentsarago in #758
Full Changelog: 3.0.2...3.0.3
3.0.2
What's Changed
- add from_extensions class method to create CollectionSearch extensions classes by @vincentsarago in #745
- Release/v3.0.2 by @vincentsarago in #752
Full Changelog: 3.0.1...3.0.2
3.0.1
What's Changed
- revert to fastapi and update version by @vincentsarago in #746
Full Changelog: 3.0.0...3.0.1