Releases: PythonistaGuild/TwitchIO
V3.0.0b2
Warning
This is a BETA release.
The first BETA release of TwitchIO version 3.
The changelog is too large to include here, please see the migrating guide:
https://twitchio.dev/en/latest/getting-started/migrating.html
Note
The migrating guide is a current work in progress.
Documentation:
https://twitchio.dev/en/latest/
Discord:
https://discord.gg/RAKc3HF
Installing:
https://twitchio.dev/en/latest/getting-started/installing.html
Quickstart:
https://twitchio.dev/en/latest/getting-started/quickstart.html
Special thanks to everyone throughout the Alpha testing stages <3
V2.10.0
V2.9.1
Small bug fix to actually fix the eventsub bad frame reconnect
V2.9.0
V2.9:
- Fixed a crash in ext.eventsub with a bad assertion
- Fixed a crash in ext.eventsub when a known bad frame is received
- Fixed
event_token_expired
refreshed tokens not applying to request that called the hook - Added PartialUser.fetch_moderated_channels
- Added PartialUser.fetch_ad_schedule
- Added PartialUser.snooze_ad
- Added PartialUser.fetch_user_emotes
V2.8.2
This is a bugfix release for ext.commands raising an internal error when using internal converters.
V2.8.1
This is a bugfix for a proccessing issue in get_context
when no command exists.
V2.8.0
Welcome to the last feature release of TwitchIO V2!
This will be the last release with new features for the current development cycle of TwitchIO. Beyond this release, we will continue to make releases for bugfixes and new twitch changes to existing features (or notable/important features). However, we will no longer be developing new library features for V2 as we go full tilt into development on V3.
Additions in version 2.8:
- Added new follower/followed endpoints on PartialUser. You will need to migrate to these as Twitch is removing the old follow endpoints.
- Added is_featured parameter for PartialUser.fetch_clips, and attribute for Clip model
- Added support for the following typing constructs in ext.commands command signatures:
Union[A, B]
/A | B
Optiona[T]
/T | None
Annotated[T, converter]
- Added a walkthrough of command creation in the docs.
P.S. We fixed the ReadTheDocs config file, so you'll actually get doc builds this time.
V2.7.0
Version 2.7
version 2.7 brings some long awaited features, such as websocket support for eventsub, and content classification labels.
We've also squashed some more bugs, and added other new twitch features.
Here's a short list of major changes:
- Added
PartialUser.fetch_charity_campaigns
and charity donate events to eventsub. - Added new parameters to
PartialUser.modify_stream
foris_branded_content
andcontent_classification_labels
. - Fixed
CustomReward.edit
to be able to enable the reward. - Added two new events:
event_notice
andevent_raw_notice
for notice events from IRC. - Added
Message.hype_chat_data
for messages that contain hype chat information. - Fixed a reconnect loop when the IRC server sent a RECONNECT message.
- Bumped [speed] and [sound] deps to latest versions.
- Updated the HTTPException message to provide useful information instead of generic errors
And more! See the full changelog: https://twitchio.dev/en/latest/changelog.html
V2.6.0
This release has various additions and bug fixes for the core lib and the eventsub + pubsub exts.
These release notes are simply a brief. To view the full changelog, visit https://twitchio.dev/en/latest/changelog.html
General additions:
- Added shield mode support to PartialUser and eventsub
- Added followed streams support to PartialUser
- Added shoutout support to PartialUser and eventsub
- Added
type
arg to Client.fetch_streams - Added support for ciso8601 when installed
- Added
speed
flag to install available c-based speedups:pip install twitchio[speed]
- Added support for follows V2 in eventsub. This is the main way to subscribe to follow events now.
- Added auth_fail_hook and reconnect_hook to PubSubPool
Bug fixes:
- PartialUser.fetch_bits_leaderboard not handling started_at arg properly.
- Fix auto-reconnect logic of IRC websocket
- implicitly remove newlines in chat messages
- fixed RECONNECT event in pubsub websocket
Deprecations:
- EventSubClient.subscribe_channel_follows. Use EventSubClient.subscribe_channel_follows_v2