Skip to content

Commit 00c02a9

Browse files
authored
bump to v2.10.0 (#1499)
1 parent ba7e8d0 commit 00c02a9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [v2.10.0](https://github.com/megaease/easegress/tree/v2.10.0) (2025-09-17)
4+
5+
[Full Changelog](https://github.com/megaease/easegress/compare/v2.9.4...v2.10.0)
6+
7+
**Implemented enhancements:**
8+
9+
* Enhance HTTP Server to support nginx-like header vars and build-in backend pool.
10+
* Added support for Static File Serving in HTTPServer, allowing users to serve static files directly from the server.
11+
312
## [v2.9.4](https://github.com/megaease/easegress/tree/v2.9.4) (2025-08-25)
413

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

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.24-alpine
1818

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

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

0 commit comments

Comments
 (0)