Releases: treefrogframework/treefrog-framework
Releases · treefrogframework/treefrog-framework
TreeFrog Framework version 2.9.0 release
- Fix a bug of access log about status-code.
- Modified to set NULL into DB when the value is QString() in TSqlObject.
- Added a function, TAbstractModel::setProperties(const QJsonObject &properties).
- Updated mongoc driver to v1.26.2.
- Updated glog to v0.7.0.
TreeFrog Framework version 2.8.0 release2 for Windows
Upgraded PostgreSQL client library (libpq) to version 15 for windows.
TreeFrog Framework version 2.8.0 release
- Support prepared statements for PostgreSQL and MySQL.
- Fix compilation error on Emscripten.
TreeFrog Framework version 2.7.1 release
- Fix a bug of opening shared memory KVS.
- Modified to reply NotFound when it can not invoke the action.
TreeFrog Framework version 2.7.0 release
- Fix possibility of thread conflicting when receiving packets.
- Changed hash algorithm to HMAC of SHA3.
- Added Memcached as session store.
- Updated malloc algorithm of TSharedMemoryAllocator.
- Updated system logger.
- Performance improvement for pooling database connections.
TreeFrog Framework version 2.6.1 release
- Fix a bug of outputting access log.
- Added a link option for LZ4 shared library on Linux of macOS.
TreeFrog Framework version 2.6.0 release
- Implemented in-memory KVS for cache system.
- Added a link option for Glog shared library.
- Fix bugs of macros for command line interface.
- Updated LZ4 to v1.9.4.
TreeFrog Framework version 2.5.0 release
- Implemented flushResponse() function to continue the process after sending a response.
- Updated glog to v0.6.0
- Performance improvement for redis client.
- Implemented memcached client. [Experimental]
- Implemented a cache-store for memcached, TCacheMemcachedStore class.
TreeFrog Framework version 2.4.0 release
- Implemented memory store for cache.
- Updated Mongo C driver to v1.21.2.
TreeFrog Framework version 2.3.1 release
- Fix compilation errors on Qt 6.3.