Skip to content

Tags: NanoSoftTech/tyk

Tags

v2.7.2

Toggle v2.7.2's commit message
Fix TykTechnologies#1924 (TykTechnologies#1925)

Should check if JSVM enabled before loading JS files

v2.5.5

Toggle v2.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version.go

v2.7.1

Toggle v2.7.1's commit message
`obfuscateKey` should respect `EnableKeyLogging` (TykTechnologies#1827)

Fix TykTechnologies#1826

v2.6.3

Toggle v2.6.3's commit message
Update version

v2.7.0

Toggle v2.7.0's commit message
optimise configurations

fixes TykTechnologies#1799

Set `"max_idle_connections_per_host": 500` where previously was capped at 100.
Ensure `"close_connections":false` is the default.

v2.6.2

Toggle v2.6.2's commit message
bug: EOF when performing response body transform

fixes: TykTechnologies#1729

Description of bug:

1. Create an API with a mock XML response e.g. `/api-a/mock`.
2. Create an API which reverse proxies to `api-a` called `abi-b`.
3. perform a response body transform on `api-b/mock` endpoint. e.g.
convert to json.

Bug:

```
ERROR outbound-transform: Error unmarshalling XML:
xml.Decoder.Token() - XML syntax error on line 167: unexpected EOF
api_id=90a1e135513946cb437b5e5111422227 path=soap
server_name=https://tyk-gateway.dev:8080/api-a/
```

Fix: In the case that we are reading XML, we use `ioutil.ReadAll`
to read the response body, and pass that to `mxj.NewMapXml`.

Lint: cleaning up repetition of `logrus.Fields`

v2.6.1

Toggle v2.6.1's commit message
Adds Upstart version detection and separate conf, fixes sysv script, …

…compatible service stopping

v2.6.0

Toggle v2.6.0's commit message
edit version expected in test response

v2.5.4

Toggle v2.5.4's commit message
Bump version to 2.5.4

v2.5.3

Toggle v2.5.3's commit message
Bump version