Dublin, December 17th, 2021 — Cesanta today announced release of Mongoose Embedded Web Server Library v.7.5.
Overview
This is a bugfix and cleanup release. A significant number of small issues were fixed, some documentation and examples improved. Among them:
- Add MG_HTTP_INDEX build var, default to "index.html", to let user to change directory index file
- Added MG_CUSTOM_TLS build flag, to enable any 3rd party TLS library integration (or make tweaks to existing integrations)
- Added example for mg_http_bauth()
- Added documentation for mg_http_get_header_var()
- Added CIFuzz integration
- Fixed captive portal example
- Added json-rpc-via-ws example
- Fixed FD_CLOEXEC handling
- Added Add examples/mqtt-client-aws-iot
- Add user and pass to struct mg_mqtt_opts
- Fixed comma handling in mg_http_get_header_var()
- Fixed UDP handling on Windows
- Added mbedTLS CRL support
- Fixed mg_random() on ESP32
- Multiple documentation fixes
To contact: send us a message or ask on the developer forum.