Releases: stirante/lol-client-java-api
Releases · stirante/lol-client-java-api
1.2.5
Update autogenerated classes to LCU 12.1
1.2.3
[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
Hotfix missing util class
1.2.1
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
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
Improve WebSocket implementation (now allows for making calls, still WIP)
Move shaded libraries to another package
1.1.7
Update generated classes to 10.1.1
1.1.5
Fixed unnecessary slash
Update generated classes to client version 9.18
1.1.4
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
Add possibility to make GET requests with query parameters.