Skip to content

V2.8.0

Compare
Choose a tag to compare
@IAmTomahawkx IAmTomahawkx released this 19 Sep 06:15
· 62 commits to master since this release

Welcome to the last feature release of TwitchIO V2!

This will be the last release with new features for the current development cycle of TwitchIO. Beyond this release, we will continue to make releases for bugfixes and new twitch changes to existing features (or notable/important features). However, we will no longer be developing new library features for V2 as we go full tilt into development on V3.

Additions in version 2.8:

  • Added new follower/followed endpoints on PartialUser. You will need to migrate to these as Twitch is removing the old follow endpoints.
  • Added is_featured parameter for PartialUser.fetch_clips, and attribute for Clip model
  • Added support for the following typing constructs in ext.commands command signatures:
    • Union[A, B] / A | B
    • Optiona[T] / T | None
    • Annotated[T, converter]
  • Added a walkthrough of command creation in the docs.

P.S. We fixed the ReadTheDocs config file, so you'll actually get doc builds this time.