You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+37-5Lines changed: 37 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,46 @@ Changelog
7
7
Latest Version
8
8
**************
9
9
10
-
.. dropdown:: Version 4.4.0
10
+
.. dropdown:: Version 4.5.0
11
11
:color: info
12
12
:open:
13
13
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`
- 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
+
14
50
**Twitch**
15
51
16
52
- Added the following new Endpoint:
@@ -44,10 +80,6 @@ Latest Version
44
80
- Made it possible to specify target host and port in constructor of :const:`~twitchAPI.oauth.UserAuthenticator` (thanks https://github.com/nojoule )
45
81
- Made it possible to control if a browser should be opened in :const:`~twitchAPI.oauth.UserAuthenticator.authenticate()` (thanks https://github.com/Latent-Logic )
0 commit comments