0.1.76 Released

- 1 min read

This release includes a complete replacement of our data storage layer – rather than storing things in Cassandra, we’ve moved everything over to HBase as it provides us with a couple of very significant benefits, most significant of which is the ability to actually order our rows. As you will notice, both the rows and columns of your data sets now upload and download in the order they were uploaded. No other major things were changed, so we’re going to forego the regular bullet list this time.

Curious? Go check it out!