Summary
A seller's badge is blocked because a rate-limit grading fix that shipped in 3.1.15 exists only in package_only_versions, not published_versions. Hosted grading (including manual "Test" runs) resolves a "3.1" target to a cached 3.1.13, which still hard-fails the same rate-limit step the fix was meant to resolve.
Details
Ask
- Decide whether to promote 3.1.15 to
published_versions so hosted grading picks up the fix.
- If immediate promotion isn't viable, is there a seller opt-in path to grade against a
package_only_versions release in the interim?
Impact
Blocks badge issuance for otherwise-conformant sellers whenever a fix lands in package_only_versions before being promoted — likely affects more than just this one case if the promotion cadence lags behind package releases.
Reported via
Escalation #542 (Ilya Demidenko), follow-up on escalation #518.
Summary
A seller's badge is blocked because a rate-limit grading fix that shipped in 3.1.15 exists only in
package_only_versions, notpublished_versions. Hosted grading (including manual "Test" runs) resolves a "3.1" target to a cached 3.1.13, which still hard-fails the same rate-limit step the fix was meant to resolve.Details
package_only_versionsbut not inpublished_versions.published_versions, so it still uses cached 3.1.13 behavior — which hard-fails the rate-limit step even though the seller's agent is otherwise conformant.Ask
published_versionsso hosted grading picks up the fix.package_only_versionsrelease in the interim?Impact
Blocks badge issuance for otherwise-conformant sellers whenever a fix lands in
package_only_versionsbefore being promoted — likely affects more than just this one case if the promotion cadence lags behind package releases.Reported via
Escalation #542 (Ilya Demidenko), follow-up on escalation #518.