0.15
This commit is contained in:
parent
83d64308c5
commit
548c5fe5d0
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -2,13 +2,17 @@
|
||||||
emqttd ChangeLog
|
emqttd ChangeLog
|
||||||
==================
|
==================
|
||||||
|
|
||||||
0.15.0-beta(2016-01-20)
|
0.15.0-beta(2016-01-28)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
#### Highlights
|
#### Highlights
|
||||||
|
|
||||||
Optimization for Route ETS insertion (#427)
|
Optimization for Route ETS insertion (#427)
|
||||||
|
|
||||||
|
Add Mongodb, Redis Plugins
|
||||||
|
|
||||||
|
Priority Message Queue Support
|
||||||
|
|
||||||
ReadTheDocs
|
ReadTheDocs
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,9 +20,19 @@ ReadTheDocs
|
||||||
|
|
||||||
Join/Leave the Cluster
|
Join/Leave the Cluster
|
||||||
|
|
||||||
|
Username Authentication: Default Users
|
||||||
|
|
||||||
|
Improve Cli commands: pubsub, bridges, trace
|
||||||
|
|
||||||
|
emqttd_mod_subscription: fix client_connected/3
|
||||||
|
|
||||||
|
|
||||||
#### BugFix
|
#### BugFix
|
||||||
|
|
||||||
|
Fix dequeue/1 of emqttd_bridge...
|
||||||
|
|
||||||
|
Add emqttd:seed_now/0 function
|
||||||
|
|
||||||
|
|
||||||
#### Plugins
|
#### Plugins
|
||||||
|
|
||||||
|
@ -26,6 +40,10 @@ emqttd_plubin_mysql: changed mysql driver to mysql-otp
|
||||||
|
|
||||||
emqttd_plugin_pgsql: integrate with ecpool
|
emqttd_plugin_pgsql: integrate with ecpool
|
||||||
|
|
||||||
|
emqttd_plugin_redis: first release
|
||||||
|
|
||||||
|
emqttd_plugin_mongo: first release
|
||||||
|
|
||||||
|
|
||||||
#### Benchmark
|
#### Benchmark
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue