-
The default rate limit for
WaybackClient.searchhas been reduced to 24 requests/minute in order to match the actual hard limits now set on Wayback Machine servers. You can still customize rate limits by using a customWaybackSession. (#208) -
The
timemap_calls_per_secondparameter forWaybackSessionhas been deprecated and will be removed in v0.6.0. The API it handled rate limiting for is now the same service and shares the same rate limiting as the one handled bysearch_calls_per_second. You should now only usesearch_calls_per_second. (#208) -
We’ve simplified the docs for the
limitparameter ofWaybackClient.search, since some of the Wayback Machine bugs it described workarounds for have been fixed. 🎉 (#209)