Skip to content

VQConnector-VCC-1.5.6

Compare
Choose a tag to compare
@zeeshanalikhan15 zeeshanalikhan15 released this 09 Sep 13:16
01e6caa

Release Update:

- Db Connection exception handling:

Reason: QConnect had an exception at the time of db communication.
Requirement: handle this exception and inform properly that QConnect needs a restart
Solution: on DB disconnection QConnect will now add logs to inform about disconnection and will suggest restart.
Ticket: https://trello.com/c/rkuqMAE4/112-db-connection-exception-handling-voxtron

- Add exception handling in call back events of vcc monitor sdk:

Reason: Production logs were indicating exceptions in monitoring sdk's callbacks
Requirement: handle exceptions in the callbacks of monitoring sdk so QConnect won't cause problem.
Solution: QConnect now handles exceptions in the callbacks of monitoring sdk. This will help us finding the exceptions cause.
Ticket: https://trello.com/c/UIlh76um/113-add-exception-handling-in-call-back-events-of-vcc-monitor-sdk-voxtron

- Use SHA256 for hashing phone numbers in Voxtron:

Reason: MD5 algorithm was used for phone number hashing
Requirement: client requirement was to use SHA256 instead of MD5
Solution: QConnect now use SHA256
Ticket: https://trello.com/c/Wlj5MXSS/104-use-sha256-for-hashing-phone-numbers-in-voxtron
Documentation: https://github.com/virtualq/QConnect-Release/wiki/Features#--hash-phone-number