Gravitee.io APIM 3.1

Azize Elamrani
graviteeio
Published in
2 min readJul 21, 2020

--

We are pleased to announce that Gravitee.io API Management version 3.1 is now available.

Don’t miss a thing by subscribing to our newsletter to hear about our new releases and the Gravitee.io community.

What’s new ?

Here are the new features we want to highlight :

  • HTTP/2 and GRPC support on the endpoint level
  • Threat detection policies

HTTP/2 and GRPC support

HTTP/2 and GRPC support

In the previous versions of Gravitee.io APIM, you were able to define your backend endpoints and there was no option to configure the HTTP version.

Now with this version, you are able to define the type of endpoint and the version (HTTP/1 or HTTP/2).

HTTP/2 endpoint type

Threat detection policies

JSON threat detection

The JSON Threat Protection Policy allows validating json request body by applying limits on various JSON structures (arrays, field name, string values, …​).

JSON threat detection

XML threat detection

The XML Threat Protection Policy allows validating xml request body by applying limits on various XML structures (elements, entities, attributes, string values, …​).

XML threat detection

Regex threat detection

The Regex Threat Protection Policy allows extracting information from a request (headers, path, query parameters, body payload) and evaluates that content against defined regular expressions.

Regex threat detection

And more …

You can find the full changelog here and the list of deprecations and breaking changes here. We have also added:

  • Use backup endpoints as secondary endpoints
  • Add DNS resolution option for host filtering
  • Allows to define a background on the APIs/Apps/Categories headers
  • Support for zone in order to group analytics

For this, just follow the installation guide and start to play with Gravitee.io by using Docker.

The plugins have been deployed here and you can get the distribution here.

You have questions, suggestions, issues, we would be happy to help you from our Gitter channel.

--

--