January 2021

New Features

  • Database Performance Improvements (SHE-25590)
    • Improvements have been made to deal with unnecessary refresh token generation. It now only generates against an authentication request if the previously generated refresh token has been expired.


Improvements in this release

  • Database Improvements under signatures and users statistics (SHE-26190)
    • Database queries are improved to minimise the traffic over the server for the better performance. Now the signatures and users count skips if the unlimited signatures and users are allowed under license.
  • Performance Improvements under document listing (SHE-26181)
    • Improvements have been made under document listing for better performance to get the listing in efficient time
  • Security Improvements on document opening when OTP is set as authentication (SHE-26262)
    • User's mobile number now been taken at server's end to prevent the potential threat to compromise user's mobile number, when OTP (One Time Password) sets as a document opening authentication.
  • Security Improvements on document opening when password is set as authentication (SHE-26269)
    • Document opening password encrypted value no more being returned in a web request to prevent any potential threat while opening a document using password authentication
  • Certification and Verification timeout configurations (SHE-25924)
    • Certification and verification web services requests now use the configured timeout values as set under ADSS connector, rather than a hard coded value
  • Deletion of Webhooks and Workflow Completion Report failed requests (SHE-26342)
    • SigningHub Core thread filters out failed requests for webhooks and workflow completion report based on creation date rather than modified date.