The HTTP API is a development tool added for development and debugging purposes. It is ideal for quick prototyping efforts, and provides API calls for accessing Riak TS data over HTTP.
[PR #1342]
[PR #1350]
[PR #1351]
[PR #1355]
[PR #1371]
Our supported SQL commands have expanded to include WITH and INSERT. The WITH clause makes creating a TS table even easier, and INSERT provides another way to add data to your TS table.
[PR #1369]
[PR #805]
[PR #806]
[PR #1328]
[PR #1332]
[PR #1364]
[riak_ql PR #110]
[riak_shell PR #25]
The relaxed key restrictions mean the family and series keys are no longer required, which makes TS table schemas more flexible, and makes customizing the data you store and how you store even easier.
[PR #1357]
[riak_ql PR #108]
TS now supports MDC fullsync replication on TS tables. At this time,MDC support in TS does not include AAE fullsync. To use MDC, you will need to create your TS tables in your clusters and then configure MDC.
[riak_repl PR #738]
[PR #1381]
Riak TS now offers integration with PHP and .NET clients.