You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AsyncBaseCoreClient#item_collection receives a None token in 3.0.0b1 and 3.0.0b2 when token is provided as a query string parameter. The minimum repro case asserts token is not Nonehere when hitting /collections/collection_id/items?token=query-string-token-value. The test passes in 3.0.0a4 but fails in 3.0.0b1 or 3.0.0b2.
To test execute scripts/test.sh. The test hits the same endpoint across three different versions of stac-fastapi:
3.0.0a4
3.0.0b1
3.0.0b2
I assume this is related to one or more of #714, #717, #718, #729.
The text was updated successfully, but these errors were encountered:
@captaincoordinates yeah sorry about that, this changed came late into the dev phase, we decided to go from alpha to beta to raise awareness about change between versions but we could have make this better I guess
Minimum repro case here.
AsyncBaseCoreClient#item_collection
receives aNone
token in 3.0.0b1 and 3.0.0b2 when token is provided as a query string parameter. The minimum repro case assertstoken is not None
here when hitting/collections/collection_id/items?token=query-string-token-value
. The test passes in 3.0.0a4 but fails in 3.0.0b1 or 3.0.0b2.To test execute scripts/test.sh. The test hits the same endpoint across three different versions of stac-fastapi:
I assume this is related to one or more of #714, #717, #718, #729.
The text was updated successfully, but these errors were encountered: