Skip to content

Releases: treefrogframework/treefrog-framework

TreeFrog Framework version 1.10.0 release

13 Dec 13:39
Compare
Choose a tag to compare

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

http://www.treefrogframework.org/

TreeFrog Framework version 1.9.2 release

11 Sep 11:31
Compare
Choose a tag to compare

ChangeLog:

  • Implemented Redis driver [Experimental]
  • Implemented auto reloading system for application
  • Other bugfixes

http://www.treefrogframework.org/

TreeFrog Framework version 1.9.1 release

10 Jul 00:33
Compare
Choose a tag to compare

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

28 May 11:09
Compare
Choose a tag to compare

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

11 Apr 10:58
Compare
Choose a tag to compare

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

11 Feb 00:32
Compare
Choose a tag to compare

ChangeLog:

  • Support for Raspberry Pi, ARM architecture.
  • Fix a bug of settings of default project file on Qt4.