Version 0.3.0-alpha.10
·
56 commits
to master
since this release
Added
- Introduce
pipitor websub
subcommand to manage WebSub subscriptions.
Changed
- Default TLS backend is now
native-tls
. - Update to Tokio v1, Hyper v0.14.
- BREAKING:
credentials.toml
configuration file is merged intoPipitor.toml
. - BREAKING: Rename
websub.host
manifest key towebsub.callback
. - BREAKING: Use the path of
Manifest.websub.callback
as the WebSub callback prefix. - BREAKING: Use shorter WebSub callback URIs.
Subscriptions needs renewal. Runpipitor websub unsubscribe --all
before starting the bot for the first time after the update. - BREAKING: Change default values of the manifest:
twitter.stream
:true
twitter.list.delay
: 1 second
- Send
User-Agent
header when making HTTP requests. - BREAKING: Make
twitter
manifest key optional. - BREAKING: Database schema updates (needs migration).
Fixed
- Fix incorrect timing of renewal of WebSub subscriptions.