Skip to content

Releases: stirante/lol-client-java-api

1.2.5

09 Jan 12:48
Compare
Choose a tag to compare

Update autogenerated classes to LCU 12.1

1.2.3

05 Mar 21:23
Compare
Choose a tag to compare

[Breaking change] Changed return type of almost all methods to ApiResponse, which contains more information about request
Added lazy deserializing to websocket events
Updated to patch 11.5
Updated WebSocket library
Removed endpoint check
Rewrote detecting LCU process to support wmic, powershell and ps

1.2.2

29 Mar 21:24
Compare
Choose a tag to compare

Hotfix missing util class

1.2.1

29 Mar 21:17
Compare
Choose a tag to compare

Fixed starting client with client path
Added Riot Games signed certificate instead of trusting everything
Updated generated clasess to LoL client version 10.6

1.2.0

26 Feb 18:41
Compare
Choose a tag to compare

Added ingame API (the example is in src/main/java/examples/IngameApiExample.java)
Exposed client path
Fixed NullPointerException in isAuthorized() method (PR #13 )
Updated autogenerated classes to LoL 10.4

1.1.8

04 Feb 19:54
Compare
Choose a tag to compare

Improve WebSocket implementation (now allows for making calls, still WIP)
Move shaded libraries to another package

1.1.7

11 Jan 22:55
Compare
Choose a tag to compare

Update generated classes to 10.1.1

1.1.5

11 Sep 16:24
Compare
Choose a tag to compare

Fixed unnecessary slash
Update generated classes to client version 9.18

1.1.4

20 Aug 17:07
Compare
Choose a tag to compare

Add possibility to get the assets from LCU API
Add an example for getting assets from LCU API
Update generated classes to version 9.16

1.1.3

17 Jul 17:01
Compare
Choose a tag to compare

Add possibility to make GET requests with query parameters.