v1.3.0 rc
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 asVHttpClient
,VHttpParser
,VHttpRequest
,VHttpResponse
,VHttpServer
,VWebSocketParser
, andVZlib
. 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
, andVThreadPool.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!