Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Badaboom !

Compare
Choose a tag to compare
@goriunov goriunov released this 10 Mar 09:06
· 34 commits to master since this release
ff2abfc

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 :)