We are really proud to announce version 1.4.0 of Fusio. The main feature of this release is a new payment system which makes it easy to monetize an existing API. The following list covers all important changes of the release:
-
Added payment system to monetize the API
A new payment system was added where it is possible to create plans. Those plans can be purchased by a user to receive points. The points can then be used to call specific routes. The admin can specify how many points a route costs.
-
Added user provider support to easily implement other OAuth2 provider
It is now easy possible to implement a remote OAuth2 login provider. By default Fusio supports Facebook, Github and Google but it is now possible to simply implement other providers.
-
Extended dashboard and statistics
The dashboard contains now more panels to make all important parts of the system visible.
-
Added provider.php config file which contains PHP classes to extend Fusio
We have added a new
provider.phpfile which contains classes to extend Fusio. Through this it is possible to add new user or payment provider. -
Updated fusio backend and swagger-ui app
We have updated the Fusio backend app to include also payment support. Also we have updated the swagger-ui app to the latest version.