Skip to content

Commit

Permalink
chanelog, warning copy for egacy apth
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelycode committed Oct 7, 2015
1 parent 23879ab commit b3f97e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Fixed OAuth client listings with redis cluster
- Some latency improvements
- Key detection now checks a local in-memory cache before reaching out to Redis, keys are cached for 10 seconds, with a 5 second purge rate (so a maximum key existence of 15s). Policies will still tkake instant effect on keys
- Test update to reduce number of errors, cleaner output

# 1.8.3.2

Expand Down
2 changes: 1 addition & 1 deletion api_definition_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func (a *APIDefinitionLoader) MakeSpec(thisAppConfig tykcommon.APIDefinition) AP
pathSpecs, whiteListSpecs = a.getExtendedPathSpecs(v, &newAppSpec)

} else {
log.Warning("Path-based version path list settings are being deprecated, please upgrade your defintitions to the new standard as soon as spossible")
log.Warning("Legacy path detected! Upgrade to extended.")
pathSpecs, whiteListSpecs = a.getPathSpecs(v)
}
newAppSpec.RxPaths[v.Name] = pathSpecs
Expand Down

0 comments on commit b3f97e0

Please sign in to comment.