nathanaschbacher / nodiak

Nodiak is a Node.js client for the Riak Distributed Database
MIT License
43 stars 16 forks source link

Add support for node v0.6.x (currently only supports v0.8.x)? #12

Closed nathanaschbacher closed 11 years ago

nathanaschbacher commented 12 years ago

Due to the absence of buffer concatenation support in versions of node prior to v0.8 we opted not to support older versions of node.js. However if there's some demand for that then we can add a custom HTTPBackend_0_6 or something that handles that specific case to support prior versions of node.

nathanaschbacher commented 11 years ago

Now that 0.10.0 is out I'm closing this.