Releases: twurple/twurple
Releases · twurple/twurple
7.1.0
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
7.1.0-pre.8
7.1.0-pre.7
Fixes
- [eventsub-ws] clear reconnect URL after welcome packet (c3089d2)
7.1.0-pre.6
Fixes
- [eventsub-ws] do not handle connect/disconnect when reconnecting (d22b5f5)
7.1.0-pre.5
7.0.10
7.0.9
7.1.0-pre.4
Fixes
- [eventsub] add onChannelChatMessage method to EventSubListener and EventSubBase (75c76c9)
7.1.0-pre.3
Features
- [eventsub] support chat message & notification events (5cf14b5)