Skip to content

0.93.0

Compare
Choose a tag to compare
@lupko lupko released this 04 May 10:41
· 20 commits to master since this release
  • Allow timeout_override on all calls
    • The timeout specified when client is created is used by default for all calls
    • On per-call basis, it is possible to override this and use different value
    • You may find this useful if you normally keep the timeouts low and aggressive but then have
      a few outlier calls that are expected to take longer.