Releases: PythonistaGuild/TwitchIO
Releases · PythonistaGuild/TwitchIO
v2.1.0
This release brings a whole load of changes, please check the changelog on https://twitchio.readthedocs.org for a full list.
Major changes for this release include:
- Added the raw_usernotice event
- Added support for the predictions API
- added support for the schedules API
- Update the library to use the
iso8601
library to parse timestamps - fix Client.wait_for causing asyncio.InvalidState errors
- fix bug in ext.pubsub where
Pool.unsubscribe_topics
would error out due to an error - fix bug in ext.eventsub where the
ChannelBanData
model would attempt to access nonexistent attributes from the event payload
v2.0.6
Various bug fixes
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
Version 1.2.3
Fixes an issue with the User object containing mixed fields
Version 1.2.2
This release fixes Client.get_users
raising TypeError('__new__() takes 10 positional arguments but 11 were given',)