This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
Badaboom !
Hi every one an this is 2.1.0.
Braking Changes
Properties Replacement, some of the clusterws settings were moved and renamed:
// Now instead of this options passed separately:
reconnectionAttempts,
reconnectionIntervalMin,
reconnectionIntervalMax
// We pass them as one object:
autoReconnectOptions?: {
attempts?: number
minInterval?: number
maxInterval?: number
}
please check Installation and Configuration guide for Available configurations.
Underhood Changes
- Improved re connection (much more stable than old version)
- Updated code style
- Reduced size
Hope you will like this release :)