Releases: isaackogan/TikTokLive
Releases · isaackogan/TikTokLive
Version 4.2.5
Changelog Summary
- Add Web-socket support
- Remove ProxyContainer in favour over regular proxying
- Migrate from aiohttp to httpx for requests
- Only allow long polling if a sessionid is provided
- Refactor project entirely for readability, functionality
If you were using the ProxyContainer API, you must switch to the new proxy handling system. There are no other breaking changes.
See full release changelog here: #41
See referenced issue(s) here: #34, #35, #37, #38, #39
Version 4.2.0
- Implement subscriber badges (image badges) ⭐
- Implement subscriber emotes ⭐
- Implement envelope event (sending treasure boxes)
- Repair is_moderator "User" attribute with new proto
- Add is_new_gifter "User" attribute
- Add is_subscriber "User" attribute
- Add "through_share" attribute to JoinEvent
- Add MoreShareEvent when a user shares to more than 5, 10 TikTok users
- Update HTTP Parameters
- Add "subscribe" event ⭐
- Add weekly rankings events
- Add support for TikTok Battles
- Add the ability to download streams including the "download" and "stop_download" methods on the BaseClient class ⭐
- Add the stream download example
- Updated documentation & README.md
There are no breaking changes at this time.
⭐'s represent important/large changes
See release here: #33
See referenced suggestion(s) here: #32, #29
Release Stats
+2298 additions
+123 deletions
Version 0.8.9
- Advanced error handling via the "error" event. If a custom handler is not added, runtime errors will be automatically logged in the console. If a handler is added, handling (and logging) is fully up to the user. If client.connected is False, handlers will NOT be used.
- Update documentation
There are no breaking changes at this time.
Version 0.8.6
- Address issue with package failure to retrieve Room ID due to poor Room ID parsing: #23
Hotfix release. No new additional features included, no breaking changes.
Version 0.8.5
- Implement GiftExtra attribute
- Implement chat sending functionality & related errors
- Language Change Option
- New examples
- Additional Documentation
Version 0.8.2
- Revert ClientSession creation to old method
- Add a separate table for TikTokLive Printing
- Update Documentation
- Implement new Gift proto structure
- Add aliases to maintain backwards compatibility with old Gift structure
- Release a PyPi package fork of python-escpos under "python-escpos-win" with modified Windows support
Version 0.8.0
Update release tracking at #14 containing:
- Fix live count not working
- Proper library documentation
- Fix headers not being included in requests
- Remove double-quoted headers
- Enable trust-env, add proper proxy support
- Remove sessions or implement cookie saving
- Rebuild docs with updated pricelist
Version 0.7.5
Update release tracking at #10 containing:
- Parsing for **kwargs in client constructor #8
- Update documentation #8
- Catch the ssl.SSLCertVerificationError and direct users to upgrade their certificates with dynamic information based on their python location https://cdn.discordapp.com/attachments/946228281059975189/948675757499088916/B2ED3006-893D-476C-AB43-ED7F704E744F.jpg
- Fix gift URLs not being shown in extended_gift #9
Full Changelog: v0.7.0...v0.7.5
Version 0.7.0
Update #2 containing:
- Debug option "on_debug"
- Add is_friend and is_following attributes on User object
- Add is_moderator attribute on User object
- Add extended gift info
- Look into missing gift info
- Fix chat repitition
Version 0.6.9
First release of TikTok-Live-Connector Livestream API for TikTok