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 for is_branded_content and content_classification_labels.
Fixed CustomReward.edit to be able to enable the reward.
Added two new events: event_notice and event_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
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on twitchio to permit the latest version.
Release notes
Sourced from twitchio's releases.
Changelog
Sourced from twitchio's changelog.
... (truncated)
Commits
ad4b738
missing annotations importb21e681
update publish scripta4206c8
version bump85b1146
update changelog7406289
add reprdc09807
run black3b13fe9
add get charity campaigns856d383
add charity events to eventsub9937590
update http errors to provide useful informationaa5ac20
Merge pull request #414 from PythonistaGuild/feature/ws-eventsubDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show