File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v2.1.1] ( https://github.com/megaease/easegress/tree/v2.1.1 ) (2022-09-09)
4+
5+ [ Full Changelog] ( https://github.com/megaease/easegress/compare/v2.1.0...v2.1.1 )
6+
7+
8+ ** Implemented enhancements:**
9+
10+ * Add ResultBuilder filter
11+ * Speed up DNS01 challenge
12+ * Add EaseTranslateBot example (code-free workflow by using Easegress pipeline)
13+ * Speed up MQTTProxy client connection
14+ * Check Kubernetes version for ingress controller
15+
16+ ** Fixed bugs:**
17+ * Fix default logger bug
18+ * Fix HTTP runtime ticker bug
19+ * Fix ingress translation error
20+
21+
322## [ v2.1.0] ( https://github.com/megaease/easegress/tree/v2.1.0 ) (2022-08-09)
423
524[ Full Changelog] ( https://github.com/megaease/easegress/compare/v2.0.0...v2.1.0 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ INTEGRATION_TEST_PATH := build/test
1616IMAGE_NAME? =megaease/easegress
1717
1818# Version
19- RELEASE? =v2.1.0
19+ RELEASE? =v2.1.1
2020
2121# Git Related
2222GIT_REPO_INFO =$(shell cd ${MKFILE_DIR} && git config --get remote.origin.url)
You can’t perform that action at this time.
0 commit comments