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

v1.0.0

Choose a tag to compare

@ftbb ftbb released this 11 Mar 09:15
· 204 commits to master since this release
  • Compatible with 1.40.1 API, V2 and Agent 1.39+
  • Presence service is now disabled by default
  • ShareAPI supporting article (news) posts implemented
  • Support for custom HTTP Clients when initiating SymphonyClient.
  • Can support multiple SymphonyClient instances running in a single JVM representing different users.
  • Automatic Auth refresh in client
  • ChatService enhancements including remote user identification on Chat creation.
  • Added ability to retrieve users by stream
  • New admin features, creating users, updating user details, modify room membership
  • Added room search under streams client
  • REMOVED Experimental firehose service as per LLC
  • Performance Updates
  • All incoming SymMessages from MessageService are now set to MessageML format
  • Command Framework (AI Package) supporting command parsing and actions
  • CI integration testing (mvn goal -Pintegration-testing)
  • Bug fixes, documentation, new examples