Added retain_cache kwarg to Client and Bot. Default is True.
Added support for poll endpoints
fixed some bugs related to initial_channels
fixed the issues with ext.commands cooldown buckets always using the global bucket
fixed an issue with ext.commands.Bot.reload_module failing to reinstate the old module if an error occurred while reloading
2.2.0
Version 2.2.0
2.2.0 brings some exciting new features to TwitchIO, along with our usual span of bugfixes. The full changelog can be found at https://twitchio.dev, but here's some highlights:
more eventsub models! channel polls and predictions have both been implemented
more pubsub models! channel subscriptions are now covered by pubsub
Fixed pagination logic! This means that requests that ask for more than the default limit will now actually receive those extra responses
aiohttp requirements have been relaxed to include 3.8.1
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 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)
Bumps twitchio from 2.1.4 to 2.3.0.
Release notes
Sourced from twitchio's releases.
Changelog
Sourced from twitchio's changelog.
... (truncated)
Commits
76c065e
version bumpdc3cc3f
Fix CustomRewardRedemption (#300)4065804
Black formatting16b76f3
Update copyrighte3df123
Add first kwarg for get_redemption7a46bd1
If the cache hasn't populated, assume we are not a moderator yet.49fa07e
Add event_channel_joined event to client and websocket.1ebff0f
Change retain_cache default value to Truea2d952d
Track callback event_name separatelyb2341b7
Black FormatDependabot 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 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)