We are please to announce the release of Autobahn Java 18.3.1, this is a feature release and also contains some important bug fixes.
The main feature is the support for different authentication methods, We now support Ticket, CRA and Cryptosign auths.
Just add below maven line to your project dependencies and start coding.
implementation 'io.crossbar.autobahn:autobahn-android:18.3.1
``
For a detailed change log visit https://github.com/crossbario/autobahn-java/blob/master/CHANGELOG.md#release-v1831
and as usual docs are available at https://javadoc.io/doc/io.crossbar.autobahn/autobahn-android
Thanks!
Hey, thanks Omer! This is a really nice milestone for AutobahnJava,
congrats;)
Let me just point out one other cool feature, adding to the list of
goodies in this release:
NEW: Alternative high-level WAMP API ("reflection based roles") (#380)
Eg:
https://github.com/crossbario/autobahn-java/blob/master/demo-gallery/src/main/java/io/crossbar/autobahn/demogallery/reflection/pojo/ReflectionPOJOCallSample.java
This is a contribution of Elad: https://github.com/darkl
Cheers,
/Tobias
ยทยทยท
Am 27.03.2018 um 11:15 schrieb Omer Akram:
We are please to announce the release of Autobahn Java 18.3.1, this is a
feature release and also contains some important bug fixes.
The main feature is the support for different authentication methods, We
now support Ticket, CRA and Cryptosign auths.
Just add below maven line to your project dependencies and start coding.
implementation 'io.crossbar.autobahn:autobahn-android:18.3.1
For a detailed change log visit
https://github.com/crossbario/autobahn-java/blob/master/CHANGELOG.md#release-v1831
and as usual docs are available at
https://javadoc.io/doc/io.crossbar.autobahn/autobahn-android
Thanks!