Skip to content

v0.7.0

Compare
Choose a tag to compare
@cinemast cinemast released this 10 Aug 08:51
· 308 commits to master since this release
  • Change: Requiring C++11 support (gcc >= 4.8)
  • Fix: armhf compatibility
  • Fix: Invalid client id field handling (removed int only check)
  • Fix: Security issues in unixdomainsocket connectors
  • Fix: Missing CURL include directive
  • Fix: Parallel build which failed due to failing CATCH dependency
  • Fix: Handling 64-bit ids
  • Fix: Invalid parameter check
  • Fix: Invalid pointer handling in HTTP-Server
  • NEW: HttpServer can now be configured to listen localhost only
  • NEW: TCP Server + Client connectors