Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump twitchapi from 3.11.0 to 4.1.0 #965

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps twitchapi from 3.11.0 to 4.1.0.

Release notes

Sourced from twitchapi's releases.

v4.1.0

Twitch

  • Removed the deprecated Endpoint "Get Users Follows"
  • Removed the deprecated bits related fields from Poll Endpoint data

EventSub

  • Duplicate Webhook messages will now be ignored

  • EventSub will now recover properly from a disconnect when auth token is expired

  • Added the following new Topics:

    • "Channel Chat Clear"
    • "Channel Chat Clear User Messages"
    • "Channel Chat Message Delete"
    • "Channel Chat Notification"
  • Removed the deprecated version 1 of topic "Channel Follow"

Chat

  • Improved recovery from broken network connection (thanks @​Latent-Logic )
  • Added ChatMessage.is_me flag
  • Fixed parsing of messages using the /me chat command

OAuth

  • Added the following new AuthScopes:
    • AuthScope.CHANNEL_BOT
    • AuthScope.USER_BOT
    • AuthScope.USER_READ_CHAT

v4.0.0

This is a major release, please see https://pytwitchapi.dev/en/v4.0.0/v4-migration.html for a migration guide!

Keystone Features

Twitch

... (truncated)

Changelog

Sourced from twitchapi's changelog.

:orphan:

Changelog


Version 4.1.0


Twitch

  • Removed the deprecated Endpoint "Get Users Follows"
  • Removed the deprecated bits related fields from Poll Endpoint data

EventSub

  • Duplicate Webhook messages will now be ignored

  • EventSub will now recover properly from a disconnect when auth token is expired

  • Added the following new Topics:

    • "Channel Chat Clear" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_chat_clear()
    • "Channel Chat Clear User Messages" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_chat_clear_user_messages()
    • "Channel Chat Message Delete" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_chat_message_delete()
    • "Channel Chat Notification" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_chat_notification()
  • Removed the deprecated version 1 of topic "Channel Follow"

Chat

  • Improved recovery from broken network connection (thanks https://github.com/Latent-Logic )
  • Added :const:~twitchAPI.chat.ChatMessage.is_me flag to :const:~twitchAPI.chat.ChatMessage
  • Fixed parsing of messages using the :const:/me chat command

OAuth

  • Added the following new AuthScopes:

    • :const:~twitchAPI.type.AuthScope.CHANNEL_BOT
    • :const:~twitchAPI.type.AuthScope.USER_BOT
    • :const:~twitchAPI.type.AuthScope.USER_READ_CHAT

Version 4.0.1


... (truncated)

Commits
  • 4ce497a build: bump version to 4.1.0
  • 6f22455 refactor: renamed Message Fragment Metadata Objects to better reflect their p...
  • e625f38 docs: updated dev changelog
  • ba381f0 feat: added new EventSub topic "Channel Chat Notification" (#274)
  • 91de8f4 feat: added new EventSub topic "Channel Chat Message Delete" (#274)
  • ea3438f feat: added new EventSub topic "Channel Chat Clear User Messages" (#274)
  • e343851 feat: added new EventSub topic "Channel Chat Clear" (#274)
  • b4ac336 feat: added new chat related auth scopes (#274)
  • f3dbedf fix(Chat) allow the /me detection to work on all mesages
  • 58dd4d5 chore: removed left over debug logging
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 20, 2023
@dependabot dependabot bot requested a review from aw-was-here November 20, 2023 15:13
Bumps [twitchapi](https://github.com/Teekeks/pyTwitchAPI) from 3.11.0 to 4.1.0.
- [Release notes](https://github.com/Teekeks/pyTwitchAPI/releases)
- [Changelog](https://github.com/Teekeks/pyTwitchAPI/blob/master/docs/changelog.rst)
- [Commits](Teekeks/pyTwitchAPI@v3.11.0...v4.1.0)

---
updated-dependencies:
- dependency-name: twitchapi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/twitchapi-4.1.0 branch from ac16a64 to 4242179 Compare December 17, 2023 21:54
Copy link
Author

dependabot bot commented on behalf of github Feb 5, 2024

Superseded by #999.

@dependabot dependabot bot closed this Feb 5, 2024
@dependabot dependabot bot deleted the dependabot/pip/twitchapi-4.1.0 branch February 5, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants