Skip to content

Commit 77d4ff7

Browse files
authored
Bump to v2.11.0 (#1509)
1 parent f37497c commit 77d4ff7

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [v2.11.0](https://github.com/megaease/easegress/tree/v2.11.0) (2026-03-17)
4+
5+
[Full Changelog](https://github.com/megaease/easegress/compare/v2.10.1...v2.11.0)
6+
7+
**Implemented enhancements:**
8+
9+
* Upgrade vendors and Go version to 1.26 (#1506)
10+
* Improve service instance search performance in MeshController master (#1503)
11+
* Optimize access log and MQTT session paths (#1502)
12+
* Define constant for status 499 (#1501)
13+
14+
**Fixed bugs:**
15+
16+
* Reduce vulnerabilities in `build/package/Dockerfile.builder` (#1504)
17+
318
## [v2.10.0](https://github.com/megaease/easegress/tree/v2.10.0) (2025-09-17)
419

520
[Full Changelog](https://github.com/megaease/easegress/compare/v2.9.4...v2.10.0)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ IMAGE_NAME?=megaease/easegress
1717
BUILDER_IMAGE_NAME?=megaease/golang:1.26.1-alpine
1818

1919
# Version
20-
RELEASE?=v2.10.0
20+
RELEASE?=v2.11.0
2121

2222
# Git Related
2323
GIT_REPO_INFO=$(shell cd ${MKFILE_DIR} && git config --get remote.origin.url)

0 commit comments

Comments
 (0)