v4.0 (2018-07-31)
The v4.0 of the tng-api-gtw bring the following features to the SONATA (powered by 5GTANGO) ecosystem of repositories.
- a request redirection mechanism (NGINx web server) adequately configured for 5GTANGO's infrastructure;
- a simple routing mechanism, configurable at deployment time, to route requests from the outside to a specific (set of) micro-services;
- support for the main HTTP verbs in the request:
GET
,POST
,PUT
,PATCH
,DELETE
,OPTIONS
,HEAD
- basic request validation mechanisms, such as HTTP verb(s) allowed, user authentication needed, etc., to avoid invalid requests to proceed within the stack;
- logging and KPI collection;