Skip to content

v1.0.0-beta.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 12:20
· 1202 commits to beta since this release
f6e3988

1.0.0-beta.9 (2023-11-29)

Features

  • activities can last longer than 30 minutes (c2b5f2b)

BREAKING CHANGES

  • DemandOptions properties renamed: expiration got
    renamed to expirationSec and the value should be seconds instead of
    milliseconds, offerFetchingInterval to offerFetchingIntervalSec.
    The demand configuration will now throw an error if any of these values
    will not be a positive integer.