Skip to content

Releases: sumeetchhetri/ffead-cpp

v6.0

22 Oct 14:09
Compare
Choose a tag to compare
Added support for Bazel/Buck build

Changes for version 6.0 - XII
Resolved compilation errors
Fixed autoconf, scons build errors
Resolved compilation errors

v5.3

21 Apr 06:26
Compare
Choose a tag to compare
Use vlang version 0.1.29 as this is the fastest version for ffead-cpp

v5.2

02 Dec 06:30
Compare
Choose a tag to compare
Optimized serialization modules

Fixed issues in libpq async support
Added techempower tests for libpq async profiled sceanrios
[docker_push][skip_build]

v5.1

26 Oct 04:40
Compare
Choose a tag to compare
[docker_push][docker_debug_push][skip_build]

v5.0

17 Oct 06:19
Compare
Choose a tag to compare
Remove unwanted log [docker_push]

v4.0

05 Jul 12:45
Compare
Choose a tag to compare

v4.0

v3.0

05 May 17:40
Compare
Choose a tag to compare
Added module for openlitespeed (Experimental)

Updated readme

v2.3

09 Aug 11:57
Compare
Choose a tag to compare
Fixed thread load balancing issue

v2.2

11 Jul 17:16
Compare
Choose a tag to compare

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

27 Jun 05:24
Compare
Choose a tag to compare

Performance Improvements
Fixed threading issues with the the embedded event poll
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