v1.1.13
Within this release the following changes were made:
- Added support for Charity EventSub topics:
channel.charity_campaign.donate
,.start
,.progress
,.stop
- Added --charity-current-value and --charity-target-value flags to 'twitch event trigger', allowing custom inputs for current and target dollar values
- Added missing
event.banned_at
field on EventSub topicchannel.ban
- Added missing
subscription.category_id
andsubscription.campaign_id
fields on EventSub topicdrop.entitlement.grant
- Added missing
event.level
field on EventSub topicchannel.hype_train.begin
- Added missing
event.email
andevent.email_verified
fields on EventSub topicuser.update
- Added missing type "other" to fields
event.top_contributions.type
andchannel.last_contribution.type
on EventSub topicschannel.hype_train.begin
,channel.hype_train.progress
, andchannel.hype_train.end
- Fixed invalid timestamps on EventSub topics
channel.prediction.begin
and.progress
on fieldevents.locks_at
- Fixed invalid timestamps on EventSub topics
channel.prediction.lock
and.end
on fieldevents.locked_at
Special thanks to @alexbcberio for the bug reports, and to @lleadbet and @BarryCarlyon for reviewing PRs.
Changelog
- 02890a9 Added beta EventSub event channel.charity_campaign.donate
- b51df2d Added channel.charity_campaign.start, .progress, and .stop
- 1fa3d4b Added contribution type 'other' to Hype Train events
- c6a31cf Added details to charity event flags
- 1a37cae Added event.banned_at to channel.ban; Added .subscription.category_id and .subscription.campaign_id to drop.entitlement.grant
- 8a397d5 Added event.level field to channel.hype_train.begin; Added event.email and event.email_verified fields to user.update; Changed 'user.update' alias to 'user-update'. Both can now be used when running 'twitch event trigger'
- 38be191 Added params for custom progress and goal amounts on charity events
- 8fb6a50 Changed timestamp parsing function in some places to appropriate parse the timestamp. Fixes #193
- 8155aad Fixed line endings from previous commit and also across all files
- b7b7fb7 Merge pull request #197 from twitchdev/eventsub-updates-nov-22