This repository was archived by the owner on May 28, 2026. It is now read-only.
v1.1.0
Changes
- Safeguarding from closing the connection while RFC calls still running
- Number of running RFC calls exposed as client instance attribute
- Client logging
- Installation with NODE_ENV=production, fix #122
- Warnings when compiling for Windows IA32 platform, fix #131
- Ensure Bluebird Promises used instead of native Typescript, fix #134
- Pool reopen() fixed, returning now the Client instance, just like Pool open(), fix #135
- Pool max option removed, fix #136
- Unit tests refactoring