Rate Limiting - SLA-based
1.2.6
Apr 30, 2020
New Features and Enhancements
-
Error handling responses revised for WSDL APIs to be compilant with SOAP 1.1 and 1.2.
-
Performance improvements are introduced to the header manipulation engine.
1.2.5
March 13, 2020
Fixed issues
-
Improved logging information in locking, object store, and distributed mechanisms for better troubleshooting.
-
Added client name in the authentication attributes for the request to an API that has the Rate Limiting policy applied.
-
When request quota exceeds, authentication objects are now made accessible to the protected resource in the authentication store.
-
Several performance improvements were introduced in the algorithm of the Rate Limiting policy.
1.2.4
November 26, 2019
Fixed issues
-
Improved algorithm to allow executing with small
throttling.distribution_percentage
values. -
Removed the warning (WARN) message in application log when multiple async quota requests are executed in a distributed scenario.
-
Fixed the
NullPointerException
error on persistence scheduler when distributed quota is temporarily unavailable.
1.1.1
June 25, 2018
Fixed Issues
-
The Rate Limiting policy was rejected from scheduler during high network traffic. This error is now resolved.
-
An
ExpressionRuntimeException
error occurred when a WSDL proxy received an empty payload, or an invalid XML. This error is now resolved. -
If an extension set authentication using an Authentication object containing null properties, a
NullPointerException
error occurred. This error is now resolved.