Skip to content

Commit

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

* Update CHANGELOG.md

Co-authored-by: su chen <chen.su1994@outlook.com>

Co-authored-by: su chen <chen.su1994@outlook.com>
  • Loading branch information
localvar and suchen-sci authored Nov 28, 2022
1 parent b3ef1b8 commit 07cc267
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

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

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

**Significant changes:**
* HTTPServer: support radix tree router and routing by client IP.
* Add new filter OPAFilter for Open Policy Agent.

**Implemented enhancements:**
* Load Balance: support session and server health check.
* Making running objects dump interval configurable.
* Simplify CORSAdaptor.

**Fixed bugs:**
* Fix unexpected EOF when compression is enabled.
* Remove duplicated code in codectool.
* Update keyfunc for compatibility and bug fixes.
* Fix mqtt test random fail.


## [v2.2.0](https://github.com/megaease/easegress/tree/v2.2.0) (2022-10-18)

[Full Changelog](https://github.com/megaease/easegress/compare/v2.1.1...v2.2.0)
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.2.0
RELEASE?=v2.3.0

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

0 comments on commit 07cc267

Please sign in to comment.