Tyk v2.8.1 Release Notes

Release Date: 2019-05-30 // almost 5 years ago
  • Tyk Gateway 2.8.1

    • Enable HTTP profiling using enable_http_profiler boolean config flag #2235
    • πŸ›  Fixed JWT expiration when the policy was set to never expire #2310
    • πŸ›  Fixed creating oAuth clients which have access to multiple APIs #2315
    • Support URL rewrites based on request context via request_context_matches inside rewrite options, similar to metadata #2033
    • πŸ›  Fixed memory leak happening on a large amount of APIs #2237 #2256#2308
    • πŸ‘Œ Improve basic auth middleware performance when keys used to access multiple APIs #2239
    • πŸ›  Fix panic when using logstash #2251
    • πŸ›  Fix URL rewrites when stripping listen path #2212
    • πŸ›  Fix detailed log browser if a request is compressed #2218
    • πŸ›  Fix X-RateLimit-Remaining header when used with new multi API quota feature #2264
    • πŸ‘‰ Make sure body is available on XML errors #2133
    • πŸ›  Fix multiple Access-Control-Allow-Origin response header #2199
    • βž• Add warning if control API set to default port #2034
    • πŸ›  Fix body transforms when cache plugin is used #2231
    • βž• Added Host field to Analytics record #2190
    • πŸ‘Œ Improve local cache cleanup when a key gets removed or updated, so changes more quickly propagated through the cluster of gateways #2294
    • βž• Add support for using token metadata inside response transforms #2145
    • πŸ›  Fixed stripping authorization for cookies

    Tyk Dashboard 1.8.1

    • πŸ›  Fixed creation of static pages
    • πŸ›  Fix key revocation from the Developer page
    • Prevent requesting multiple key requests for the same API
    • πŸ›  Fixed multi-org issue when org has 2 users with the same email
    • Prevent dashboard panic when mongo have issues
    • βž• Add support for Azure CosmosDB
    • βž• Add Host field to log viewer
    • Don’t set dashboard port to portal port when portal on a custom domain
    • πŸ‘ Allow admin to reset password for users (if has permission)
    • πŸ›  Various fixes and UX improvements