\n\n---\n
- MISC: Improve logging and messaging (#482)
- NEW: Untie WebSocket implementation from Android (#481)
- FIX: Fix wildcard option check in Subscribe message (#477)
- MISC: XBR Code cleaning (#473)
- MISC: Add missing license headers, other cleanups (#471)
- NEW: XBR SimpleBuyer with EIP712 signing (#470)
- FIX: make SimpleSeller.start() async. Add seller example (#467)
- MISC: example: call procedure with args of different data types (#466)
- MISC: manifest cleanup
- MISC: update all android deps
- FIX: ensure a valid URI is provided for connection (#460)
- FIX: make cryptosign and CRA support authrole parameter (#458)
- NEW: Implement EIP712 Signing (#454)
- FIX: Set callerSessionID, callerAuthID and callerAuthRole (#446)
- NEW: AndroidWebSocket: Change writer to sans-io architecture (#445)
- FIX: ensure to close nio loop on netty (#442)
- DOC: Add Android websocket example (#436)
- NEW: XBR Buyer/Seller Part 1 (#434)
- MISC: add deploy script (currently unused)
- MISC: Update dependency versions
- FIX: Netty: call onDisconnect when crossbar not reachable (#418)
- MISC: Remove legacy files (#416)
- FIX: dont send null CloseDetails on transport lost in netty implementation (#414)
- FIX: Fix typo in readStateListener adder (#413)
- NEW: Build (and publish) Android aar as part of the CI (#409)
- NEW: add preliminary WAMP-over-RawSocket implementation (#406)
- FIX: Don't call onLeave listener twice in case of normal GoodBye (#405)
- NEW: log when pong is received (#400)
- NEW: AndroidWebSocket: Allow to disable heartbeat (#399)
- NEW: Allow to update auto ping variables on a connected session (#394)
- FIX: Fire onLeave() when session is lost (#390)
- NEW: extend Client class to (optionally) take TransportOptions (#386)
- NEW: Extend WAMP transports to be configurable (#385)
- FIX: Expand README with more installation instructions, build hints and code/usage idioms (#387, #377, #370)
- NEW: Allow setting the TLS version used with WebSocket (Netty) (#376)
- FIX: WAMP request IDs are long, not int - always (#366)
- FIX: Add CI tests for all 4 basic WAMP actions (#373)
- FIX: Actually break the CI ("red flag") on all run-time errors (#372)
- NEW: More POJO examples (#368)
- FIX: WAMP call message parsing corner case (#367)
- NEW: Alternative high-level WAMP API ("reflection based roles") (#380)
- NEW: Example for WAMP authentication (#361)
- NEW: WAMP unregister/unsubscribe (#353)
- NEW: WAMP-Cryptosign (Ed25519) authentication (#347)
- NEW: WAMP-Ticket authentication (#344)
- FIX: legacy Android build (#336)
- Enable exceptions in user code to include error details (#327)
- Extend POJO APIs for call/subscribe to accept class references (#326)
- Simplify examples and remove redundant code (#325)
- Cleanup Session class (#324)
- WAMP: Allow Session.register() endpoints to return POJOs (#323)
- WAMP: Session.subscribe() POJOs support (#320)
- Update README with simple examples (#319)
- Extend legacy android support (incubating) (#315)
- Correctly use gradle deps API so that clients download deps automatically (#314)
- make: dynamically disable debug logging before releasing (#313)
- Session API convenience and cleanup (#312)
- Rename NettyTransport to NettyWebSocket (#310)
- Revamp logging (#309)
- Android: Execute callbacks on main(UI) thread (#307)
- Simplify the Client API (#306)
- Fix WebSocket auto-reconnect (#305)
- Fix android package to not conflict with main app's label (#299)
- Add change log generator (#294)
- Maven and JCenter config (#293)
- add script to support older versions of android (#291)
- Expose API for WS pings/pongs and implement auto keepalive (#287)
- Reduce java8 usage internally (#285)
- Make example client universal (#283)
- Refactor WebSocket impl (#281)
- Autobahn WAMP transport (#277)
- Complete event retention support and add Event.topic property (#275)