Skip to content

Commit

Permalink
bump version number to 2.1.0 (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
localvar committed Aug 9, 2022
1 parent c7864d2 commit 95c4eaa
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [v2.1.0](https://github.com/megaease/easegress/tree/v2.1.0) (2022-08-09)

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

**Significant changes:**

* Define user data in pipeline spec.
* `jumpIf` support jumping on an empty result.
* Bump API version to v2 (v1 APIs are kept for compatibility).

**Implemented enhancements:**

* RequestAdaptor support signing the request (experimental).
* RequestBuilder support form data (HTTP only).
* Add `disableReport` option to tracing.
* Logs go to stdout/stderr by default.

**Fixed bugs:**

* HTTPServer does not work as expected when match all header is enabled.
* `jumpIf` not working with global filter.
* Response headers set by filters before a Proxy are all lost.
* Nacos registry doesn't work.
* Panic in StatusSyncController.
* MQTT client is not closed as expected.

## [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)
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.0.0
RELEASE?=v2.1.0

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

0 comments on commit 95c4eaa

Please sign in to comment.