11.0.0
BREAKING CHANGES
- Initialization option
noLocking
and all the locking logic has been removed. It was a bit of an over-engineering thing. - Parameters for events connect, disconnect and receive have changed (wrapped into an object)
- Connection option
poolSize
has been retired. You should just use optionmax
now, for the pool size. - NodeJS v14 is now the required minimum
OTHER CHANGES
- Documentation updates
- DEV dependencies updated