Tyk v2.8.6 Release Notes

Release Date: 2019-12-06 // over 4 years ago
  • Tyk Gateway v2.8.6

    • 0️⃣ Distributed rate limiter algorithm (turned on by default), now switch to using Redis for increased accuracy if the session rate is less than current amount of servers in cluster multiplied by a constant specified by drl_threshold in tyk.conf. The default value is 5, which means that if you have 2 servers, and session rate is less then 2 * 5, e.g. 10, such session will use Redis algorithm for rate-limiting, otherwise in-memory algorithm.
    • 👮 Added way to force validation of certificate CommonName, even if SAN is non-empty. Can be set either globally via setting ssl_force_common_name_check to true in tyk.conf or by setting proxy.transport.ssl_force_common_name_check inside API definition

    Tyk Dashboard v1.8.6

    • 👮 Added support for specifying proxy.transport.ssl_force_common_name_check attribute via RAW API editor