Skip to content
This repository was archived by the owner on Sep 16, 2020. It is now read-only.

v0.9.1

Choose a tag to compare

@ftbb ftbb released this 03 Oct 04:04
· 280 commits to master since this release
  • Compatible with 1.40.1 API, V2 and Agent 1.39+
  • New Connections Service for managing connection requests. This includes auto-accept.
  • Support for attachments through new SymMessage and Attachments Client
  • Message and User objects have been replaced with SymMessage and SymUser in order to handle future underlying versioning changes
  • Listeners have been upgraded to support new object models
  • Room Service is now linked into Datafeed for real-time processing and dynamic room formation
  • New UserV2 lookups have been implemented that should alleviate the need for elevated privileges
  • New exceptions handling implemented with detailed message outputs
  • Lazy cache for room identification
  • Additional examples added for new features
  • Examples updated to reflect core changes
  • Many..many..underlying code updates resolving sonar issues