-
Notifications
You must be signed in to change notification settings - Fork 605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: 3.8 breaking changes #7818
Conversation
Signed-off-by: Diana <[email protected]>
✅ Deploy Preview for kongdocs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
||
The following plugins switched `cluster_addresses` to `cluster_nodes` and `sentinel_addresses` to `sentinel_nodes` for Redis configuration: | ||
|
||
* [AI Rate Limiting Advanced](/hub/kong-inc/ai-rate-limiting-advanced/) | ||
* [GraphQL Proxy Caching Advanced](/hub/kong-inc/graphql-proxy-cache-advanced/) | ||
* [GraphQL Rate Limiting Advanced](/hub/kong-inc/graphql-rate-limiting-advanced/) | ||
* [Proxy Caching Advanced](/hub/kong-inc/proxy-cache-advanced/) | ||
* [Rate Limiting Advanced](/hub/kong-inc/rate-limiting-advanced/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jschmid1 ! I'm writing a doc that compiles the 3.8 breaking changes and I had a question about the sentinel_addresses
and cluster_addresses
for Redis feature changes you made. Are these converted automatically with 3.8 or does the user have to manually migrate or change anything? Thanks!
Signed-off-by: Diana <[email protected]>
### Custom plugins that used shared Redis config | ||
|
||
In 3.8.0.0, Kong has changed and refactored the shared Redis configuration that previously was imported by `require "kong.enterprise_edition.redis"`. If you created a custom plugin that is using this shared configuration or if you have a forked versionof a plugin, like `rate-limiting-advanced`, then you might need to do additional steps before you can upgrade to the new version of this Redis config. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In 3.8.0.0, Kong has changed and refactored the shared Redis configuration that previously was imported by `require "kong.enterprise_edition.redis"`. If you created a custom plugin that is using this shared configuration or if you have a forked versionof a plugin, like `rate-limiting-advanced`, then you might need to do additional steps before you can upgrade to the new version of this Redis config. | |
In 3.8.0.0, Kong has changed and refactored the shared Redis configuration that previously was imported by `require "kong.enterprise_edition.redis"`. If you created a custom plugin that is using this shared configuration or if you have a forked version of a plugin, like `rate-limiting-advanced`, then you might need to do additional steps before you can upgrade to the new version of this Redis config. |
In 3.8.0.0, Kong has changed and refactored the shared Redis configuration that previously was imported by `require "kong.enterprise_edition.redis"`. If you created a custom plugin that is using this shared configuration or if you have a forked versionof a plugin, like `rate-limiting-advanced`, then you might need to do additional steps before you can upgrade to the new version of this Redis config. | ||
|
||
Out-of-the-box the custom plugins should still work since the old shared configuration was left in place. The new config adds the `cluster_max_redirections` option for Redis Cluster, and the `cluster_nodes` format and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out-of-the-box the custom plugins should still work since the old shared configuration was left in place. The new config adds the `cluster_max_redirections` option for Redis Cluster, and the `cluster_nodes` format and | |
Out of the box, custom plugins should still work since the old shared configuration is still available. The new config adds the `cluster_max_redirections` option for Redis Cluster, and the `cluster_nodes` format and |
Signed-off-by: Diana <[email protected]>
Description
Added 3.8 breaking changes (or what I thought were) from the changelog to the doc.
DOCU-4038
Testing instructions
Preview link:
Checklist