Skip to content

v1.0.1

Choose a tag to compare

@dzmitry-duboyski dzmitry-duboyski released this 20 Sep 17:16
· 25 commits to main since this release

v1.0.1

Fixed

  • solve() polling now follows the API recommendations: it waits before the first getTaskResult call, and the default polling_interval is 5 seconds (was 3).
  • The timeout deadline uses a monotonic clock, and the last sleep is clipped so solve() never overshoots the deadline.

Full Changelog: v1.0.0...v1.0.1