Releases: mgerhold/sockets
Releases · mgerhold/sockets
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
What's Changed
- Refactored socket headers and code to use constants namespace by @mgerhold in #17
- Reduced sleep duration in synchronized tests from 10 to 4 seconds by @mgerhold in #18
- Reduced number of values in SendAndReceiveManyValues test from 500,00… by @mgerhold in #19
- Added tests and functionality for receiving integral values in sockets by @mgerhold in #21
- Updated minimum required CMake version to 3.21.7 by @mgerhold in #24
- Added SendError and ReadError exceptions to handle zero byte data tra… by @mgerhold in #25
- Fixed race condition in stop_running method by setting 'running' to false within task lock by @mgerhold in #28
- Refactored Extractor into MessageBuffer and added utils file by @mgerhold in #29
- 11 create documentation by @mgerhold in #33
- Update GitHub Actions workflow for documentation by @mgerhold in #34
- Update deployment action in GitHub Pages workflowthe publication dire… by @mgerhold in #35
- 11 create documentation by @mgerhold in #37
- updated readme by @mgerhold in #38
- moved client-server example into separate directory by @mgerhold in #39
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.1
v0.2.0
Overview
implemented new API for Synchronized<T>, added additional tests, and CI
What's Changed
- Improve multithreading utilities by @mgerhold in #4
- disabled address sanitizer for MSVC builds by @mgerhold in #5
New Contributors
Full Changelog: v0.1.16...v0.2.0