Releases: robotty/twitch-irc-rs
Releases · robotty/twitch-irc-rs
v0.3.0
This release was later yanked because the tokio 0.3 upgrade was incomplete. Multiple versions of tokio
were specified in the dependencies.
v0.2.1
v0.2.0
- Breaking: Renamed
Error::ClientClosed
toError::RemoteUnexpectedlyClosedConnection
to clarify intent - Minor: Added
event_id
toUserNoticeMessage
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
v0.1.1
- 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.