Releases: treefrogframework/treefrog-framework
Releases · treefrogframework/treefrog-framework
TreeFrog Framework version 1.10.0 release
ChangeLog:
- Implemented a class which represents SQL join clause for the O/R mapper.
- Implemented LD_PRELOAD mechanism to the treefrog command, Linux only.
- Fix a bug of getting running application's file path for root user.
- Fix a bug of SQL for SELECT-COUNT query.
- Other bugfixes
TreeFrog Framework version 1.9.2 release
ChangeLog:
- Implemented Redis driver [Experimental]
- Implemented auto reloading system for application
- Other bugfixes
TreeFrog Framework version 1.9.1 release
ChangeLog
- Added 'status' subcommand for treefrog.
- Added imageLinkTo() method to TViewHelper class.
- Implemented HTTP send function from WebSocket module.
- Fix a bug of outputing a newline code by tmake command.
- Fix compilation error on Qt5.5
- Enhanced C++11 support.
TreeFrog Framework version 1.9.0 release
ChangeLog
- Implemented keep-alive modules for WebSocket.
- Implemented publish/subscribe functions for WebSocket.
- Changed API of endpoint class.
- Added TSql::IsEmpty operator and NOT operator for TCriteria class.
- Performance improvement.
- Other bugfixes
TreeFrog Framework version 1.8.0 release
ChangeLog:
- Support WebSocket protocol.
- C++11 support enabled as default.
- Performance improvement in hybrid MPM.
- Fix a bug of 'abort' subcommand of treefrog on Windows.
Fix a bug of routing URL. - Modified to use std::atomic instead of QAtomic.
- Modified to catch SIGINT in case of debug mode.
- Unsupported prefork MPM.
- Deleted obsolete functions.
- Other bugfixes
TreeFrog Framework version 1.7.9 release
ChangeLog:
- Support for Raspberry Pi, ARM architecture.
- Fix a bug of settings of default project file on Qt4.