Skip to content

Version 0.3.0-alpha.10

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 15:52
· 56 commits to master since this release
v0.3.0-alpha.10
6c2feb2

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 into Pipitor.toml.
  • BREAKING: Rename websub.host manifest key to websub.callback.
  • BREAKING: Use the path of Manifest.websub.callback as the WebSub callback prefix.
  • BREAKING: Use shorter WebSub callback URIs.
    Subscriptions needs renewal. Run pipitor 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.