Skip to content

Commit cf4cab5

Browse files
committed
docs: add changelog for v4.4.0
1 parent 530e789 commit cf4cab5

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

docs/changelog.rst

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,48 @@
33
Changelog
44
=========
55

6+
*************
7+
Version 4.4.0
8+
*************
9+
10+
Twitch
11+
------
12+
13+
- Added the following new Endpoint:
14+
15+
- "Get Shared Chat Session" :const:`~twitchAPI.twitch.Twitch.get_shared_chat_session()`
16+
17+
18+
EventSub
19+
--------
20+
21+
- Added the following new Topics:
22+
23+
- "Channel Shared Chat Session Begin" :const:`~twitchAPI.eventsub.base.EventSubBase.listen_channel_shared_chat_begin()`
24+
- "Channel Shared Chat Session Update" :const:`~twitchAPI.eventsub.base.EventSubBase.listen_channel_shared_chat_update()`
25+
- "Channel Shared Chat Session End" :const:`~twitchAPI.eventsub.base.EventSubBase.listen_channel_shared_chat_end()`
26+
27+
- Added the "Golden Kappa Train" info to the following Topics:
28+
29+
- :const:`~twitchAPI.eventsub.base.EventSubBase.listen_hype_train_begin()`
30+
- :const:`~twitchAPI.eventsub.base.EventSubBase.listen_hype_train_progress()`
31+
- :const:`~twitchAPI.eventsub.base.EventSubBase.listen_hype_train_end()`
32+
33+
Chat
34+
----
35+
36+
- Added new middleware :const:`~twitchAPI.chat.middleware.SharedChatOnlyCurrent` which restricts the messages to only the current room (thanks https://github.com/Latent-Logic )
37+
- Added support for source room and user tags
38+
- Added new option :const:`~twitchAPI.chat.Chat.params.no_shared_chat_messages` which controls if shared chat messages should be filtered out or not (thanks https://github.com/Latent-Logic )
39+
40+
41+
OAuth
42+
-----
43+
44+
- Made it possible to specify target host and port in constructor of :const:`~twitchAPI.oauth.UserAuthenticator` (thanks https://github.com/nojoule )
45+
- Made it possible to control if a browser should be opened in :const:`~twitchAPI.oauth.UserAuthenticator.authenticate()` (thanks https://github.com/Latent-Logic )
46+
47+
648
*************
749
Version 4.3.1
850
*************

0 commit comments

Comments
 (0)