Tyk Gateway 2.8.1
- Enable HTTP profiling using
enable_http_profiler
boolean config flag Allow enable HTTP profiling via config by buger · Pull Request #2235 · TykTechnologies/tyk · GitHub - Fixed JWT expiration when the policy was set to never expire Fix JWT expiration by buger · Pull Request #2310 · TykTechnologies/tyk · GitHub
- Fixed creating oAuth clients which have access to multiple APIs Fix creating oAuth clients with multiple APIs by buger · Pull Request #2315 · TykTechnologies/tyk · GitHub
- Support URL rewrites based on request context via
request_context_matches
inside rewrite options, similar to metadata Support URL rewrites based on request context by buger · Pull Request #2033 · TykTechnologies/tyk · GitHub - Fixed memory leak happening on a large amount of APIs Fix goroutine leak with async session update by buger · Pull Request #2237 · TykTechnologies/tyk · GitHub stop circuit breaker Go routine before reloading api spec by dencoded · Pull Request #2256 · TykTechnologies/tyk · GitHub Do not store router pointer inside api by buger · Pull Request #2308 · TykTechnologies/tyk · GitHub
- Improve basic auth middleware performance when keys used to access multiple APIs Fix basic auth caching by buger · Pull Request #2239 · TykTechnologies/tyk · GitHub
- Fix panic when using logstash Re-vendor goautosocket by buger · Pull Request #2251 · TykTechnologies/tyk · GitHub
- Fix URL rewrites when stripping listen path Bug/2211 fix strip path by komalsukhani · Pull Request #2212 · TykTechnologies/tyk · GitHub
- Fix detailed log browser if a request is compressed Read log browser response body if compressed by furkansenharputlu · Pull Request #2218 · TykTechnologies/tyk · GitHub
- Fix X-RateLimit-Remaining header when used with new multi API quota feature added session method, added logic to use API limit for header value by dencoded · Pull Request #2264 · TykTechnologies/tyk · GitHub
- Make sure body is available on XML errors res_handler_transform: make sure bodyData is available on XML errors by matiasinsaurralde · Pull Request #2133 · TykTechnologies/tyk · GitHub
- Fix multiple Access-Control-Allow-Origin response header multiple Access-Control-Allow-Origin response headers · Issue #2199 · TykTechnologies/tyk · GitHub
- Add warning if control API set to default port security: issue gateway warning on boot if control port default · Issue #2034 · TykTechnologies/tyk · GitHub
- Fix body transforms when cache plugin is used Fix body transform with cache plugin by furkansenharputlu · Pull Request #2231 · TykTechnologies/tyk · GitHub
- Added Host field to Analytics record Add Host field to AnalyticsRecord by furkansenharputlu · Pull Request #2190 · TykTechnologies/tyk · GitHub
- Improve local cache cleanup when a key gets removed or updated, so changes more quickly propagated through the cluster of gateways Notify KeySpaceUpdateNotification when a key deleted or updated by furkansenharputlu · Pull Request #2294 · TykTechnologies/tyk · GitHub
- Add support for using token metadata inside response transforms Add option to meta data on response by letzya · Pull Request #2145 · TykTechnologies/tyk · GitHub
- 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