Skip to content

Commit

Permalink
bump version to v2.4.0 (#954)
Browse files Browse the repository at this point in the history
* bump version to v2.4.0

* Update CHANGELOG.md

Co-authored-by: Yun Long <[email protected]>

---------

Co-authored-by: Yun Long <[email protected]>
  • Loading branch information
localvar and xxx7xxxx committed Mar 3, 2023
1 parent 6408203 commit a18b3b8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v2.4.0](https://github.com/megaease/easegress/tree/v2.4.0) (2023-03-03)

[Full Changelog](https://github.com/megaease/easegress/compare/v2.3.1...v2.4.0)

**Significant changes:**
* Support GRPC protocol.

**Implemented enhancements:**
* Enhancement to access log.
* Enlarge charset allowed in object names.
* Enhance tracing to support Cloudflare.
* RequestAdaptor and ResponseAdaptor support template.

**Fixed bugs:**
* WASM apply data command not working.
* install.sh not work as expectation on some platforms.
* Fix typo and other minor problems in the documentation.


## [v2.3.1](https://github.com/megaease/easegress/tree/v2.3.1) (2022-12-28)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ INTEGRATION_TEST_PATH := build/test
IMAGE_NAME?=megaease/easegress

# Version
RELEASE?=v2.3.1
RELEASE?=v2.4.0

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

0 comments on commit a18b3b8

Please sign in to comment.