Releases: treefrogframework/treefrog-framework
Releases · treefrogframework/treefrog-framework
TreeFrog Framework version 1.31.0 release
- Fix a bug of TMultiplexingServer (epoll server).
- Modified not to use obsolete functions of Qt.
- Modified to use std::call_once() function.
- Added TAbstractSqlORMapper class.
- Performance improvement.
TreeFrog Framework version 1.30.0 release
- Implemented logics for X-Forwarded-For Header.
- Implemented ActionMailer.smtp.RequireTLS parameter in application.ini.
- Added a option for showing URL routing to treefrog command.
- Updated I/F of ORM functions.
- Performance improvement.
TreeFrog Framework version 1.29.0 release
- Fix a bug of max-age of cookie.
- Fix a bug of generating select-tag.
- Modified to initialize boolean fields in classes generated.
- Implemented publish() function in TActionController class.
- Rename functions; renderAndStoreInCache() to renderAndCache(), renderFromCache() to renderOnCache(), removeFromCache() to removeCache().
TreeFrog Framework version 1.28.0 release
- Implemented to add a SameSite attribute to cookie.
- Modified to add a max-age value to cookie.
- Fix a bug of listing available controllers.
- Fix a bug of showing a port number by -l option.
- Fix a bug of content type in renderText() function.
TreeFrog Framework version 1.27.0 release
- Implemented OAuth2 client. [Experimental]
- Supports for MongoDB version 3.2 and later.
- Fix a bug that timer for TSqlDatabasePool stops. #279
- Fix a bug not to set all databases to transaction state value.
- Fix a bug of execution of diff in tspawn command.
TreeFrog Framework version 1.26.0 release
- Added cache modules by SQLite, MongoDB and Redis.
- Updated LZ4 compression algorithm to 1.9.2.
- Fix a compilation error on Ubuntu 19.10.
- Changed the epoll module from multi-thread to single thread architecture.
- Performance improvement.
TreeFrog Framework version 1.25.0 release
- Updated Mongo C driver to v1.9.5.
- Updated LZ4 compression algorithm to v1.9.1.
- Modified to set a domain in session cookie. #245
- Changed the default C++ config from c++11 to c++14.
- Erased 'DISTINCT' from SELECT statement.
- Fix a bug of stopping tadpole.
- Fix a bug of outputting accesslog.
- Modified for MSVC2015.
- Performance improvement.
TreeFrog Framework version 1.24.0 release
- 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.
TreeFrog Framework version 1.23.0 release
TreeFrog Framework version 1.22.0 release
- Support for CMake build.
- Support SMTP connections to older servers.
- Modified log messages.
- Fix bugs of tspawn.pro file.