Blog

Version 0.4.1 released

posted by chriskapp on

We are happy to announce version 0.4.1 of Fusio. The biggest feature of this release is that it is now possible to apply rate limit rules to your API. In the following the coverage of the complete changelog:

  • Added rate limit

    It is now possible to create rate limit rules at the backend which filter the incoming traffic. If a threshold is reached the API consumer receives a 429 http response.

  • Improved and extended console commands

    We have added new console commands to i.e. create new actions or connections.

  • Improved backend app

    The js code of the backend app was improved

  • Added test cases

    We have added many new test cases for different parts of the application