Tyk Gateway 4.0.11
Fixed
- Fixed an issue with the behavior of the Gateway when a plugin bundle fails to download, Tyk will now try a total of five times with increasing back off between attempts
- Prevented logrus_sentry.NewSentryHook to return nil instead of a proper SentryHook handlerresponse, instead the response will be reused for multiple fields connected to the datasource
- Fixed an issue that could cause the Tyk Gateway to panic when verifying signed customer plugin bundles
- Fixed an issue where Tyk does not generate an analytics record when there is a proxying error (e.g. context cancelled event)
Changed
- Updated fasthttp dependency
Tyk Dashboard 4.0.11
Fixed
- Fixed an issue in API Designer where API list could not be sorted
- Prevented Dashboard to panic, when an update request was triggered to update a non existing Policy ID, by using a wrong ID.
- Fixed Dashboard Analytics filtering, to panic the dashboard when more days were selected in the date range. This fixed addressed users that have configured Document DB as their storage choice.
- Fixed Keys Update button on the Dashboard, to not be disabled when updating keys by key ID, even if the enable_update_key_by_hash configuration is set to false.
- Dashboard is now persisting the HMAC secret, when updating the key data, even if a new policy has been added or the previous one was replaced.