aiarena / aiarena-stream

GNU General Public License v3.0
42 stars 5 forks source link

Bump twitchio from 1.0.0 to 2.1.4 #68

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps twitchio from 1.0.0 to 2.1.4.

Release notes

Sourced from twitchio's releases.

v2.1.4

2.1.4

  • TwitchIO

    • Chatter.is_mod now uses name instead of display_name
    • Added ChannelInfo to slots
    • Remove loop= parameter for asyncio.Event in websocket for 3.10 compatibility
  • ext.eventsub

    • ChannelCheerData now returns user if is_anonymous is False else None

v2.1.3

2.1.3

  • Twitchio

    • Fix bug where chatter never checked for founder in is_subscriber
    • Fix rewards model so it can now handle pubsub and helix callbacks
  • ext.commands

    • Fix TypeError in Bot.from_client_credentials
  • GitHub Workflows

    • Added automatic version handling via release tag.
    • Added TwitchIO Manager bot

v2.1.2

  • Add Chatter.mention
  • Re-add raw_usernotice from V1.x
  • Fix echo messages for replies
  • Fix a bug where the wrong user would be whispered
  • Fix a bug inside User.modify_stream where the game_id key would be specified as "None" if not provided (GH#237)
  • Add support for teams and channelteams API routes
    • Team, ChannelTeams
    • Client.fetch_teams
    • PartialUser.fetch_channel_teams
  • Fix issue where Bot.from_client_credentials would result in an inoperable Bot instance (GH#239)
  • Added ext.pubsub.Websocket.pubsub_error to support being notified of pubsub errors
  • Added ext.pubsub.Websocket.pubsub_nonce to support being notified of pubsub nonces
  • Patch 2.1.1 bug which breaks library on 3.7 for ext.eventsub

v2.1.1

This release fixes library compatibility with python 3.7

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

... (truncated)

Changelog

Sourced from twitchio's changelog.

2.1.4

  • TwitchIO
    • Chatter.is_mod now uses name instead of display_name
    • Added ChannelInfo to slots
    • Remove loop= parameter for asyncio.Event in websocket for 3.10 compatibility

-ext.eventsub - ChannelCheerData now returns user if is_anonymous is False else None

2.1.3

  • TwitchIO

    • Fix bug where chatter never checked for founder in is_subscriber
    • Fix rewards model so it can now handle pubsub and helix callbacks
  • ext.commands

    • Fix TypeError in Bot.from_client_credentials

2.1.2

New logo!

  • TwitchIO

    • Add :func:Chatter.mention
    • Re-add raw_usernotice from V1.x
    • Fix echo messages for replies
    • Fix a bug where the wrong user would be whispered
    • Fix a bug inside :func:User.modify_stream where the game_id key would be specified as "None" if not provided (GH#237)
    • Add support for teams and channelteams API routes
      • :class:Team, :class:ChannelTeams
      • :func:Client.fetch_teams
      • :func:PartialUser.fetch_channel_teams
  • ext.commands

    • Fix issue where Bot.from_client_credentials would result in an inoperable Bot instance (GH#239)
  • ext.pubsub

    • Added :func:ext.pubsub.Websocket.pubsub_error to support being notified of pubsub errors
    • Added :func:ext.pubsub.Websocket.pubsub_nonce to support being notified of pubsub nonces
  • ext.eventsub

    • Patch 2.1.1 bug which breaks library on 3.7 for ext.eventsub

2.1.1

  • TwitchIO
    • Patch a bug introduced in 2.1.0 that broke the library on python 3.7

2.1.0

... (truncated)

Commits


Dependabot compatibility score

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)