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
Removed the urls field on the browse query. It turns out the only supported parameter, resource, actually performs a lookup – it returns a single matching URL entity or nothing, never a list. There is no way to browse URLs in the same manner as other entities. So a resource argument was added to the existing url field on the lookup query instead, meaning URLs can now be looked up by either mbid or resource.
The URLString scalar, used for fields and arguments involving URL entities, now has very basic validation.
Removed methods from the internal RateLimit class that were never used anywhere: pause, unpause, and clear.