Commit c5f9093e authored by Savorboard's avatar Savorboard

Add release notes to docs

parent 0a77805d
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* Author: [@yang-xiaodong](https://github.com/yang-xiaodong) * Author: [@yang-xiaodong](https://github.com/yang-xiaodong)
* Email: yangxiaodong1214@126.com * Email: yangxiaodong1214@126.com
* Blogs: https://saborboard.cnblogs.com * Blogs: https://savorboard.cnblogs.com
## NCC Organization ## NCC Organization
......
# Release Notes # Release Notes
## Version 2.5.0 (2019-03-30)
**Features:**
* Support Azure Service Bus. (#307)
* Support In-Memory Storage. (#296)
* Upgrade Dapper to version 1.60.1
* Support read environment variables CAP_WORKERID and CAP_DATACENTERID as the snowflake algorithm workerid and datacenterid.
**Bug Fixed:**
* Modify MySQL cap table encoding to utf8mb4. (#305)
* Move CapSubscribeAttribute class to DotNetCore.CAP project.
* Fixed multiple instance snowflake algorithm generating primary key conflicts. (#294)
## Version 2.4.2 (2019-01-08) ## Version 2.4.2 (2019-01-08)
**Features:** **Features:**
......
...@@ -26,6 +26,7 @@ If you have any question or problems, please report them on the CAP repository: ...@@ -26,6 +26,7 @@ If you have any question or problems, please report them on the CAP repository:
<a href="https://github.com/dotnetcore/cap/issues/new"><button data-md-color-primary="purple"><i class="fa fa-github fa-2x"></i> Report Issue</button></a> <a href="https://github.com/dotnetcore/cap/issues/new"><button data-md-color-primary="purple"><i class="fa fa-github fa-2x"></i> Report Issue</button></a>
<a href="https://github.com/dotnetcore/cap/issues"><button data-md-color-primary="purple" type="submit"> Active Issues <i class="fa fa-github fa-2x"></i></button></a> <a href="https://github.com/dotnetcore/cap/issues"><button data-md-color-primary="purple" type="submit"> Active Issues <i class="fa fa-github fa-2x"></i></button></a>
## License ## License
CAP is licensed under the [MIT license](https://github.com/dotnetcore/CAP/blob/master/LICENSE.txt). CAP is licensed under the [MIT license](https://github.com/dotnetcore/CAP/blob/master/LICENSE.txt).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment