Skip to content

Commit

Permalink
Merge branch 'master' into dev/3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jan 27, 2025
2 parents 189115a + da59652 commit 42ed93c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
3 changes: 3 additions & 0 deletions docs/getting-started/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ The changelog for this version is too large to display. Please see :ref:`Migrati
- :class:`~twitchio.ChannelFollowerEvent`
- :class:`~twitchio.ChannelFollowingEvent`
- New optional ``is_featured`` query parameter for :func:`~twitchio.PartialUser.fetch_clips`
- New optional ``is_featured`` query parameter for :func:`~twitchio.PartialUser.fetch_clips`
- New attribute :attr:`~twitchio.Clip.is_featured` for :class:`~twitchio.Clip`

- Bug fixes
Expand Down Expand Up @@ -159,13 +160,15 @@ The changelog for this version is too large to display. Please see :ref:`Migrati
- Added :attr:`~twitchio.ChannelInfo.content_classification_labels` and :attr:`~twitchio.ChannelInfo.is_branded_content` to :class:`~twitchio.ChannelInfo`
- Added new parameters to :func:`~twitchio.PartialUser.modify_stream` for ``is_branded_content`` and ``content_classification_labels``


- Bug fixes
- Fix :func:`~twitchio.Client.search_categories` due to :attr:`~twitchio.Game.igdb_id` being added to :class:`~twitchio.Game`
- Made Chatter :attr:`~twitchio.Chatter.id` property public
- :func:`~twitchio.Client.event_token_expired` will now be called correctly when response is ``401 Invalid OAuth token``
- Fix reconnect loop when Twitch sends a RECONNECT via IRC websocket
- Fix :func:`~twitchio.CustomReward.edit` so it now can enable the reward


- Other Changes
- Updated the HTTPException to provide useful information when an error is raised.

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sphinxcontrib-asyncio
sphinxcontrib-websupport
Pygments
sphinx-hoverxref
sphinxcontrib_trio
sphinxcontrib_trio

0 comments on commit 42ed93c

Please sign in to comment.