Skip to content

Tyk Gateway v2.8.6 and Tyk Dashboard v1.8.6

Compare
Choose a tag to compare
@buger buger released this 06 Dec 14:02
6214abf

Tyk Gateway v2.8.6

  • 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