Tyk Gateway v4.0.4
Added
- Requests to listen paths without trailing slash will no longer match with the closest listen path configured when
http_server_options.enable_strict_routes
or environment variableTYK_GW_HTTPSERVEROPTIONS_ENABLESTRICTROUTES
is set to betrue
. - Add new config flag to define the hashing algorithm to be used for HTTP Basic Auth, the default continues to be “bcrypt”, users can now choose a less CPU-intensive hashing algorithm, by setting
basic_auth_hash_key_function
tobcrypt
,sha256
ormurmur64
,murmur128
. This is a backward compatible change with default beingbcrypt
.
Fixed
- Fix panic in gateway with incorrect value being set to context which blocked proxy traffic if
enforce_org_data_detail_logging
is enabled