Skip to content

symphony-api-client-java-1.1.9

Compare
Choose a tag to compare
@symphony-hong symphony-hong released this 22 Jul 06:51
· 3 commits to 1.1-rc since this release
e55e827

New features

  • Expose accountType on UserInfo. (#158)
  • DatafeedV2 implementation. (#150)
    Now bot developers can handle the datafeed events by using datafeed v2 service. Datafeed v1 is still used by default, developers can switch to datafeed v2 by specifying the expected datafeed version in config.json file as such:
{
    "datafeedVersion": "v2"
}

Installation

<dependency>
    <groupId>com.symphony.platformsolutions</groupId>
    <artifactId>symphony-api-client-java</artifactId>
    <version>1.1.9</version>
</dependency>