Skip to content

acl 3.6.7 released!

Choose a tag to compare

@zhengshuxin zhengshuxin released this 08 May 07:25
· 35 commits to master since this release
  • Optimize: Optimize stream::read() API for reading from UDP socket;
  • Optimize: Add more mysql's error number in mysql module;
  • Optmize: Set the connect socket's readwrite buffer to improve network IO performance;
  • Feature: Add more fiber template and add conditional compiling for fiber go macro;
  • Optimize: redis_client_pipeline::push() API can be used by user to get the highest performance;
  • Feature: Support parsing unicode string in json parser;
  • Feature: Add CMAKE_MIN_VER envrionment setting in userspace;
  • Feature: Add pkg building for Ubuntu and macOS;
  • Bugfix: Fixed bug in gsoner::get_filename() when getting the file name from full file path;
  • Bugfix: Fixed compiling error in fiber module on windows platform.