This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
Releases: pajbot/tweet-provider
Releases · pajbot/tweet-provider
v0.1.4
v0.1.3
- Update underlying dependencies (e.g. tokio from 0.3 to 1.5)
v0.1.2
- 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
- Initial release