TreeFrog Framework v1.24.0 Release Notes

Release Date: 2019-04-29 // almost 5 years ago
    • Modified to use LZ4 compression algorithm.
    • Modified to use QLatin1String(), QStringLiteral() and QByteArrayLiteral() where possible.
    • ๐Ÿ›  Fix a bug of incorrect Content-Type returned for files with uppercase extension.
    • ๐Ÿ›  Fix a bug of parsing form-data values included backslashes.
    • Implemented a function, TMultipartFormData::uploadedFilePath().
    • Implemented a function, TSqlQuery::value(const QString &name).
    • Implemented functions storing data of hash type for Redis.
    • Brushed up THttpRequest class. #234
    • ๐Ÿ‘Œ Improved functions of TSqlQuery class. #243
    • ๐ŸŽ Performance improvement.