Skip to content

v1.3.0 rc

Compare
Choose a tag to compare
@Antruly Antruly released this 28 Mar 06:41
· 40 commits to master since this release

TCP Networking Library - Release v1.3.0

Welcome to the v1.3.0 release of our TCP networking library! This update brings several new features, enhancements, and bug fixes to improve the overall performance and functionality of our library. Below are the key changes introduced in this release:

New Features:

  • VWeb Module: We've introduced a new VWeb module, which includes classes such as VHttpClient, VHttpParser, VHttpRequest, VHttpResponse, VHttpServer, VWebSocketParser, and VZlib. These classes provide comprehensive functionalities for web development and HTTP/HTTPS communication.
  • VCore Updates: Added new files VCoreDefine.h, VLibuvInclude.h, VMemoryPool.cpp, VMemoryPool.h, VThreadPool.cpp, and VThreadPool.h to enhance the core functionality and performance of the library.

Enhancements:

  • Improved Networking: Various improvements have been made to the networking module, enhancing stability and performance.
  • Memory Management: Optimized memory management with the introduction of memory pool and thread pool functionalities.

Bug Fixes:

  • Resolved Issues: This release includes fixes for several reported issues and bugs, ensuring a more stable and reliable experience for our users.

Other Changes:

  • Project Structure: Added CMakeLists.txt file for the VWeb module to improve project organization and build configuration.

For a detailed list of changes, please refer to the changelog.

We hope these updates enhance your experience with our library. As always, we welcome your feedback and contributions. Feel free to reach out with any questions or suggestions.

Happy coding!