Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Releases: XiaoMi/pegasus-nodejs-client

1.0.14-pegasus-nodejs-client

24 Oct 10:08
Compare
Choose a tag to compare
  • Bug fix
    • fix bug while re-connect meta server sessions

1.0.13-pegasus-nodejs-client

03 Sep 07:45
Compare
Choose a tag to compare
  • Update getConnection
    • Connections are built synchronously using deasync library which will lead to errors while kill tests and unstable state while rolling update cluster, so we should change getConnection to asynchronous execution and remove deasync
  • Bug fix
    • repeated cluster replica session which will lead to memory leak
    • useless retry request when handling session errors
    • re-connection while session closed normally
  • Enhancement
    • refactor queryMeta to distinguish different table states and add queryMeta delay time
    • update README doc
    • format code