-
Notifications
You must be signed in to change notification settings - Fork 2.7k
chore: release 3.13.0 #12378
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: release 3.13.0 #12378
Conversation
CHANGELOG.md
Outdated
|
||
### Change | ||
|
||
- refactor(ai-proxy): move read_response into ai_driver.request function [#12101](https://github.com/apache/apisix/pull/12101) |
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.
Does not seem like a breaking change?
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.
None of the items listed under "Change" seems to be breaking change.
CHANGELOG.md
Outdated
### Change | ||
|
||
- refactor(ai-proxy): move read_response into ai_driver.request function [#12101](https://github.com/apache/apisix/pull/12101) | ||
- refactor: mcp server framework implementation #[12168](https://github.com/apache/apisix/pull/12168) |
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.
This is a refactoring of the mcp-bridge
plugin #12151. It is not a breaking change for users. In the previous version, the plugin does not even exist.
|
||
- refactor(ai-proxy): move read_response into ai_driver.request function [#12101](https://github.com/apache/apisix/pull/12101) | ||
- refactor: mcp server framework implementation #[12168](https://github.com/apache/apisix/pull/12168) | ||
- change: mark server-info plugin as deprecated [#12244](https://github.com/apache/apisix/pull/12244) |
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.
Also not a breaking change as the plugin is not yet removed. Maybe you can put it under plugins section.
In the release notes on the website, I will make a deprecations section for this.
CHANGELOG.md
Outdated
- refactor(ai-proxy): move read_response into ai_driver.request function [#12101](https://github.com/apache/apisix/pull/12101) | ||
- refactor: mcp server framework implementation #[12168](https://github.com/apache/apisix/pull/12168) | ||
- change: mark server-info plugin as deprecated [#12244](https://github.com/apache/apisix/pull/12244) | ||
- feat(consumer): consumer username allows - in it [#12296](https://github.com/apache/apisix/pull/12296) |
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.
This is a feat not a change
CHANGELOG.md
Outdated
- refactor: mcp server framework implementation #[12168](https://github.com/apache/apisix/pull/12168) | ||
- change: mark server-info plugin as deprecated [#12244](https://github.com/apache/apisix/pull/12244) | ||
- feat(consumer): consumer username allows - in it [#12296](https://github.com/apache/apisix/pull/12296) | ||
- refactor: change log level to debug to avoid unnecessary logs [#12361](https://github.com/apache/apisix/pull/12361) |
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.
Not a breaking change for users?
CHANGELOG.md
Outdated
- change: mark server-info plugin as deprecated [#12244](https://github.com/apache/apisix/pull/12244) | ||
- feat(consumer): consumer username allows - in it [#12296](https://github.com/apache/apisix/pull/12296) | ||
- refactor: change log level to debug to avoid unnecessary logs [#12361](https://github.com/apache/apisix/pull/12361) | ||
- chore: change log level from warn to info for stale batch processor removal [#12297](https://github.com/apache/apisix/pull/12297) |
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.
Not a breaking change for users?
CHANGELOG.md
Outdated
- feat(consumer): consumer username allows - in it [#12296](https://github.com/apache/apisix/pull/12296) | ||
- refactor: change log level to debug to avoid unnecessary logs [#12361](https://github.com/apache/apisix/pull/12361) | ||
- chore: change log level from warn to info for stale batch processor removal [#12297](https://github.com/apache/apisix/pull/12297) | ||
- feat(standalone): allow more characters in credential_id for API-driven mode [#12295](https://github.com/apache/apisix/pull/12295) |
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.
API-driven mode is also new in this release and changes in this PR will not be breaking changes for users.
CHANGELOG.md
Outdated
## Developer productivity | ||
|
||
- feat: support devcontainer [11765](https://github.com/apache/apisix/pull/11765) | ||
An Isolated environment from the host, the runtime and toolset required for APISIX development are built in the container build, they will be available out of the box and developers no longer need to build and install them on the host. Just start dev container, wait a few moments, and it's ready to go. |
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.
Why this paragraph (inconsistent formatting)? Additionally there are many grammatical errors.
Co-authored-by: Traky Deng <[email protected]>
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.
pls confirm this version no break change
docs/zh/latest/building-apisix.md
Outdated
|
||
```shell | ||
APISIX_BRANCH='release/3.12.0' | ||
APISIX_BRANCH='release/3.13.0' |
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.
This is inconsistent with the English documentation.
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.
fixed
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.
@Revolyssup They're still not the same. release/3.13
vs release/3.13.0
It contains break change. E.g., deprecate server-info |
Oh my apologies, I didn't count the deprecation in "breaking change". Fixed it. |
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.
LGTM, one minor issue
CHANGELOG.md
Outdated
### Core | ||
|
||
- feat(consumer): consumer username allows - in it [#12296](https://github.com/apache/apisix/pull/12296) | ||
- refactor: change log level to debug to avoid unnecessary logs [#12361](https://github.com/apache/apisix/pull/12361) |
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.
this is a chore
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.
BTW, the checklist in the PR description needs to be updated.
docs/zh/latest/building-apisix.md
Outdated
|
||
```shell | ||
APISIX_BRANCH='release/3.12.0' | ||
APISIX_BRANCH='release/3.13.0' |
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.
@Revolyssup They're still not the same. release/3.13
vs release/3.13.0
fixed |
Checklist