Skip to content

4.6.0

Choose a tag to compare

@d-fischer d-fischer released this 24 Jun 20:37
· 1060 commits to main since this release
a80fc06

This is yet another feature catch-up release, but it's much bigger than the last one, as Twitch delivered lots of features in the last few months.

Deprecations

  • [twitch] ApiClient#badges - use Helix Chat instead (448eb85)
  • [twitch-eventsub] EventSubListener#applyMiddleware, EventSubListener#resumeExistingSubscriptions, MiddlewareAdapter - use EventSubMiddleware instead (04bdd67)

Features

  • [twitch] add Helix polls & predictions endpoints (ff62540)
  • [twitch] add Helix badges endpoints (6a8e773)
  • [twitch] add Helix emote endpoints (e1567a9)
  • [twitch] add Manage Held AutoMod Messages (16a01d2)
  • [twitch] add Check User Subscription (5042ae1)
  • [twitch] add Get Followed Streams (f703e7f)
  • [twitch] add schedule endpoints (4b6e9d9, 2c683f1, 338782c)
  • [twitch] add methods for filtered EventSub subscriptions (0153b74, #246)
  • [twitch] add total count to Helix subscriptions endpoint (7f38c41)
  • [twitch] add newly added Helix properties (47a1883)
  • [twitch-chat-client] add raid and unraid methods in ChatClient (0fbfae2)
  • [twitch-pubsub-client] add automod related topics (b50490a)
  • [twitch-eventsub] add new EventSubMiddleware wrapper (04bdd67)
  • [twitch-eventsub] add poll events (cb61fdf)
  • [twitch-eventsub] add prediction events (2f5bff5)
  • [twitch-eventsub] add sub end, sub gift, bits transaction events (9d3d4a0, #265)
  • [twitch-eventsub] add mod add/remove EventSub events (0134a73)
  • [twitch-eventsub] add EventSub channel.subscription.message (c95cd01)
  • [twitch-eventsub] add EventSubStreamOnlineEvent#getStream (53de3e5)
  • [twitch-eventsub] add new properties tier and isGift to EventSubChannelSubscriptionEndEvent (73188cc)