shreemaan-abhishek opened a new pull request, #13503:
URL: https://github.com/apache/apisix/pull/13503
### Description
Release 3.17.0.
This PR:
- Adds the `3.17.0` section to `CHANGELOG.md` (and its Table of Contents
entry), covering all PRs merged since `3.16.0`. Backward-incompatible changes
are grouped under **Change** and marked with :warning:.
- Bumps the version to `3.17.0` in `apisix/core/version.lua` and
`docs/{en,zh}/latest/config.json`.
- Updates `ci/check_changelog_prs.ts` `IGNORE_PRS` for three PRs whose
feature was fully reverted within this release (#13386, #13407, #13449) and one
test-only change (#13485).
### Breaking changes (see the `Change` section)
- #13468 jwt-auth: configured claims are now required; empty
`claims_to_verify` no longer skips exp/nbf validation
- #13464 jwe-decrypt: removed the server-side `/apisix/plugin/jwe/encrypt`
token-generation endpoint
- #13492 batch-requests: bounded pipeline item count/timeout and tightened
the request schema
- #13388 hmac-auth: `signed_headers` now defaults to `["date"]`
- #13331 cas-auth: signed request-URI cookie and tightened cookie attributes
(new required `cookie.secret`)
- #13350 proxy-cache: `consumer_isolation` now defaults to `true`
### 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
- [x] I have added tests corresponding to this change (N/A: release
bookkeeping only)
- [x] I have updated the documentation to reflect this change
- [x] I have verified that this change is backward compatible (if not,
please discuss on the [APISIX mailing
list](https://github.com/apache/apisix/tree/master#community) first; breaking
changes are documented in the changelog)
--
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]