All Versions
13
Latest Version
Avg Release Cycle
110 days
Latest Release
1429 days ago

Changelog History
Page 2

  • v6.8 Changes

    May 19, 2017
  • v6.7 Changes

    January 16, 2017

    πŸ†• New platforms supported

    πŸ‘ A bunch of new platforms are now supported by Mongoose:

    • 🏁 Windows CE 6.0 : See example;
    • TI Tiva TM4C129 : See example;
    • PIC32 Harmony TCP/IP : In addition to "bare metal", Mongoose is now able to use PIC32 Harmony TCP/IP Stack. Checkout example here;
    • nRF 51/52 : Find example for nRF 51 here and for nRF52 here;
    • mbed : Mongoose is now can be a part of a project based on mbed. Checkout example here;
    • ESP32 : Mongoose 6.7 can be compiled for ESP32 platform.

    Other new features

    • NXP Kinetis K64 support improved: New example is here;
    • mbedTLS native support: In addition to OpenSSL, Mongoose 6.7 can use mbedTLS;
    • SNTP client added : Mongoose 6.7 for working with Internet time servers.

    πŸ›  A lot of improvements and bugfixes

    πŸ‘€ See a list of closed issues here.

  • v6.6 Changes

    October 12, 2016

    πŸ”„ 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.