Changelog History
Page 1
-
v5.2
December 02, 2020 -
v5.1
October 17, 2020 -
v5.0
October 17, 2020 -
v4.0 Changes
July 05, 2020v4.0
-
v3.0
May 05, 2020 -
v2.3
August 09, 2019 -
v2.2 Changes
July 11, 2019โ Added support for both autoconf and cmake
๐ Changes for fixing warning in mongodb connection string
fixed issues with missing libraries located in /usr/local/lib (LD_LIBRARY_PATH)
๐ fixed issues in techempower benchmark prime cache code (allow only one process to prime cache)
๐ fixed issues related to missing apache include files on macos
โ Added docker files for autoconf
โ Added support for docker compose
๐ Fixed issues while building nginx and apache modules
๐ Used libcuckoo concurrent hash map
๐ Used concurrentqueue from https://github.com/cameron314/concurrentqueue
๐ Http2 support re-enabled
๐ Fixed multiple issues in serialization of stl set/multiset/queue and Date's
Resolved issues with mongodb connection parameters causing long timeouts when mongodb is not available
๐ Fixed memory leak issues in http2 connection handling
๐ Fixed several memory leaks
๐ป Standardized all throw statements to use std::exception classes
โ Added Http Client support
โ Added initial search engine (SOLR/ES) integration support (WIP)
๐ Fixed issues with openssl v1.1
Correctly infer/set the c++ 11 compiler flag and atomic headers
โ Add support for case sensitive column names in mongodb orm
๐ Fixed a lot of memory leaks in sdorm modules for mongodb/sql
๐ Check for redis/memcached headers/libs when building with cache support
Correctly set apache headers using apache request pool
Correctly pass through environment variables required to nginx
๐ Fixed Caching support for redis/memcached
๐ Fix Http pipelining issue
๐ Fix issue in cast from string to float
๐ Fixed memory leaks in apache/nginx modules
๐ง Docker files for the ffead-cpp framework for Ubuntu Bionic, Arch Linux, Gentoo, Centos 7, OpenSuse Tumbleweed -
v2.1 Changes
June 27, 2017๐ Performance Improvements
๐ Fixed threading issues with the the embedded event poll
0๏ธโฃ Defaulted to EPOLL Edge trigger mode
Separate write pool for handling socket writes
๐ Fixed the auto generate script for new applications
Resolved issues in the techempower benchmark scripts
๐ Fix for issue #12
๐ Fix for issue #13 -
v2.0 Changes
September 24, 2016โ Added apache module support
โ Added nginx module support
Cleaned up namespace related issues
๐ Better parsing support for header files -
v2.0-Draft Changes
May 09, 2016๐ Draft Binary for Techempower Benchmarks Threadpool Fixed