Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Version 1.8.3

Latest
Compare
Choose a tag to compare
@msrd0 msrd0 released this 09 Apr 19:23
v1.8.3
d3610a2

Changelog:

  • Several Qt6 compatibility fixes
  • Replace usages of QRegExp with QRegularExpression
  • Support adding QtWebApp as a CMake subdirectory of other projects
  • Fix incorrect signature of TemplateCache::tryFile
  • Consistently use qint64 for session time
  • Add config option to control temp dir
  • Remove tSocketDescriptor type alias
  • Use a consistent code style using clang-format

Upstream Changelog:

  • Fix compatibility issues with Qt 4.7 and 6.0.
  • Removed qtservice, use the Non-Sucking Service Manager instead.
  • Add Cookie attribute "SameSite".
  • SessionStore does now emit a signal when a session expires.
  • Fix threadId not printed in log file.
  • The minLevel for logging can now be configured as string.
  • Info messages are now positioned between DEBUG and WARNING.
  • I also added an example for HTTP Basic authorization.