From 548c5fe5d00da204ef441c4f46bbd1db5d860197 Mon Sep 17 00:00:00 2001 From: Feng Date: Sun, 24 Jan 2016 14:18:46 +0800 Subject: [PATCH] 0.15 --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a27820101..01e572b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,17 @@ emqttd ChangeLog ================== -0.15.0-beta(2016-01-20) +0.15.0-beta(2016-01-28) ------------------------- #### Highlights Optimization for Route ETS insertion (#427) +Add Mongodb, Redis Plugins + +Priority Message Queue Support + ReadTheDocs @@ -16,9 +20,19 @@ ReadTheDocs Join/Leave the Cluster +Username Authentication: Default Users + +Improve Cli commands: pubsub, bridges, trace + +emqttd_mod_subscription: fix client_connected/3 + #### BugFix +Fix dequeue/1 of emqttd_bridge... + +Add emqttd:seed_now/0 function + #### Plugins @@ -26,6 +40,10 @@ emqttd_plubin_mysql: changed mysql driver to mysql-otp emqttd_plugin_pgsql: integrate with ecpool +emqttd_plugin_redis: first release + +emqttd_plugin_mongo: first release + #### Benchmark