Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to v2.7.1 #1224

Merged
merged 2 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [v2.7.1](https://github.com/megaease/easegress/tree/v2.7.1) (2024-02-22)

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add golang version change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated!

**Implemented enhancements:**
* Enabled `egctl create httpproxy` command to support automatic updates for `AutoCertManager`.
* Introduced an exportable custom plain logger.
* Expanded `egctl` command utility across various namespaces.
* Optimized proxy filter to immediately flush responses for Server-Sent Events (SSE).
* Enhanced template functionality with additional functions in `RequestBuilder` and `ResponseBuilder`.
* Updated documentation and adhered to the latest CNCF Code of Conduct for community guidelines.

**Fixed bugs:**
* Resolved the `AutoCertManager` did not remove duplicate DNS records issue.
* Corrected proxy filter behavior to properly escape paths.


## [v2.7.0](https://github.com/megaease/easegress/tree/v2.7.0) (2023-12-29)

[Full Changelog](https://github.com/megaease/easegress/compare/v2.6.4...v2.7.0)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ IMAGE_NAME?=megaease/easegress
BUILDER_IMAGE_NAME?=megaease/golang:1.21.7-alpine

# Version
RELEASE?=v2.7.0
RELEASE?=v2.7.1

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