Rate Limiting
1.3.4
Apr 30, 2020
New Features and Enhancements
-
Error handling responses revised for WSDL APIs to be compliant with SOAP 1.1 and 1.2.
-
Performance improvements are introduced to the header manipulation engine.
Fixed issues
-
After a policy was applied, HTTP headers did not follow the RFC 2616 requirement of case-sensitivity:
-
Improved resiliency on cluster scenarios.
-
Improved logging information in locking, object store, and distributed mechanisms for better troubleshooting.
-
Several performance improvements are introduced in the algorithm of the Rate Limiting policy.
1.3.3
November 26, 2019
Fixed Issues
-
Improved the algorithm to allow executing with small
throttling.distribution_percentage
values -
Removed the warning message (WARN) in the application log when multiple asynchronous quota requests are executed in a distributed scenario
-
Fixed the
NullPointerException
error on the persistence scheduler when a distributed quota is temporarily unavailable
1.3.0
April 26, 2018
1.2.2
October 17, 2018
Fixed Issues
-
Resolved the WSDL error response issue.
-
An object store error occurred when hitting the API concurrently. This error is now resolved.
-
Optimized throttling connector performance.
-
An
ExpressionRuntimeException
error occurred when a WSDL proxy received an empty payload, or an invalid XML. This error is now resolved.