{% extends "common/news.j2" %} {% block body_content %}

GNU libmicrohttpd 1.0 released

We are glad to announce the release of GNU libmicrohttpd v1.0, and future plans for the library.

About GNU libmicrohttpd

GNU libmicrohttpd is a small C library that makes it easy to run an HTTP server as part of another application. GNU libmicrohttpd is free software and an official GNU package.

Key features that distinguish GNU libmicrohttpd from other projects are:

Do not use GNU libmicrohttpd if you are looking for a standalone HTTP server, there are many other projects out there that provide that kind of functionality already. However, if you want to be able to serve HTTP requests from within your C or C++ application, check it out!

GNU libmicrohttpd has been primarily developed by the GNU maintainers Evgeny Grin and Christian Grothoff over the last 16 years with the help of a large community contributing features, bug reports and bug fixes. We are especially grateful for code security audits performed or paid for by Mozilla and Red Hat.

Changes

This is the first non-bugfix release since version 0.9.75 and the first ever stable release of GNU libmicrohttpd. It is a huge one with new features and fixes.

The major changes include:

Download

You can download GNU libmicrohttpd from:

Please report bugs to our bugtracker.

The documentation (including a reference manual and tutorial) can be found at https://gnu.org/s/libmicrohttpd.

Future Development

We will now begin work on a 2nd major version of GNU libmicrohttpd. This version will have an easier to use API, add support for HTTP2 and HTTP3, as well as multiple TLS backends. Initial work on this will be done by Taler Operations AG under a commission from the German Sovereign Technology Fund. The Sovereign Tech Fund supports the development, improvement, and maintenance of open digital infrastructure. Its goal is to sustainably strengthen the Free Software ecosystem, focusing on security, resilience, technological diversity, and the people behind the code. The result will of course be Free Software and continue to be released under the Lesser GNU General Public License.

If you are interested in commercial support or would like to financially support our development, please contact us. We would like to see if we can transition from purely volunteer work to paid work to accelerate development. We would especially like to hear from you if your business might be interested in purchasing (CE) certifications for GNU libmicrohttpd (say for compliance with the EU Cyber Resilience Act). That would help Taler Operations AG to assess this potential business case.

Of course we will continue our best to provide gratis support -- but no warranties -- to developers via the GNU libmicrohttpd mailing-list.

Happy hacking!

Evgeny & Christian

{% endblock body_content %}