* Added a useful class called SQLStepQueue * Requires MemSQL 2.5 to work due to using JSON under the hood. * Fully atomic queue, that is designed to also store data forever * Each enqueued item can be started, multiple steps can be executed on it, and then it can be stoped * Timing information for each step is stored on the item's execution row
2.3.4
* Fixed a minor exception that was raised when a node isn't a MemSQL node
2.3.3
* Implemented garbage collection for very old pending analytical rows
2.3.2
* Removed test package from setup.py
2.3.1
* Minor bug fix - NaN values are no longer sent to MemSQL
2.3.0
* Send disk space usage from our plugin for memsql nodes. We do this for only the disk that is used by the data directory.