Mongoose v6.6 Release Notes

Release Date: 2016-10-12 // over 7 years ago
  • πŸ”„ Changes

    πŸ‘ STM32 support added

    πŸ— Mongoose 6.6 can be built and run on STM32 microcontrollers. Check out the new example here for an MQTT Client for STM32. The example runs through how to build an MQTT client for STM32 with TI CC3100 WIFI as network module.

    πŸ‘ PIC32 support added

    πŸ‘ We’ve also added PIC32 support to Mongoose. And just as for STM32, we have a new example here for you to follow here. It runs through how an MQTT Client is intended for running on PIC32 (MX series with TI CC3100 as a network module).

    πŸ‘ TI CC3200 support improved

    ⚑️ We have improved the already support TI CC3200. Here, the TI Compiler on docker image was updated to version 5.8.2.

    πŸ†• New API introductions

    We want to make Mongoose as simple as possible to use. Check out the new API we’ve added in 6.6:

    • mg_http_send_redirect - sends a redirect response
    • mg_http_serve_file - serves a specific file with a given MIME type and optional extra headers.
    • MG_F_ENABLE_BROADCAST - new flag, allows to send broadcast messages
    • MG_EV_SSI_CALL_CTX - new event, the variant of MG_EV_SSI_CALL with context of the SSI call being processed in addition to the tag argument.

    πŸ†• New Examples

    We mentioned the STM32 an PIC32 examples already, but they are not all! Check out these additional examples to help you get started with your embedded project:

    πŸ›  Bugfixes

    πŸš€ We always improve bugs along the way between releases. If you come across anything, let us know in our forum.

    • 🏁 Use gethostbyname to resolve hocalhost if resolving via /etc/hosts failed. (especially useful for Windows users)
    • πŸ›  Fixed a lot of errors and warning in MSVC compilation
    • πŸ›  Fixed bug in multithreaded mode support:
      • Copy flags for accepted connection
      • Use user timeout in multithreading polling
    • πŸ›  Smaller bug fixes

    πŸ“š Documentation

    πŸ“š We want you to be able to find all the answers you need in our documentation. That’s why we try to improve it as best we can. So you’ll see that we have more clear and structured documentation available as well as explanations for each example added directly in our documentation section.

    Binaries

    🏁 Windows and Mac binaries are available for download from the website.

    Licensing

    Mongoose is available under GPLv2. Commercial use requires a license, please contact us for terms.

    πŸ‘Œ Support

    πŸ‘ Community support can be found on our forum. Commercial support options are available separately by contacting us.