All Versions
16
Latest Version
Avg Release Cycle
89 days
Latest Release
-

Changelog History
Page 2

  • v18.3.2 Changes

    April 06, 2018
    • ๐Ÿ›  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)

  • v18.3.1 Changes

    March 23, 2018
    • ๐Ÿ›  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)

  • v17.10.5 Changes

    October 16, 2017
    • 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)

  • v17.10.4 Changes

    October 09, 2017
    • 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)

  • v17.10.3 Changes

    • ๐Ÿ›  Fix android package to not conflict with main app's label (#299)

  • v17.10.1 Changes

    • โž• 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)