Releases: jwdeveloper/TikTokLiveJava
Releases · jwdeveloper/TikTokLiveJava
1.11.5-Release
Add direct method to provide sessionId and ttTargetIdc for sending ch…
1.11.4-Release
Slight change of decoding for TikTokWebSocketEulerListener!
1.11.3-Release
Change static schedulers to AsyncHandler to hold for heartbeat and re…
1.11.2-Release
Simply prevent copying connectionState. It is a control elsewhere so …
1.11.1-Release
Only copy roomInfo if its valid and null check safety! (#146)
1.11.0-Release
MINOR
1.10.10-Release
Fix: API Key added in the body instead of param (#142) * Fix: Add the missing API Key on send chat calls. * Fix: Wrongly added the apiKey in the body instead of the param * Update TikTokLiveHttpClient.java We do not need to null check as Eulerstream verifies anyway so we can just pass whatever the value is. * Update TikTokLiveHttpClient.java Revert to your method, but using Header instead of Param, since HttpClient does not allow null values! Co-authored-by: mbayou <mathieu@novasquare.io> Co-authored-by: kohlerpop1 <70915561+kohlerpop1@users.noreply.github.com>
1.10.9-Release
Quick string alteration for proper state!
1.10.8-Release
Develop 1.10.8 (#140) * Add support for TikTokLinkMicBattleItemCard for battle/match power-ups * Switch to an efficient pool of daemon threads instead of thread per websocket and sleeping! * Implement Eulerstream send chat API endpoint! * Add static to fields for single instance to manage all heartbeat threads. Far more efficient than 1 thread each sleeping! * Add global comment to known its a true global singleton!
1.10.7-Release
Downgrade junit jupiter to use Java 16 only!