Skip to content

Releases: jwdeveloper/TikTokLiveJava

1.11.5-Release

07 Oct 03:11

Choose a tag to compare

Add direct method to provide sessionId and ttTargetIdc for sending ch…

1.11.4-Release

05 Oct 02:40

Choose a tag to compare

Slight change of decoding for TikTokWebSocketEulerListener!

1.11.3-Release

24 Sep 23:28
57f33b2

Choose a tag to compare

Change static schedulers to AsyncHandler to hold for heartbeat and re…

1.11.2-Release

19 Sep 12:31

Choose a tag to compare

Simply prevent copying connectionState. It is a control elsewhere so …

1.11.1-Release

17 Sep 22:57
57ff1f1

Choose a tag to compare

Only copy roomInfo if its valid and null check safety! (#146)

1.11.0-Release

17 Sep 01:49
834dfa0

Choose a tag to compare

1.10.10-Release

06 Sep 18:11
d325dff

Choose a tag to compare

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

06 Sep 03:40

Choose a tag to compare

Quick string alteration for proper state!

1.10.8-Release

05 Sep 03:44
fc02239

Choose a tag to compare

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

20 Jul 01:00

Choose a tag to compare

Downgrade junit jupiter to use Java 16 only!