Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
APISIX_PACKAGE_NAME=apisix

APISIX_RUNTIME=1.3.2
APISIX_DASHBOARD_COMMIT=70712bd33f55f7979d4cb73a898e9778e0fbfe8b
APISIX_DASHBOARD_COMMIT=39be363cdbc5395d3163572c532be95f3dbad03a
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ title: Changelog

## Table of Contents

- [3.14.1](#3141)
- [3.14.0](#3140)
- [3.13.0](#3130)
- [3.12.0](#3120)
Expand Down Expand Up @@ -81,6 +82,21 @@ title: Changelog
- [0.7.0](#070)
- [0.6.0](#060)

## 3.14.1

### Bugfixes

- fix: port conflict in worker process for prometheus port [#12667](https://github.com/apache/apisix/pull/12667)

### Core

- fix: add warning log when skipping check for disabled plugin [#12655](https://github.com/apache/apisix/pull/12655)
- chore: add test for verifying lua-resty-openssl bug fix [#12656](https://github.com/apache/apisix/pull/12656)

## Doc improvements

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

## 3.14.0

**The changes marked with :warning: are not backward compatible.**
Expand Down
2 changes: 1 addition & 1 deletion apisix/core/version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
-- @module core.version

return {
VERSION = "3.14.0"
VERSION = "3.14.1"
}
2 changes: 1 addition & 1 deletion docs/en/latest/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.14.0",
"version": "3.14.1",
"sidebar": [
{
"type": "category",
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/latest/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.14.0",
"version": "3.14.1",
"sidebar": [
{
"type": "category",
Expand Down
Loading