Skip to content

1.3.0

Compare
Choose a tag to compare
@CyExy CyExy released this 13 Apr 17:51
· 92 commits to master since this release

Adds support for kong >=0.10 #63, #64. Thanks to @c-knowles and @rogoman

Migrating from Kong <=0.9 to >=0.10

kongfig translates pre >=0.10 kong config files automatically when applying them.

So you can export your config from <=0.9 kong instance by running:

kongfig dump --host kong_9:8001 > config.v9.yml

Then apply it to kong 0.10 instance

kongfig apply --path config.v9.yml --host kong_10:8001

apis endpoint changed between <=0.9 and >=0.10:

  • request_host: string to hosts: [string]
  • request_path: string to uris: [string]
  • strip_request_path: bool -> strip_uri: bool
  • Adds methods, retries, upstream_connect_timeout, upstream_read_timeout, upstream_send_timeout, https_only, http_if_terminated