Skip to content

V4.0.1

Compare
Choose a tag to compare
@ketoo ketoo released this 20 Jun 05:43
· 4949 commits to master since this release

Version update details:

  1. Optimized the registration mechanism, reducing the number of parameters which accessing each module, now can get the module according to its template parameters.
  2. remove some database plugin which let the deployment become more easier.
  3. Refactored networking's callback interface, added observer mechanism for networking message, removed switch message and ID.
  4. Fixed some defect on nosql(redis) module.
  5. Overload interface for char*, and added new interface for std::string.
  6. Also fixed some bugs from users feedback.