Treefrog Framework Versions Save

TreeFrog Framework : High-speed C++ MVC Framework for Web Application

v2.8.0-2

2 months ago

Upgraded PostgreSQL client library (libpq) to version 15 for windows.

v2.8.0

4 months ago
  • Support prepared statements for PostgreSQL and MySQL.
  • Fix compilation error on Emscripten.

v2.7.1

1 year ago
  • Fix a bug of opening shared memory KVS.
  • Modified to reply NotFound when it can not invoke the action.

v2.7.0

1 year ago
  • 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.

v2.6.1

1 year ago
  • Fix a bug of outputting access log.
  • Added a link option for LZ4 shared library on Linux of macOS.

v2.6.0

1 year ago
  • 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.

v2.5.0

1 year ago
  • 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.

v2.4.0

1 year ago
  • Implemented memory store for cache.
  • Updated Mongo C driver to v1.21.2.

v2.3.1

1 year ago
  • Fix compilation errors on Qt 6.3.

v2.3.0

2 years ago
  • Fix a bug of inserting a double-type value by SqlObject.
  • Implemented log output to calculate processing time of SQL query.
  • Implemented logics to set the log format of the SQL query log.
  • Implemented the treefrog command to show settings option.
  • Modified the timing of initializing sqlite cache store.