0.15.0
This commit is contained in:
parent
1fef08d8bf
commit
30373016a9
34
CHANGELOG.md
34
CHANGELOG.md
|
@ -2,30 +2,30 @@
|
||||||
emqttd ChangeLog
|
emqttd ChangeLog
|
||||||
==================
|
==================
|
||||||
|
|
||||||
0.15.0-beta(2016-01-28)
|
0.15.0-beta (2016-01-31)
|
||||||
-------------------------
|
------------------------
|
||||||
|
|
||||||
#### Highlights
|
#### Highlights
|
||||||
|
|
||||||
|
Optimize for Push Application, 500K+ Subscribers to a Topic.
|
||||||
|
|
||||||
Optimization for Route ETS insertion (#427)
|
Optimization for Route ETS insertion (#427)
|
||||||
|
|
||||||
Add Mongodb, Redis Plugins
|
Priority Message Queue for Persistent Session (#432)
|
||||||
|
|
||||||
Priority Message Queue Support
|
|
||||||
|
|
||||||
ReadTheDocs
|
|
||||||
|
|
||||||
|
Add Redis, MongoDB Plugins (#417)
|
||||||
|
|
||||||
#### Enhancements
|
#### Enhancements
|
||||||
|
|
||||||
Join/Leave the Cluster
|
Username/Password Authentication: Support to configure default users (#428)
|
||||||
|
|
||||||
Username Authentication: Default Users
|
Improve CLI Commands: pubsub, bridges, trace (#429)
|
||||||
|
|
||||||
Improve Cli commands: pubsub, bridges, trace
|
|
||||||
|
|
||||||
emqttd_mod_subscription: fix client_connected/3
|
emqttd_mod_subscription: fix client_connected/3
|
||||||
|
|
||||||
|
emqttd_auth_mod: add passwd_hash/2 function
|
||||||
|
|
||||||
|
priority_queue: add plen/2, out/2 functions
|
||||||
|
|
||||||
#### BugFix
|
#### BugFix
|
||||||
|
|
||||||
|
@ -33,19 +33,15 @@ Fix dequeue/1 of emqttd_bridge...
|
||||||
|
|
||||||
Add emqttd:seed_now/0 function
|
Add emqttd:seed_now/0 function
|
||||||
|
|
||||||
|
|
||||||
#### Plugins
|
#### Plugins
|
||||||
|
|
||||||
emqttd_plubin_mysql: changed mysql driver to mysql-otp
|
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_redis: First release
|
||||||
|
|
||||||
emqttd_plugin_mongo: first release
|
emqttd_plugin_mongo: First release
|
||||||
|
|
||||||
|
|
||||||
#### Benchmark
|
|
||||||
|
|
||||||
|
|
||||||
0.14.1-beta(2015-12-28)
|
0.14.1-beta(2015-12-28)
|
||||||
|
|
Loading…
Reference in New Issue