Closed jamietanna closed 4 months ago
Hi @jamietanna! The v3alpha API now reports versions marked as deprecated upstream using the same ecosystem-specific logic as the deps.dev website. This applies to the following endpoints: GetPackage, GetVersion, GetVersionBatch, Query, PurlLookup, and PurlLookupBatch. Thanks for reporting this issue! Please let us know if you have any questions or find any further issues.
Thank you :purple_heart:
I recently pushed a deprecation of a Go module (https://github.com/deepmap/oapi-codegen/blob/v1.16.3/go.mod#L1-L2) and I can see that the deprecation is shown on i.e. https://deps.dev/go/github.com%2Fdeepmap%2Foapi-codegen/v1.16.2 correctly:
However, this doesn't appear to be possible to interrogate via the API.
I.e.
I couldn't see this on
v3alpha
nor onv3
APIs.