Releases: isaackogan/TikTokLive
Version 4.5.2
Version 4.5.2
- Add/certify support for Python 3.11
- Add support for FLV Live Stream
- Add
client.reconnect
method - Add
webcast_closed
attribute to DisconnectEvent - Fix issue where room_id was returned as string instead of integer
There is only one breaking change:
room_id
is now an integer
See full release changelog here: #99
See referenced issue(s) here: #96, #97, #94
Upgrade with pip install TikTokLive --upgrade
Version 4.5.1
Version 4.5.1
- Fix issue in 4.5.0 release where
proxies
property was asynchronous
Signing API
- Additional logging
- Methods to block spammers
- Limit to approved use-cases to prevent misuse (ByteDance, leave us alone <3_<3)
There are plenty of breaking changes:
set_proxies
was replaced withclient.proxies = foobar
SignatureSigningError
was removedsend_message
function was modified to require additional parameters
See full release changelog here: #84
See referenced issue(s) here: #80, #79
Upgrade with pip install TikTokLive --upgrade
Version 4.5.0
Version 4.5.0
- Add support for new version of TikTok Signing Server (and deprecate old endpoint usage)
- Add websocket headers param
- Replace set_proxies with proxies setter method
- Modify send_message to require you to provide your own signatures and headers
- Remove
SignatureSigningError
error - Add rate limit information on
SignatureRateLimitReached
error
Signing API
- Additional logging
- Methods to block spammers
- Limit to approved use-cases to prevent misuse (ByteDance, leave us alone <3_<3)
There are plenty of breaking changes:
set_proxies
was replaced withclient.proxies = foobar
SignatureSigningError
was removedsend_message
function was modified to require additional parameters
See full release changelog here: #84
See referenced issue(s) here: #80, #79
Upgrade with pip install TikTokLive --upgrade
Version 4.3.8
Version 4.3.8
- Add support for new version of TikTok Signing Server
See full release changelog here: #77
See referenced issue(s) here: #76, #74, zerodytrash/TikTok-Live-Connector#69
There are no breaking changes at this time.
Upgrade with pip install TikTokLive --upgrade
Version 4.3.7
Version 4.3.6
Version 4.3.5
Version 4.3.5
- Replace
get_proxies
method withproxies
attribute - Replace old subscribe event logic with new detection logic
- Add
sign_api_key
parameter for clients requiring bulk access to TikTokLive
See full release changelog here: #67
See referenced issue(s) here: #65, #64, #63
client.get_proxies()
becomes client.proxies
. There are no other breaking changes at this time.
Upgrade with pip install TikTokLive --upgrade
Version 4.3.3
- Everything from https://github.com/isaackogan/TikTokLive/releases/tag/v4.3.2
- Remove websocket_timeout_ms
- Add ping loop
See full release changelog here: #57
See referenced issue(s) here: #56
client.stop()
is no longer asynchronous. Remove await
when using. There are no other breaking changes at this time.
Upgrade with pip install TikTokLive --upgrade
Version 4.3.2 [BROKEN]
- Add error message if websocket connection lost.
- Set websocket timeout to 15 seconds
- Remove 0.5s delay between websocket queries
-
client.stop
is no-longer an asynchronous method
See full release changelog here: #57
See referenced issue(s) here: #56
client.stop()
is no longer asynchronous. Remove await
when using. There are no other breaking changes at this time.
Upgrade with pip install TikTokLive --upgrade