This commit is contained in:
Feng Lee 2015-05-25 18:29:25 +08:00
parent 5b16368408
commit 85f0fcb87c
1 changed files with 26 additions and 2 deletions

View File

@ -2,10 +2,34 @@
emqttd ChangeLog
==================
0.8.0-alpha (2015-05-16)
0.8.0-alpha (2015-05-25)
-------------------------
Improve: emqtt_topic module add join/1, feed_var/3, is_queue/1
[Hooks](https://github.com/emqtt/emqttd/wiki/Hooks%20Design), Modules and [Plugins](https://github.com/emqtt/emqttd/wiki/Plugin%20Design) to extend the Broker Now!
Plugin: emqttd_auth_mysql - MySQL authentication plugin (issues #116, #120)
Plugin: emqttd_auth_ldap - LDAP authentication plugin
Feature: emqttd_broker to support Hooks API
Feature: issue #111 - Support 'Forced Subscriptions' by emqttd_mod_autosub module
Feature: issue #126 - Support 'Rewrite rules' by emqttd_mod_rewrite module
Improve: Support hooks, modules to extend the broker
Improve: issue #76 - dialyzer check
Improve: 'Get Started', 'User Guide', 'Developer Guide' Wiki
Improve: emqtt_topic to add join/1, feed_var/3, is_queue/1
Improve: emqttd_pooler to execute common tasks
Improve: add emqttd_sm_sup module, and use 'hash' gproc_pool to manage sessions
Tests: add more test cases for 'emqttd' app
0.7.1-alpha (2015-05-04)