babelouest / ulfius

Web Framework to build REST APIs, Webservices or any HTTP endpoint in C language. Can stream large amount of data, integrate JSON data with Jansson, and create websocket services
https://babelouest.github.io/ulfius
GNU Lesser General Public License v2.1
1.07k stars 183 forks source link

Current LTS and End of life #229

Closed ChinmayaAgarwal closed 1 year ago

ChinmayaAgarwal commented 2 years ago

Hi,

What is the current LTS release in ulfius? Also we are using ulfius v2.7.2, what is the end of life for this release?

Thanks and Regards, Chinmaya Agarwal

babelouest commented 2 years ago

Hello,

There is no LTS release for Ulfius. This is a personal project and I don't have the resources for that. Sorry.

Nevertheless, the releases are backward source compatible, unless mentioned otherwise.

I suggest to upgrade your ulfius version to the latest when possible, 2.7.2 is vulnerable with the malformed http request vulnerability, and other bugs have been fixed since then.