File tree Expand file tree Collapse file tree 3 files changed +30
-3
lines changed Expand file tree Collapse file tree 3 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 5
5
"url" : " https://pytwitchapi.readthedocs.io/en/latest/"
6
6
},
7
7
{
8
- "name" : " 3.8 .0 (stable)" ,
8
+ "name" : " 3.9 .0 (stable)" ,
9
9
"version" : " stable" ,
10
10
"url" : " https://pytwitchapi.readthedocs.io/en/stable/"
11
11
},
Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
6
+ ****************
7
+ Version 3.9.0
8
+ ****************
9
+
10
+ Twitch
11
+ ------
12
+
13
+ - Added the following new Endpoints:
14
+
15
+ - "Get Channel Followers" :const: `~twitchAPI.twitch.Twitch.get_channel_followers() `
16
+ - "Get Followed Channels" :const: `~twitchAPI.twitch.Twitch.get_followed_channels() `
17
+
18
+ - Fixed TypeError: __api_get_request() got an unexpected keyword argument 'body' (Thanks https://github.com/JC-Chung )
19
+
20
+ EventSub
21
+ --------
22
+
23
+ - Added new Topic :const: `~twitchAPI.eventsub.EventSub.listen_channel_follow_v2() `
24
+
25
+ Chat
26
+ ----
27
+
28
+ - Bot is now correctly reconnecting and rejoining channels after losing connection
29
+ - added :const: `~twitchAPI.chat.Chat.is_subscriber() ` (Thanks https://github.com/stolenvw )
30
+ - added new Event :const: `~twitchAPI.types.ChatEvent.NOTICE ` - Triggered when server sends a notice message (Thanks https://github.com/stolenvw )
31
+
32
+
6
33
****************
7
34
Version 3.8.0
8
35
****************
Original file line number Diff line number Diff line change 4
4
from .oauth import UserAuthenticator
5
5
from .chat import Chat
6
6
7
- VERSION = (3 , 8 , 0 )
7
+ VERSION = (3 , 9 , 0 )
8
8
9
- __version__ = '3.8 .0'
9
+ __version__ = '3.9 .0'
You can’t perform that action at this time.
0 commit comments