Skip to content

Commit ba6035a

Browse files
authored
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.
1 parent 412d31d commit ba6035a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ title: Changelog
204204
- fix: add warning log when skipping check for disabled plugin [#12655](https://github.com/apache/apisix/pull/12655)
205205
- chore: add test for verifying lua-resty-openssl bug fix [#12656](https://github.com/apache/apisix/pull/12656)
206206

207-
## Doc improvements
207+
### Doc improvements
208208

209209
- docs: remove unnecessary sentence in opentelemetry plugin doc [#12660](https://github.com/apache/apisix/pull/12660)
210210

@@ -293,7 +293,7 @@ title: Changelog
293293
- feat: add support for extra_headers in forward-auth plugin [#12405](https://github.com/apache/apisix/pull/12405)
294294
- feat: Add AIMLAPI provider support to AI plugins [#12379](https://github.com/apache/apisix/pull/12379)
295295

296-
## Doc improvements
296+
### Doc improvements
297297

298298
- docs: update admin api documentation for plugin metadata list endpoint [#12621](https://github.com/apache/apisix/pull/12621)
299299
- docs: add new dashboard documentation [#12616](https://github.com/apache/apisix/pull/12616)
@@ -366,7 +366,7 @@ This PR sets additionalProperties to false for consumer credentials.
366366
- feat: add headers attribute for loki-logger [#12243](https://github.com/apache/apisix/pull/12243)
367367
- feat: expose apisix version in prometheus node info metric [#12367](https://github.com/apache/apisix/pull/12367)
368368

369-
## Doc improvements
369+
### Doc improvements
370370

371371
- docs: update stream proxy doc for proxy_mode and some formatting [#12108](https://github.com/apache/apisix/pull/12108)
372372
- docs: improve loki-logger plugin docs [#11921](https://github.com/apache/apisix/pull/11921)
@@ -387,7 +387,7 @@ This PR sets additionalProperties to false for consumer credentials.
387387
- docs: fix typo in real-ip.md [#12236](https://github.com/apache/apisix/pull/12236)
388388
- docs: the configuration type of the WASM plugin can be an object. [#12251](https://github.com/apache/apisix/pull/12251)
389389

390-
## Developer productivity
390+
### Developer productivity
391391

392392
- feat: support devcontainer for containerized development of APISIX [#11765](https://github.com/apache/apisix/pull/11765)
393393

@@ -440,7 +440,7 @@ This PR returns `405 Method not allowed` instead of `400 Bad Request` when reque
440440
### Core
441441

442442
- set default value of ssl_trusted_certificate to system [#11993](https://github.com/apache/apisix/pull/11993)
443-
- upgrade openresty version to v1.27.11 [#11936](https://github.com/apache/apisix/pull/11936)
443+
- upgrade openresty version to 1.27.1.1 [#11936](https://github.com/apache/apisix/pull/11936)
444444
- Support the use of system-provided CA certs in `ssl_trusted_certificate` [#11809](https://github.com/apache/apisix/pull/11809)
445445
- support _meta.pre_function to execute custom logic before execution of each phase [#11793](https://github.com/apache/apisix/pull/11793)
446446
- support anonymous consumer [#11917](https://github.com/apache/apisix/pull/11917)
@@ -481,7 +481,7 @@ This PR returns `405 Method not allowed` instead of `400 Bad Request` when reque
481481
### Plugins
482482

483483
- allow configuring keepalive_timeout in splunk-logger [#11611](https://github.com/apache/apisix/pull/11611)
484-
- add plugin attach-consmer-label [#11604](https://github.com/apache/apisix/pull/11604)
484+
- add plugin attach-consumer-label [#11604](https://github.com/apache/apisix/pull/11604)
485485
- ai-proxy plugin [#11499](https://github.com/apache/apisix/pull/11499)
486486
- ai-prompt-decorator plugin [#11515](https://github.com/apache/apisix/pull/11515)
487487
- ai-prompt-template plugin [#11517](https://github.com/apache/apisix/pull/11517)
@@ -749,7 +749,7 @@ This function now always returns strings, previously it returned tables when dup
749749
- :sunrise: Support vars for file-logger plugin: [#9712](https://github.com/apache/apisix/pull/9712)
750750
- :sunrise: Support adding response headers for mock plugin: [#9720](https://github.com/apache/apisix/pull/9720)
751751
- :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)
753753
- :sunrise: Support sending headers upstream returned by OPA server for opa plugin: [#9710](https://github.com/apache/apisix/pull/9710)
754754
- :sunrise: Support configuring proxy server for openid-connect plugin: [#9948](https://github.com/apache/apisix/pull/9948)
755755

@@ -926,7 +926,7 @@ This function now always returns strings, previously it returned tables when dup
926926

927927
### Change
928928

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)
930930

931931
### Core
932932

0 commit comments

Comments
 (0)