Skip to content

Support backoff integer parameter

Latest

Choose a tag to compare

@amitfin amitfin released this 10 Jan 20:30

The backoff parameter can be specified as either dynamic (using a template) or constant. Previously, constant values had to be provided as strings (for example, "10"). As of this release, constant values may also be provided as integers (for example, 10).

Full Changelog: v4.1.2...v4.1.3