feat(gateway): License expiration changes in 3.15#5458
Open
lena-larionova wants to merge 4 commits into
Open
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Kong Gateway documentation to describe changed behavior in 3.15 when a Gateway license expires (removal of legacy “free mode” behavior), by adding a 3.15 breaking-change entry and revising the License entity reference page.
Changes:
- Added a new 3.15.x breaking changes section describing license-expiration impact.
- Updated the License entity page’s FAQ formatting/capitalization and revised the “Expiration” behavior description.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| app/gateway/breaking-changes.md | Adds a 3.15.0.0 breaking change entry for license expiration behavior. |
| app/_gateway_entities/license.md | Revises License entity reference content, especially the Expiration behavior section and related wording. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
juliamrch
approved these changes
Jun 5, 2026
Contributor
juliamrch
left a comment
There was a problem hiding this comment.
suggested a few changes
| When a license expires, you can no longer change any {{site.base_gateway}} configuration. | ||
| The Admin API and all interfaces become read-only until a valid license is applied. | ||
|
|
||
| Existing configuration continues to be used, and all proxy traffic is processed normally. |
Contributor
There was a problem hiding this comment.
"Normally might be too vague, did you mean "as before the expiration"?
Contributor
Author
There was a problem hiding this comment.
Yep, that is what I meant. I'll adjust.
lena-larionova
commented
Jun 5, 2026
Co-authored-by: Julia <101819212+juliamrch@users.noreply.github.com> Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Changes to unlicensed Gateway behavior in 3.15.
Fixes #5410
Preview Links