Skip to content

Version 5.0.0

Compare
Choose a tag to compare
@isaackogan isaackogan released this 21 Feb 09:21
· 134 commits to master since this release

Version 5.0.0

  • Major re-code of TikTokLive library
  • Redo event schemas and standardize with snake_case formatting
  • Add custom websocket handling, remove long polling
  • Fix issues with clients not being able to gracefully close
  • Add new intro_message event

There are many breaking changes:

  1. All event schemas have changed to snake_case
  2. Removed reconnect and send_message
  3. Renamed mic_battle, mic_armies, viewer_count_update

See full release changelog here: #105
See referenced issue(s) here: N/A

Upgrade with pip install TikTokLive --upgrade