Skip to content

Commit

Permalink
docs(changelog) Add entry for #9143 (#9266)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner authored Aug 23, 2022
1 parent 9c990a7 commit 5cbe682
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@
all regex paths must start with the `"~"` prefix, and all paths that don't start with `"~"` will be considered plain text.
The migration process should automatically convert the regex paths when upgrading from 2.x to 3.0
[#9027](https://github.com/Kong/kong/pull/9027)
- Bumping version number (`_format_version`) of declaritive configuration to "3.0" for changes on `route.path`.
Declaritive configuration with older version are upgraded to "3.0" on the fly.
[#9078](https://github.com/Kong/kong/pull/9078)
- Removed deprecated `config.functions` from serverless-functions plugin's schema,
please use `config.access` phase instead.
[#8559](https://github.com/Kong/kong/pull/8559)
- Tags may now contain space characters.
[#9143](https://github.com/Kong/kong/pull/9143)

#### Admin API

Expand Down

0 comments on commit 5cbe682

Please sign in to comment.