Releases: ari4java/ari4java
Releases · ari4java/ari4java
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.2
No code change, just the gradle build so we can continue to get the library on Maven Central
Update ARI Version
Details in the CHANGELOG
Shutdown fixes
Details in the CHANGELOG
New ARI Bindings
Asterisk 17.3.0 was released and other backports which came with new ARI versions
There had to be a work around for the TextMessage model as there are now 2 definitions for the variables field: Object or List. So you need to know which version you have and call either getVariables() for older versions or getVariablesList() for newer