Skip to content

Releases: faburaya/3fd

3FD v2.3.2 (RC1)

19 Jan 01:29
Compare
Choose a tag to compare
3FD v2.3.2 (RC1) Pre-release
Pre-release
  • Ported framework and tests to Windows 10 UWP
  • Implemented a flexible parser for command line arguments
  • Implemented new module that wraps Microsoft RPC API (plus tests for it), easing the development of client and server code including authentication using NTLM, Kerberos, Negotiate and Schannel
  • WWS module now supports HTTP header authentication with SSL on transport
  • Better support for authorization and channel properties in WWS module
  • Added new sample application VideoTranscoder
  • Added exception helpers for handling of COM errors
  • Segregated client and server side integration tests in different executables
  • Improved quality of implementation for integration tests
  • Improved output of errors in the log
  • Compilable in Clang v3.6 on Linux
  • Upgraded boost dependency to v1.63
  • Upgraded embedded SQLite implementation to v3.15.2
  • Bug fixes and enhanced reliability