Skip to content

v3.2.0

Compare
Choose a tag to compare
@kleinfreund kleinfreund released this 27 Nov 18:28
· 44 commits to main since this release

3.2.0 (2021-11-27)

Features

  • Adds support for providing a delay function which returns the delay value allowing customization of the polling interval. This can be utilized to implement polling with exponential backoff (i.e. where the polling interval steadily increases over time).