New msgpack extensions, extended connection options, bug fixes
- Added 3 new msgpack extensions: UUID, Datetime, Decimal
- Connection object accepts all options of
net.createConnection() - Extended readme documentation
- Supports new Tarantool 3.0 iproto
- New
nonWritableHostPolicyand related options, which improves a high availability capability without any 3rd parties - Ability to disable the offline queue
- Fixed bug with int32 numbers when it was encoded as floating. Use method
packInteger()to solve this -
selectCb()now also acceptsspaceIdandindexIdas their String names, not only their IDs
Sorry, but test.sh is broken exactly at the first commit.
Apparently, istanbul isn't aware of ?. and fails w/some sort of parsing.
Will inspect this.
What is the reason to use the Denque? The whole functionality of this module could be implemented with a native Array's methods like push / pop / shift / splice, which are 2 times faster in my own benchmarks and available since node 0.10.0 version
is broken
Fixed it
@sergos @oleg-jukovec any news?
is broken
Fixed it
As of today tests are passing, no more questions from me.