Skip to content

Releases: twurple/twurple

7.1.0

20 Mar 13:13
v7.1.0
6814619
Compare
Choose a tag to compare

This is mainly a catch-up release for new additions by Twitch, together with a few EventSub fixes and some general updates to the libraries' build infrastructure. Also, the Twitch CLI mock server is now supported for EventSub WS.

Features

  • [api, eventsub-ws] add mock server support (a0611ef)
  • [api] add Send Chat Message endpoint (3a503b1, #541, #540)
  • [eventsub] add new chat related events (eac6d91, #535, #536)
  • [eventsub] support chat message & notification events (5cf14b5)
  • [api, eventsub] add ad break endpoints/events (7736fd1, #532, #533)
  • [easy-bot] add aliases option to createBotCommand (34666af)
  • [eventsub] add status to onRevoke event (89c17df, #550)
  • [auth] pass caught error to onRefreshFailure (dd572c9, #527)
  • [api] add Get Moderated Channels (9b94eee, #551, #556)
  • [eventsub-ws] add checks for duplicate and old payloads (28773dc)

Fixes

  • [eventsub] remove some nulls from return types, fix copypasta method names from notification event types (e83ea87)
  • [eventsub] add missing fields to chat message parts (92edad1)
  • [eventsub] fix chat topics not using context user (6517efd, #545, #546)
  • [eventsub-ws] do not handle connect/disconnect when reconnecting (d22b5f5)
  • [eventsub-ws] clear reconnect URL after welcome packet (c3089d2)
  • [all] update TS build infra (fixes an eventsub-ws TypeScript issue) (677c339, #554)
  • [api] update scope for user extensions endpoints (21da5e4, #561)
  • [api] add missing HelixEventSubSubscriptionStatus values (d1c36d2, #563)

Improvements

  • [api] use page limit of 1000 for chatters endpoint (ade3c6e)
  • [api, chat] reduce bundle size by about 25% by removing outdated polyfill (a9f39e1)

7.1.0-pre.8

11 Mar 19:42
v7.1.0-pre.8
2b02bf2
Compare
Choose a tag to compare
7.1.0-pre.8 Pre-release
Pre-release

Features

  • [api] add Get Moderated Channels (9b94eee, #551, #556)
  • [eventsub-ws] add checks for duplicate and old payloads (28773dc)

Fixes

  • [all] update TS build infra (fixes an eventsub-ws TypeScript issue) (677c339, #554)
  • [api] update scope for user extensions endpoints (21da5e4, #561)
  • [api] add missing HelixEventSubSubscriptionStatus values (d1c36d2, #563)

7.1.0-pre.7

11 Mar 19:39
v7.1.0-pre.7
857b05f
Compare
Choose a tag to compare
7.1.0-pre.7 Pre-release
Pre-release

Fixes

  • [eventsub-ws] clear reconnect URL after welcome packet (c3089d2)

7.1.0-pre.6

11 Mar 19:38
v7.1.0-pre.6
f856111
Compare
Choose a tag to compare
7.1.0-pre.6 Pre-release
Pre-release

Fixes

  • [eventsub-ws] do not handle connect/disconnect when reconnecting (d22b5f5)

7.1.0-pre.5

11 Mar 19:37
v7.1.0-pre.5
defdd46
Compare
Choose a tag to compare
7.1.0-pre.5 Pre-release
Pre-release

Features

  • [eventsub] add status to onRevoke event (89c17df, #550)
  • [auth] pass caught error to onRefreshFailure (dd572c9, #527)

Fixes

  • [eventsub] remove some nulls from return types, fix copypasta method names from notification event types (e83ea87)
  • [eventsub] add missing fields to chat message parts (92edad1)
  • [eventsub] fix chat topics not using context user (6517efd, #545, #546)

7.0.10

18 Feb 21:27
v7.0.10
8e70080
Compare
Choose a tag to compare

Fixes

  • [api] fix check automod status not transforming its input properly (ce9729c, #549)

7.0.9

18 Feb 21:24
v7.0.9
8240b3a
Compare
Choose a tag to compare

Fixes

  • [api] fix EventSub subscriptions not using user context (b05c168, #543, #544)

7.1.0-pre.4

18 Feb 21:23
v7.1.0-pre.4
3285b7b
Compare
Choose a tag to compare
7.1.0-pre.4 Pre-release
Pre-release

Fixes

  • [eventsub] add onChannelChatMessage method to EventSubListener and EventSubBase (75c76c9)

7.1.0-pre.3

18 Feb 21:22
v7.1.0-pre.3
13dca61
Compare
Choose a tag to compare
7.1.0-pre.3 Pre-release
Pre-release

Features

  • [eventsub] support chat message & notification events (5cf14b5)

7.1.0-pre.2

18 Feb 21:20
v7.1.0-pre.2
42410bc
Compare
Choose a tag to compare
7.1.0-pre.2 Pre-release
Pre-release

Features