Skip to content
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

Merged
merged 3 commits into from
Sep 4, 2024
Merged

Conversation

cloudjumpercat
Copy link
Contributor

Description

Added 3.8 breaking changes (or what I thought were) from the changelog to the doc.

DOCU-4038

Testing instructions

Preview link:

Checklist

@cloudjumpercat cloudjumpercat added the review:copyedit Request for writer review. label Aug 29, 2024
@cloudjumpercat cloudjumpercat added this to the Gateway 3.8 milestone Aug 29, 2024
@cloudjumpercat cloudjumpercat requested a review from a team as a code owner August 29, 2024 19:13
Copy link

netlify bot commented Aug 29, 2024

Deploy Preview for kongdocs ready!

Name Link
🔨 Latest commit 51c6dbe
🔍 Latest deploy log https://app.netlify.com/sites/kongdocs/deploys/66d88dc77ebe9d00088a3e0b
😎 Deploy Preview https://deploy-preview-7818--kongdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
9 paths audited
Performance: 92 (🟢 up 4 from production)
Accessibility: 92 (no change from production)
Best Practices: 98 (🟢 up 8 from production)
SEO: 91 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Comment on lines 34 to 42

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/)
Copy link
Contributor Author

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!

### 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

@cloudjumpercat cloudjumpercat merged commit a090b5a into main Sep 4, 2024
15 checks passed
@cloudjumpercat cloudjumpercat deleted the chore/3.8-breaking-changes branch September 4, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review:copyedit Request for writer review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants