What's wrong with this entry?
Anonymous. No account, no email.
The rate limit status now includes time-based information:
// Previous version
{ status: "limited" }
// New version
{
status: "limited",
hoursTillReset: 3 // Hours until rate limit resets
}
This provides users with better visibility into when they can resume using the service.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.