File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ IMAGE_NAME?=megaease/easegress
1717BUILDER_IMAGE_NAME? =megaease/golang:1.24-alpine
1818
1919# Version
20- RELEASE? =v2.9.4
20+ RELEASE? =v2.10.0
2121
2222# Git Related
2323GIT_REPO_INFO =$(shell cd ${MKFILE_DIR} && git config --get remote.origin.url)
You can’t perform that action at this time.
0 commit comments