Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's new since Kong 1.1.0rc1:
Improvements
Core
service
attribute on Routes is now optional; a Route without an assigned Service will proxy transparently (feat(core) make service on routes optional (transparent proxying) #4286)Fixes
Core
Admin API
PDK
kong.client.get_subsystem
was moved tokong.nginx.get_subsystem
(feat(pdk) move 'get_subsystem()' to a new 'kong.nginx' module #4358)DB-less / Declarative config
/tags
endpoint and?tags=
query string from the Admin API when usingdatabase=off
(hotfix(dbless) make tags compatible with database=off #4380)/config
refreshes the Upstream balancers (hotfix(dbless) fixes and tests for healthchecks using declarative config #4372)Dependencies