Releases: treefrogframework/treefrog-framework
Releases · treefrogframework/treefrog-framework
Release list
TreeFrog Framework version 2.12.0 release
What's Changed
- Fix a bug that caused an invalid parameter error in shm_open() on macOS 26.
- Fix ERR_CONNECTION_RESET errors that occur after receiving an HTTP request that exceeds LimitRequestBody.
- Added support for Visual Studio 2026 by modifiying the setup configuration scripts.
- Implemented asynchronous I/O using io_uring on Linux. [Experimental]
- Updated mongo-c-driver to v2.3.3.
- Updated lz4 to v1.10.0.
- Updated glog to v0.7.1.
Full Changelog: v2.11.2...v2.12.0
TreeFrog Framework version 2.11.2 release
What's Changed
- Updated the internally used MongoDB C Driver to version 2.1.0
- Added support for std::format style formatting in logging functions
Full Changelog: v2.11.1...v2.11.2
TreeFrog Framework version 2.11.1 release
What's Changed
- Fixed a compilation error bug in tftest.h. #419
- Updated test macros.
Full Changelog: v2.11.0...v2.11.1
TreeFrog Framework version 2.11.0 release
- Vite + Vue scaffolding support (experimental)
- Fix a bug of TSharedMemory on macos.
Full Changelog: v2.10.1...v2.11.0
TreeFrog Framework version 2.10.1 release
Fixed build errors on macOS 13 environment.
Full Changelog: v2.10.0...v2.10.1
TreeFrog Framework version 2.10.0 release
- Supported for std::format style log output, Tf::error(), Tf::warn(), Tf::info(), etc.
- Fix a bug of tsharedmemory initiation.
- Only Qt6 supported after this version (Qt5 not supported).
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.