This commit is contained in:
Feng 2016-08-30 21:35:09 +08:00
parent e2415a598b
commit 0ee2a82a49
1 changed files with 10 additions and 12 deletions

View File

@ -7,20 +7,18 @@ Changes
.. _release_2.0:
-------------------------------
Version 2.0 (West of West Lake)
-------------------------------
-------------------------------------
Version 2.0-beta1 (West of West Lake)
-------------------------------------
*Release Date: 2016-08-30*
*Release Name: West of West Lake*
.. NOTE:: Dont' upgrade 1.x production deployment to 2.0-beta1 release.
EMQ - Shortened Project Name
----------------------------
Adopt a shortened projectname: EMQ(Erlang/Enterprise/Elastic MQTT Broker)E means Erlang/OTP, Enterprise and Elastic.
Adopt a shortened project name: EMQ(Erlang/Enterprise/Elastic MQTT Broker)E means Erlang/OTP, Enterprise and Elastic.
Improve the Release Management
------------------------------
@ -89,15 +87,15 @@ Load the plugin::
./bin/emqttd_ctl plugins load emqttd_sn
Improve Design of PubSub and Router
-----------------------------------
Improve The PubSub Design
-------------------------
.. image:: _static/images/publish.png
Improve Plugin Management
-------------------------
Improve The Plugin Management
-----------------------------
The plugin of EMQ 2.0 broker is a normal erlang application which depends on and extends 'emqttd'. User can create a standalone plugin application project, and add it to `emqttd-relx`_ Makefiel as a dependency.
The plugin of EMQ 2.0 broker is a normal erlang application which depends on and extends 'emqttd'. You can create a standalone plugin application project, and add it to `emqttd-relx`_ Makefile as a DEP.
All the plugins' config files will be copied to emqttd/etc/plugins/ folder when making emqttd brinary packages in `emqttd-relx`_ project::