Skip to content

Version 0.5.1

Latest

Choose a tag to compare

@Mr0grog Mr0grog released this 19 Jun 16:39
ff7955e
  • The default rate limit for WaybackClient.search has 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 custom WaybackSession. (#208)

  • The timemap_calls_per_second parameter for WaybackSession has 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 by search_calls_per_second. You should now only use search_calls_per_second. (#208)

  • We’ve simplified the docs for the limit parameter of WaybackClient.search, since some of the Wayback Machine bugs it described workarounds for have been fixed. 🎉 (#209)