Commit fae59bfc by Adi Amir

updated readme for version 1.0.0

parent 8c321dfd
Showing with 14 additions and 2 deletions
## C++ Microservice Framework ## C++ Microservice Framework
## VERSIONS: ## VERSIONS:
# 1.0.0
- new server/handler design:
add support for message queue and pub-sub server & client implmentations.
add reactor for delegating requests from servers to handlers.
add factory for creating servers and clients
- add support for zeromq for message queue and pub-sub
- add support for changing log level on the fly.
(add set/get log level by calling _mon/_logLevel[?level=Info])
- add packaging and upload archives.
# 0.3.1 # 0.3.1
- setting false on seterror in cMicroservice_BaseRestResponse - setting false on seterror in cMicroservice_BaseRestResponse
- fix error resp format - fix error resp format
- change rmq-handler to support async operations - change rmq-handler to support async operations
# 0.3.0 # 0.3.0
- Adding RestResponse that can return the headers and status code of the response - Adding RestResponse that can return the headers and status code of the response
check the ReadSync in the Test file check the ReadSync in the Test file
...@@ -14,4 +26,5 @@ ...@@ -14,4 +26,5 @@
# 0.2.0 - Add Async client operations # 0.2.0 - Add Async client operations
- Tasks Reference: https://msdn.microsoft.com/en-us/library/dd492427.aspx - Tasks Reference: https://msdn.microsoft.com/en-us/library/dd492427.aspx
#0.1.0 - Add Scheduler #0.1.0 - Add Scheduler
\ No newline at end of file
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 sign in to comment