Version 0.3.0-alpha.9
-
Support JSON manifest format.
-
Dhall support is now optional behind a Cargo feature (disabled by default).
-
You can disable listening of Twitter Streaming API via
twitter.streammanifest key. -
twitter.list.delaymanifest value is now ofDurationtype, instead of a number of milliseconds.
Value of Duration type can either be a (natural) number of seconds (not available in Dhall schema) or a map like {secs = 1, nanos = 500000000} (1 sec and 500 millisecs).
The Dhall schema provides some utility functions to construct Duration values.
-
Added
twitter.list.intervalmanifest key to specify theDurationof intervals between list timelline requests. -
Added
websub.renewal_marginmanifest key to specify the timing of renewal of expiring WebSub subscriptions. The value is aDurationbetween the timing of renewal and the subscription's expiration time. -
manifest::Outbox::Nonevariant was removed.
Use an empty list of Outboxes instead.
manifest::TwitterList.delayis now astd::time::Duration.