-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add numberReturned and numberMatched fields to ItemCollection #254
Conversation
f06c0a6
to
37e5f5f
Compare
@bitner please review and let me know whether you believe we should also consider updating |
thanks @drnextgis 🙏 |
@drnextgis This looks great, if you are up to changing in collection_search as well, that would be awesome. I don't have strong feelings about this, but do we want an option to use the deprecated context still for any clients that continue to expect that? |
|
I don't have strong feelings either. Documenting it as a backwards incompatible change in the changelog should suffice. In stac-pydantic it was removed by @vincentsarago. |
The ContextExtension is deprecated and will be removed in next version of stac-fastapi stac-utils/stac-fastapi#649 |
Sounds good, when we kick out a release with this, I'll bump it up to 0.9
to reflect the breaking change.
…On Thu, Apr 11, 2024 at 3:20 AM Vincent Sarago ***@***.***> wrote:
I don't have strong feelings either. Documenting it as a backwards
incompatible change in the changelog should suffice. In stac-pydantic it
was stac-utils/stac-pydantic#138
<stac-utils/stac-pydantic#138> by @vincentsarago
<https://github.com/vincentsarago>.
The ContextExtension is deprecated and will be removed in next version of
stac-fastapi stac-utils/stac-fastapi#649
<stac-utils/stac-fastapi#649>
—
Reply to this email directly, view it on GitHub
<#254 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABIHXA34DSSD7OUZTPDAG3Y4ZBUXAVCNFSM6AAAAABF7KDVBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBZGE3TINJWG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
************************************
David William Bitner
dbSpatial LLC
612-578-9553
|
**Related Issue(s):** - radiantearth/stac-api-spec#396 - stac-utils/pgstac#254 **Description:** **PR Checklist:** - [x] Code is formatted and linted (run `pre-commit run --all-files`) - [x] Tests pass (run `make test`) - [x] Documentation has been updated to reflect changes, if applicable - [x] Changes are added to the changelog
ref: radiantearth/stac-api-spec#396
ref: stac-utils/stac-fastapi#478
The context extension is deprecated.