shreemaan-abhishek opened a new pull request, #13975:
URL: https://github.com/apache/apisix/pull/13975
### Description
Release 3.19.0.
This PR:
- Adds the `3.19.0` section to `CHANGELOG.md` (and its Table of Contents
entry), covering all PRs merged since the `release/3.18` branch was cut.
Backward-incompatible changes are grouped under **Change** and marked with
:warning:.
- Bumps the version to `3.19.0` in `apisix/core/version.lua` and
`docs/{en,zh}/latest/config.json`.
- Extends `ci/check_changelog_prs.ts` `IGNORE_PRS` with changes that are not
user-facing: CI-only work whose `fix(ci)` subject prefix dodges the
docs/chore/test/ci type filter (#13921, #13923).
- Bumps `APISIX_DASHBOARD_COMMIT` in `.requirements` to `fa2fd0f` (current
`apisix-dashboard` master). `APISIX_RUNTIME` is already at `1.3.18`, so it is
unchanged.
### Breaking changes (see the `Change` section)
- #13863 feat(upstream): verify the upstream certificate against
configurable CAs
- #13909 feat: label WebSocket sessions with `request_type=websocket`
- #13916 fix(openid-connect): validate the introspection issuer
- #13806 fix(feishu-auth, dingtalk-auth): bind the authorization code to the
session that started the login
- #13906 fix(batch-requests): bound aggregated response bodies
- #13884 fix(basic-auth): reject an empty consumer password
- #13851 fix(ai-proxy-multi): reject instances that share a name
- #13862 fix(workflow): reject invalid case expressions and missing action
conf
- #13891 fix(control): always report healthcheck nodes as a JSON array
### Checklist
- [x] I have explained the need for this PR and the problem it solves
- [x] I have explained the changes or the new features added to this PR
- [ ] I have added tests corresponding to this change (N/A: release
bookkeeping only, no runtime code changes)
- [x] I have updated the documentation to reflect this change
- [x] I have verified that this change is backward compatible (this PR
itself only touches release metadata; the breaking changes it documents landed
in their own PRs and are listed in the `Change` section)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]