spacewander commented on a change in pull request #5985: URL: https://github.com/apache/apisix/pull/5985#discussion_r777189680
########## File path: CHANGELOG.md ########## @@ -79,6 +80,26 @@ title: Changelog - :sunrise: feat(ext-plugin): avoid sending conf request more times [#5183](https://github.com/apache/apisix/pull/5183) - :sunrise: feat: Add ldap-auth plugin [#3894](https://github.com/apache/apisix/pull/3894) +## 2.10.3 + +### Bugfix + +- fix: str concat in error call [#5540](https://github.com/apache/apisix/pull/5540) +- fix: ignore changes of /apisix/plugins/ [#5558](https://github.com/apache/apisix/pull/5558) +- fix: invalid error after passive health check is changed [#5589](https://github.com/apache/apisix/pull/5589) +- fix(batch-processor): we didn't free stale object actually [#5700](https://github.com/apache/apisix/pull/5700) +- fix(patch): add global `math.randomseed` patch support [#5682](https://github.com/apache/apisix/pull/5682) +- fix(log-rotate): after enabling compression collect log exceptions [#5715](https://github.com/apache/apisix/pull/5715) +- feat(ext-plugin): avoid sending conf request more times [#5183](https://github.com/apache/apisix/pull/5183) +- feat: use lock to ensure fetching token from shdict always [#5263](https://github.com/apache/apisix/pull/5263) Review comment: Look like some features are incorrectly backport as bugfix? -- 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]
