Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery.common.cpp
/
Microservice
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fae59bfc
authored
Dec 21, 2016
by
Adi Amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
updated readme for version 1.0.0
parent
8c321dfd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
README.md
README.md
View file @
fae59bfc
## C++ Microservice Framework
## 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
-
setting false on seterror in cMicroservice_BaseRestResponse
-
fix error resp format
-
change rmq-handler to support async operations
# 0.3.0
-
Adding RestResponse that can return the headers and status code of the response
check the ReadSync in the Test file
...
...
@@ -14,4 +26,5 @@
# 0.2.0 - Add Async client operations
-
Tasks Reference: https://msdn.microsoft.com/en-us/library/dd492427.aspx
#0.1.0 - Add Scheduler
\ No newline at end of file
#0.1.0 - Add Scheduler
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment