v1.0.0-beta.9
Pre-release
Pre-release
github-actions
released this
29 Nov 12:20
·
1202 commits
to beta
since this release
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 toexpirationSec
and the value should beseconds
instead of
milliseconds
,offerFetchingInterval
toofferFetchingIntervalSec
.
The demand configuration will now throw an error if any of these values
will not be a positive integer.