Skip to content

Release 5.1.0

Choose a tag to compare

@nsingh-branch nsingh-branch released this 09 Feb 22:46
· 436 commits to master since this release
a601af8
  • v5.1.0
    • Master Release - Feb 9, 2022
    • Added BranchPluginSupport class with deviceDescription() method. Will be used by the AdobeBranchExtension to pass device data.
    • Resolves timeout and non-initialization issues introducing a connect timeout, and retrying init requests.
      • Possible behavior change is with the increased timeout, any operations awaiting these requests may see longer timeouts.
      • To set the timeouts:
        • public void setConnectTimeout(int connectTimeout)
        • public void setTimeout(int timeout)
        • Time is in milliseconds