You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(changelog): fix typos, version number, PR reference, and heading levels in v3.x sections (#13360)
- Replace `## Doc improvements` (3.13.0 / 3.14.0 / 3.14.1) and
`## Developer productivity` (3.13.0) with H3 so they nest under the
release header instead of starting a new top-level section.
- 3.12.0: correct OpenResty version typo `v1.27.11` -> `1.27.1.1` (#11936).
- 3.11.0: fix plugin name typo `attach-consmer-label` -> `attach-consumer-label` (#11604).
- 3.5.0: the `google-cloud-logging` `client_email` entry referenced #9813
(proxy-rewrite); the actual PR is #9622.
- 3.0.0: fix `APSISIX` typo in the `enable_cpu_affinity` entry.
Refs #13359.
@@ -749,7 +749,7 @@ This function now always returns strings, previously it returned tables when dup
749
749
-:sunrise: Support vars for file-logger plugin: [#9712](https://github.com/apache/apisix/pull/9712)
750
750
-:sunrise: Support adding response headers for mock plugin: [#9720](https://github.com/apache/apisix/pull/9720)
751
751
-:sunrise: Support regex_uri with unsafe_uri for proxy-rewrite plugin: [#9813](https://github.com/apache/apisix/pull/9813)
752
-
-:sunrise: Support set client_email field for google-cloud-logging plugin: [#9813](https://github.com/apache/apisix/pull/9813)
752
+
-:sunrise: Support set client_email field for google-cloud-logging plugin: [#9622](https://github.com/apache/apisix/pull/9622)
753
753
-:sunrise: Support sending headers upstream returned by OPA server for opa plugin: [#9710](https://github.com/apache/apisix/pull/9710)
754
754
-:sunrise: Support configuring proxy server for openid-connect plugin: [#9948](https://github.com/apache/apisix/pull/9948)
755
755
@@ -926,7 +926,7 @@ This function now always returns strings, previously it returned tables when dup
926
926
927
927
### Change
928
928
929
-
-`enable_cpu_affinity` is disabled by default to avoid this configuration affecting the behavior of APSISIX deployed in the container: [#8074](https://github.com/apache/apisix/pull/8074)
929
+
-`enable_cpu_affinity` is disabled by default to avoid this configuration affecting the behavior of APISIX deployed in the container: [#8074](https://github.com/apache/apisix/pull/8074)
0 commit comments