Skip to content

Commit 0765a86

Browse files
committed
docs: added docs for 4.5.0
1 parent b9d7fbc commit 0765a86

File tree

1 file changed

+37
-5
lines changed

1 file changed

+37
-5
lines changed

docs/changelog.rst

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,46 @@ Changelog
77
Latest Version
88
**************
99

10-
.. dropdown:: Version 4.4.0
10+
.. dropdown:: Version 4.5.0
1111
:color: info
1212
:open:
1313

14+
.. important:: This version drops PubSub from the library
15+
16+
**Twitch**
17+
18+
- Fixed :const:`~twitchAPI.twitch.Twitch.get_emote_sets()` being parsed incorrectly (thanks https://github.com/moralrecordings )
19+
- Fixed Exceptions when passing None to unsuspecting parameters in various functions
20+
- Fixed returning wrong object for :const:`~twitchAPI.twitch.Twitch.get_channel_emotes()`
21+
- Added new parameter :const:`~twitchAPI.twitch.Twitch.send_chat_message.params.for_source_only` to :const:`~twitchAPI.twitch.Twitch.send_chat_message()`
22+
- Added new parameter :const:`~twitchAPI.twitch.Twitch.get_eventsub_subscriptions.params.subscription_id` to :const:`~twitchAPI.twitch.Twitch.get_eventsub_subscriptions()`
23+
- Added new parameter :const:`~twitchAPI.twitch.Twitch.get_eventsub_subscriptions.params.target_token` to :const:`~twitchAPI.twitch.Twitch.get_eventsub_subscriptions()`
24+
- Added new parameter :const:`~twitchAPI.twitch.Twitch.delete_eventsub_subscription.params.target_token` to :const:`~twitchAPI.twitch.Twitch.delete_eventsub_subscription()`
25+
26+
**EventSub**
27+
28+
- Added new data related to shared chat to the payload of :const:`~twitchAPI.eventsub.base.EventSubBase.listen_channel_chat_message()`
29+
- Added message metadata to all event payloads
30+
- Added message deduplication to :const:`~twitchAPI.eventsub.websocket.EventSubWebsocket`
31+
- Added the following new Topics:
32+
33+
- "Channel Bits Use" :const:`~twitchAPI.eventsub.base.EventSubBase.listen_channel_bits_use()`
34+
- "Channel Points Automatic Reward Redemption v2" :const:`~twitchAPI.eventsub.base.EventSubBase.listen_channel_points_automatic_reward_redemption_add_v2()`
35+
36+
- Fixed potentially targeting the wrong access token depending on transport and available tokens
37+
38+
**Other**
39+
40+
- Improved type hints all over the library
41+
- Fixed AttributeError in :const:`TwitchObject.__repr__()` for unset attributes
42+
43+
**************
44+
Older Versions
45+
**************
46+
47+
.. dropdown:: Version 4.4.0
48+
:color: info
49+
1450
**Twitch**
1551

1652
- Added the following new Endpoint:
@@ -44,10 +80,6 @@ Latest Version
4480
- Made it possible to specify target host and port in constructor of :const:`~twitchAPI.oauth.UserAuthenticator` (thanks https://github.com/nojoule )
4581
- Made it possible to control if a browser should be opened in :const:`~twitchAPI.oauth.UserAuthenticator.authenticate()` (thanks https://github.com/Latent-Logic )
4682

47-
**************
48-
Older Versions
49-
**************
50-
5183
.. dropdown:: Version 4.3.1
5284

5385
**Twitch**

0 commit comments

Comments
 (0)