Skip to content

Commit df2eaa1

Browse files
committed
update changelog
1 parent fb664eb commit df2eaa1

File tree

1 file changed

+45
-24
lines changed

1 file changed

+45
-24
lines changed

CHANGELOG.md

Lines changed: 45 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -46,43 +46,64 @@
4646

4747
### Added
4848

49+
- Added the following helix endpoints:
50+
`Get Bits Leaderboard`, `Get Cheermotes`, `Get Content Classification Labels`, `Add Channel Vip`,
51+
`Get Ad Schedule`, `Get Channel Editors`, `Get Channel Followers`, `Get Channel Information`,
52+
`Get VIPs`, `Modify Channel Information`, `Remove Channel Vip`, `Snooze Next Ad`, `Start Commercial`,
53+
`Get Charity Campaign`, `Get Charity Campaign Donations`, `Get Channel Chat Badges`,
54+
`Get Channel Emotes`, `Get Chat Settings`, `Get Chatters`, `Get Emote Sets`, `Get Shared Chat Session`,
55+
`Get User Chat Color`, `Get User Emotes`, `Send A Shoutout`, `Send Chat Announcement`,
56+
`Send Chat Message`, `Update Chat Settings`, `Update User Chat Color`, `Create Clip`, `Get Clips`,
57+
`Delete Conduit`, `Delete Eventsub Subscription`, `Get Conduit Shards`, `Get Eventsub Subscriptions`,
58+
`Update Conduit`, `Update Conduit Shards`, `Get Games`, `Get Top Games`, `Get Creator Goals`,
59+
`Get Hypetrain Events`, `Add Blocked Term`, `Add Channel Moderator`, `Ban User`, `Check Automod Status`,
60+
`Delete Chat Messages`, `Get Automod Settings`, `Get Banned Users`, `Get Blocked Terms`,
61+
`Get Moderated Channels`, `Get Moderators`, `Get Shield Mode Status`, `Get Unban Requests`,
62+
`Manage Held Automod Messages`, `Remove Blocked Term`, `Remove Channel Moderator`, `Resolve Unban Request`,
63+
`Unban User`, `Update Automod Settings`, `Update Shield Mode Status`, `Warn Chat User`,
64+
`Create Custom Rewards`, `Delete Custom Reward`, `Get Custom Reward`, `Get Custom Reward Redemption`,
65+
`Update Custom Reward`, `Update Redemption Status`, `Create Poll`, `End Poll`, `Get Polls`,
66+
`Create Prediction`, `End Prediction`, `Get Predictions`, `Cancel A Raid`, `Start A Raid`,
67+
`Create Channel Stream Schedule Segment`, `Delete Channel Stream Schedule Segment`,
68+
`Get Channel Stream Schedule`, `Update Channel Stream Schedule`, `Update Channel Stream Schedule Segment`,
69+
`Search Categories`, `Search Channels`, `Create Stream Marker`, `Get Followed Streams`, `Get Stream Key`,
70+
`Get Stream Markers`, `Get Stream Tags`, `Get Streams`, `Replace Stream Tags`, `Check User Subscription`,
71+
`Get Broadcaster Subscriptions`, `Get Broadcaster Subscriptions Events`, `Get All Stream Tags`,
72+
`Get Channel Teams`, `Get Teams`, `Block User`, `Get User Active Extensions`, `Get User Block List`,
73+
`Get Users`, `Get Users Follows`, `Unblock User`, `Update User`, `Update User Extensions`,
74+
`Delete Videos`, `Get Videos`, `Send Whisper`
75+
- Added the following eventsub topics:
76+
`Automod Message Hold V1`, `Automod Message Hold V2`, `Automod Message Update V1`,
77+
`Automod Message Update V2`, `Automod Settings Update V1`, `Automod Terms Update V1`,
78+
`Channel Ad Break Begin V1`, `Channel Points Automatic Reward Redemption Add V1`,
79+
`Channel Charity Campaign Donate V1`, `Channel Charity Campaign Progress V1`,
80+
`Channel Charity Campaign Start V1`, `Channel Charity Campaign Stop V1`,
81+
`Channel Chat Clear V1`, `Channel Chat Clear User Messages V1`, `Channel Chat Message V1`,
82+
`Channel Chat Message Delete V1`, `Channel Chat Notification V1`, `Channel Chat User Message Hold V1`,
83+
`Channel Chat User Message Update V1`, `Channel Chat Settings Update V1`,
84+
`Channel Follow V2`, `Channel Guest Star Guest Update Beta`, `Channel Guest Star Session Begin Beta`,
85+
`Channel Guest Star Session End Beta`, `Channel Guest Star Settings Update Beta`,
86+
`Channel Moderate V1`, `Channel Moderate V2`, `Channel Moderator Add V1`,
87+
`Channel Moderator Remove V1`, `Channel Shared Chat Begin V1`, `Channel Shared Chat End V1`,
88+
`Channel Shared Chat Update V1`, `Channel Shield Mode Begin V1`, `Channel Shield Mode End V1`,
89+
`Channel Shoutout Create V1`, `Channel Shoutout Receive V1`, `Channel Suspicious User Message V1`,
90+
`Channel Suspicious User Update V1`, `Channel Unban Request Create V1`,
91+
`Channel Unban Request Resolve V1`, `Channel Update V2`, `Channel Vip Add V1`,
92+
`Channel Vip Remove V1`, `Channel Warning Acknowledge V1`, `Channel Warning Send V1`,
93+
`Conduit Shard Disabled V1`, `User Whisper Message V1`
4994
- Added `tags` to `Modify Channel Information`, `Get Channel Information`, `Search Channels`, `Get Followed Streams` and `Get Streams`
5095
- Added `beta` feature to specifically enable beta endpoints
51-
- Added `Ban User` and `Unban User`
52-
- Added `Get Chat Settings` endpoint
5396
- Added `type` and `user_id` query params to `GetEventSubSubscriptionsRequest`
5497
- Added `vod_offset` to `Clip`s
55-
- Added `Start A Raid` and `Cancel A Raid` endpoints
56-
- Added `Send Chat Announcement` endpoint
57-
- Added `Delete Chat Messages` endpoint
58-
- Added `Get User Chat Color` and `Update User Chat Colors` endpoint
59-
- Added `Add Channel Moderator` and `Remove Channel Moderator` endpoint
60-
- Added `Get VIPs`, `Add Channel VIP` and `Remove Channel VIP` endpoint
61-
- Added `Send Whisper` endpoint
6298
- Added `Delete Channel Stream Schedule Segment` that was accidentally not included in `0.6.0`
6399
- Added `sort` and `id` to `Get Custom Reward Redemption`
64100
- Added contribution type `OTHER` for Get Hype Train Events
65-
- Added `Send a Shoutout` endpoint
66-
- Added `channel.shoutout.receive` and `channel.shoutout.create` EventSub events
67-
- Added `channel.follows` v2 EventSub event
68-
- Added `Get Followed Channels` and `Get Followed Streams`
69-
- Added `Create Clip` endpoint
70-
- Added `Get Shield Mode Status` and `Update Shield Mode Status`
71-
- Added `channel.shield_mode.begin` and `channel.shield_mode.end` EventSub events
72101
- Added `tower` implementation for `HttpClient`
73102
- Added `helix::Response::new` and `helix::Response::with_data` to make it possible to create your own responses.
74103
- Added `is_branded_content` and `content_classification_labels` to `Get Channel Information` and `Modify Channel information`
75-
- Added `channel.update` v2 EventSub event
76104
- Added `HelixClient` functions `get_streams_from_logins` and `get_streams_from_ids`
77105
- Added `is_featured` to Get Clips
78-
- Added beta `Get Ad Schedule` and `Snooze Next Ad` endpoint
79-
- Added beta `channel.ad_break.begin` eventsub event
80-
- Added `conduit.shard.disable` EventSub event
81106
- Added `title` and `description` as fields in the response of `Get Channel Chat Badges` and `Get Global Chat Badges`
82-
- Added `Get AutoMod Settings` and `Update AutoMod Settings` endpoints
83-
- Added `Get Unban Requests` and `Resolve Unban Requests` endpoints
84-
- Added `Get Moderated Channels` endpoint
85-
- Added `Get User Emotes` endpoint
86107

87108
### Fixed
88109

0 commit comments

Comments
 (0)