File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1818APISIX_PACKAGE_NAME=apisix
1919
2020APISIX_RUNTIME=1.3.2
21- APISIX_DASHBOARD_COMMIT=70712bd33f55f7979d4cb73a898e9778e0fbfe8b
21+ APISIX_DASHBOARD_COMMIT=39be363cdbc5395d3163572c532be95f3dbad03a
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ title: Changelog
2323
2424## Table of Contents
2525
26+ - [ 3.14.1] ( #3141 )
2627- [ 3.14.0] ( #3140 )
2728- [ 3.13.0] ( #3130 )
2829- [ 3.12.0] ( #3120 )
@@ -81,6 +82,21 @@ title: Changelog
8182- [ 0.7.0] ( #070 )
8283- [ 0.6.0] ( #060 )
8384
85+ ## 3.14.1
86+
87+ ### Bugfixes
88+
89+ - fix: port conflict in worker process for prometheus port [ #12667 ] ( https://github.com/apache/apisix/pull/12667 )
90+
91+ ### Core
92+
93+ - fix: add warning log when skipping check for disabled plugin [ #12655 ] ( https://github.com/apache/apisix/pull/12655 )
94+ - chore: add test for verifying lua-resty-openssl bug fix [ #12656 ] ( https://github.com/apache/apisix/pull/12656 )
95+
96+ ## Doc improvements
97+
98+ - docs: remove unnecessary sentence in opentelemetry plugin doc [ #12660 ] ( https://github.com/apache/apisix/pull/12660 )
99+
84100## 3.14.0
85101
86102** The changes marked with :warning : are not backward compatible.**
Original file line number Diff line number Diff line change 2020-- @module core.version
2121
2222return {
23- VERSION = " 3.14.0 "
23+ VERSION = " 3.14.1 "
2424}
Original file line number Diff line number Diff line change 11{
2- "version" : " 3.14.0 " ,
2+ "version" : " 3.14.1 " ,
33 "sidebar" : [
44 {
55 "type" : " category" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 3.14.0 " ,
2+ "version" : " 3.14.1 " ,
33 "sidebar" : [
44 {
55 "type" : " category" ,
You can’t perform that action at this time.
0 commit comments