Tyk Gateway v2.3.8 and Tyk Dashboard v1.3.8
Tyk Gateway v2.3.8
- Support for custom error messages in middleware #986
- Fix API reloads when
http_server_options.override_defaults
turned on #940 - Add
proxy_default_timeout
option to configure default proxy timeout #983 - Allow URLs to be rewritten in coprocess middleware #928
- Fixed crash when loading multiple Python plugins #969
- Fixed memory leak when
optimisations_use_async_session_write
is turned on #966 - Fix JSVM
rawlog
function to properly support log hooks like syslog or graylog #998 - Fix panic when loading duplicate APIs #938
- Key metadata now support numeric values #944
- API definition
config_data
now support complex JSON objects #951
Tyk Dashboard 1.3.8
- Fix swagger docs validation badge
- Fix API spec validation for URL containing dot
.
symbol - New Dashboard API to verify developer credentials
/portal/developers/verify_credentials
https://tyk.io/docs/tyk-dashboard-api/portal-developers/
With the new Portal API, it is now possible to create completely custom developer portals and even embed them into your own software. We prepared a guide on creating own developer portal: https://tyk.io/docs/publish/customise/custom-developer-portal/
In addition, our deb and rpm packages now properly handle config files upgrades and do not override user changes.