Skip to content

Releases: finos/symphony-bdk-java

symphony-api-client-java-1.0.46

13 Nov 15:37
Compare
Choose a tag to compare
  • Standardised all API calls to use try-with-resources to prevent potential non-release of any response objects
  • Updated jackson-databind and slf4j versions

symphony-api-client-java-1.0.45

30 Oct 08:23
Compare
Choose a tag to compare
  • Replaced /sessioninfo call during initialisation with parsed username and id from sessionToken
  • Added persistence and re-use of datafeed id to prevent missed messages during bot outages
  • These changes along with parallel RSA auth introduced in 1.0.43 reduces bot startup time by over 70%

symphony-api-client-java-1.0.44

21 Oct 10:26
Compare
Choose a tag to compare
  • Removed parallel auth from certificate-based auth
  • Minor library upgrades

symphony-api-client-java-1.0.43

07 Oct 08:48
Compare
Choose a tag to compare
  • Key manager and session authentication now run in parallel
  • Added addTextField without min/max lengths to Elements FormBuilder
  • Upgraded jackson-databind to 2.9.10
  • Fixed bug: proxy not working together with connectionTimeout settings

symphony-api-client-java-1.0.41

09 Sep 07:17
Compare
Choose a tag to compare
  • Added exponential backoff for handling connection failures
  • Added checkstyle rules and validation

symphony-api-client-java-1.0.40

05 Sep 06:48
Compare
Choose a tag to compare
  • Removed ApacheConnectorProvider causing http headers warning
  • Added graceful error for handling connection timeout instead of printing stack trace
  • Added <br> and <div> methods to FormBuilder
  • Added JAXB API dependency to be natively compatible with JDK >8

symphony-api-client-java-1.0.39

28 Aug 06:53
Compare
Choose a tag to compare
  • Bugfix: connection timeout settings not applied when load balancer configuration is used

symphony-api-client-java-1.0.38

23 Aug 10:12
Compare
Choose a tag to compare
  • Support for Symphony Elements
  • Added default connection timeout of 35s to prevent hung data feed reads

symphony-api-client-java-1.0.37

05 Aug 05:49
Compare
Choose a tag to compare

symphony-api-client-java-1.0.36

29 Jul 08:09
Compare
Choose a tag to compare
  • Added Information Barriers Client