Skip to content

Releases: robotty/twitch-irc-rs

v0.3.0

24 Nov 13:07
7701ca1
Compare
Choose a tag to compare

This release was later yanked because the tokio 0.3 upgrade was incomplete. Multiple versions of tokio
were specified in the dependencies.

  • Minor: Updated to tokio v0.3. (#48)
  • Minor: Added a new config option to specify connect timeout. (#48)
  • Bugfix: Fixed client sporadically locking up as a result of the TLS connection setup not having a timeout. (#48)

v0.2.1

03 Oct 22:35
8f232c8
Compare
Choose a tag to compare
  • Bugfix: Fixed compile error when default features were disabled. (#21)

v0.2.0

21 Aug 14:54
Compare
Choose a tag to compare
  • Breaking: Renamed Error::ClientClosed to Error::RemoteUnexpectedlyClosedConnection to clarify intent
  • Minor: Added event_id to UserNoticeMessage to allow parsing undocumented types of events.
  • Minor: Client previously returned Error::ClientClosed in cases where that error wasnt appropriate (when the client was closed due to some other error that had occurred previously) - the error that caused a connection to close down is now kept as long as needed and every time the connection is used after this error, a clone of the original cause is returned.
  • Bugfix: Fixed UserStateMessage not being exported (pub).

v0.1.2

20 Aug 20:35
Compare
Choose a tag to compare
  • Bugfix: Include all features in the documentation on docs.rs.

v0.1.1

20 Aug 20:25
Compare
Choose a tag to compare
  • Minor: Gracefully work around a Twitch bug regarding emote indices.
  • Bugfix: Fixed possible issue with messages getting sent out in the wrong order after connection setup.

v0.1.0

19 Aug 19:43
Compare
Choose a tag to compare

Initial release.