Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Releases: pajbot/tweet-provider

v0.1.4

27 May 11:46
7bf1768
Compare
Choose a tag to compare
  • Fixed an issue where the backoff when connections fail can overflow and cause the delay to be 0s, causing connections to be spammed. (#382)
  • Migrated from structopt to clap v3. (#255)

v0.1.3

08 May 15:53
Compare
Choose a tag to compare
  • Update underlying dependencies (e.g. tokio from 0.3 to 1.5)

v0.1.2

09 Jul 22:04
Compare
Choose a tag to compare
  • Add a configuration option to always restart the twitter stream consumer whenever the set of requested follows changes, as opposed to only doing it when changes are additive. In the configuration file: twitter.always_restart = true, in command line arguments: --twitter-always-restart, in environment variables: PAJBOT_TWITTER_ALWAYS_RESTART=<anything>. (#20)
  • Send close frames when the application shuts down (#21)

v0.1.1

04 Jul 13:49
Compare
Choose a tag to compare
  • Initial release