Skip to content

Releases: crawlbase/crawlbase-ruby

Added configurable timeout for API requests

26 Jun 14:13

Choose a tag to compare

This release adds support for setting a custom timeout on API requests, which helps avoid unexpected timeouts (see #3).

What's Changed:

  • Added timeout option to Crawlbase::API initializer.
  • The timeout sets both open and read timeouts for Net::HTTP.
  • Default timeout is 90 seconds, based on Crawlbase’s recommendation.
  • Added tests to make sure the timeout works as expected.

Let us know if you run into anything.

Initial rebranding release

05 Jul 05:52

Choose a tag to compare

v1.0.0

Initial rebranding release