Skip to content

Commit

Permalink
bump up the version number to v2.0.0 (#690)
Browse files Browse the repository at this point in the history
* bump up the version number to v2.0.0
  • Loading branch information
localvar committed Jul 7, 2022
1 parent 84fba19 commit 6d84e59
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [v2.0.0](https://github.com/megaease/easegress/tree/v2.0.0) (2022-07-07)

[Full Changelog](https://github.com/megaease/easegress/compare/v1.5.3...v2.0.0)

**Significant changes:**

- Pipeline
* Pipeline is protocol-independent now.
* Add `RequestBuilder` filter, `ResponseBuilder` filter and built-in filter `END`.
* Add the support of `namespace`.
* Add the support of filter alias.
* Filter `Retryer`, `CircuitBreaker` and `TimeLimiter` are removed, resilience
policies are now defined on pipeline and injected into filters that support
resilience.
* Filter `APIAggregator` is removed.

**Implemented enhancements:**
- Tracing is now using Zipkin B3 format.
- Cluster
* Drop the support of dynamic cluster management.
* Depreciated configuration method is removed.

## [v1.5.3](https://github.com/megaease/easegress/tree/v1.5.3) (2022-06-28)

[Full Changelog](https://github.com/megaease/easegress/compare/v1.5.2...v1.5.3)
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?=v1.5.3
RELEASE?=v2.0.0

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

0 comments on commit 6d84e59

Please sign in to comment.