Skip to content

Commit

Permalink
release v1.3.1 (easegress-io#312)
Browse files Browse the repository at this point in the history
* release v1.3.1
  • Loading branch information
suchen-sci committed Oct 20, 2021
1 parent 94c8917 commit cbbcea1
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ builds:
- darwin
ldflags:
- -s -w
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.3.0
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.3.1
- -X github.com/megaease/easegress/pkg/version.COMMIT={{.Commit}}
- -X github.com/megaease/easegress/pkg/version.REPO=megaease/easegress

Expand All @@ -37,7 +37,7 @@ builds:
- darwin
ldflags:
- -s -w
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.3.0
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.3.1
- -X github.com/megaease/easegress/pkg/version.COMMIT={{.Commit}}
- -X github.com/megaease/easegress/pkg/version.REPO=megaease/easegress

Expand Down
103 changes: 103 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,108 @@
# Changelog

## [v1.3.1](https://github.com/megaease/easegress/tree/v1.3.1) (2021-10-20)

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

**Implemented enhancements:**
- **Improve docker image build speed**[\#306](https://github.com/megaease/easegress/pull/306)
- **Add doc for MQTT proxy**[\#300](https://github.com/megaease/easegress/pull/300)
- **MQTT proxy performance optimization**[\#304](https://github.com/megaease/easegress/pull/304)


**Fixed bugs:**
- **Fix MQTT closed client related bugs**[\#302](https://github.com/megaease/easegress/pull/302)
- **Change logger level from Error to Warn**[\#296](https://github.com/megaease/easegress/pull/307)
- **Fix Eureka port number**[\#309](https://github.com/megaease/easegress/pull/309)



## [v1.3.0](https://github.com/megaease/easegress/tree/v1.3.0) (2021-10-13)

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

**Significant changes:**

- **MQTT support** [\#203](https://github.com/megaease/easegress/pull/203)

**Implemented enhancements:**

- **Add chart files for helm-install** [\#254](https://github.com/megaease/easegress/pull/254)
- **Add license checker** [\#247](https://github.com/megaease/easegress/pull/247)
- **Improve egctl to support sending multi configs at once** [\#230](https://github.com/megaease/easegress/pull/230)
- **Create objects from spec files at startup** [\#202](https://github.com/megaease/easegress/pull/202)
- **Support bi-directional service registry controllers** [#171](https://github.com/megaease/easegress/pull/171)

**Fixed bugs:**

- **Fix typo**
- **Make `docker run` with default config without parameter** [\#248](https://github.com/megaease/easegress/pull/248)
- **Fix random failure of jmx test cases** [\#290](https://github.com/megaease/easegress/pull/290)
- **Correctly handle empty object name** [\#289](https://github.com/megaease/easegress/pull/289)
- **Update doc/developer-guide.md** [\#250](https://github.com/megaease/easegress/pull/250)
- **Update cluster example, no std-log-level in option** [\#278](https://github.com/megaease/easegress/pull/278)
- **Add readme in cn** [\#267](https://github.com/megaease/easegress/pull/267)
- **Correctly update restfulapi in ctl** [\#249](https://github.com/megaease/easegress/pull/249)
- **Update func match() in pkg/object/httpserver/mux.go** [\#245](https://github.com/megaease/easegress/pull/245)
- **Refine the flash sale document** [\#243](https://github.com/megaease/easegress/pull/243)
- **Fix lint warning** [\#242](https://github.com/megaease/easegress/pull/242)
- **Fix wrong link for ingress controller guide** [\#232](https://github.com/megaease/easegress/pull/232)
- **Update ingresscontroller\.md to fix permission issue** [#227](https://github.com/megaease/easegress/pull/227)
- **Fix test fail caused by random order of map iteration** [\#224](https://github.com/megaease/easegress/pull/224)
- **Add host functions for cluster data (flash sale support)** [\#188](https://github.com/megaease/easegress/pull/188)
- **Avoid send duplicated metrics data** [\#217](https://github.com/megaease/easegress/pull/217)





## [v1.2.1](https://github.com/megaease/easegress/tree/v1.2.1) (2021-09-08)

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

**Significant changes:**

- **Add documentation of user cases** [\#155](https://github.com/megaease/easegress/pull/155)
- **Add UnitTest and raise coverage rate** [\#170](https://github.com/megaease/easegress/pull/170)

**Implemented enhancements:**

- Trafficcontroller copy mutex by pointer [\#211](https://github.com/megaease/easegress/pull/211)
- Move limitlistener to util for other protocol proxy use[\#210](https://github.com/megaease/easegress/pull/210)
- Skip invalid ip cidr parse result [\#184](https://github.com/megaease/easegress/pull/184)

**Fixed bugs:**

- Fix interface nil convert panic [\#164](https://github.com/megaease/easegress/pull/164)




## [v1.2.0](https://github.com/megaease/easegress/tree/v1.2.0) (2021-08-23)

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

**Significant changes:**

- **WASM AssemblyScript SDK** [SDK](https://github.com/megaease/easegress-assemblyscript-sdk)
- **Windows Supporting** [\#74](https://github.com/megaease/easegress/pull/74)
- **Websockt Proxy** [\#99](https://github.com/megaease/easegress/issues/99)

**Implemented enhancements:**

- Add user-guide for WasmHost filter [\#138](https://github.com/megaease/easegress/pull/138)
- Refactor APIAggregator filter [\#153](https://github.com/megaease/easegress/pull/153)
- Add PR deployment testing [\#130](https://github.com/megaease/easegress/pull/130)
- Format and correct code according to golint [\#124](https://github.com/megaease/easegress/pull/124)[\#131](https://github.com/megaease/easegress/pull/131)

**Fixed bugs:**

- Fix http template dictory empty error [\#163](https://github.com/megaease/easegress/pull/163)
- Fix initTrafficGate panic when service not found [\#144](https://github.com/megaease/easegress/pull/144)




## [v1.1.0](https://github.com/megaease/easegress/tree/v1.1.0) (2021-07-16)

[Full Changelog](https://github.com/megaease/easegress/compare/v1.0.1...v1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RELEASE_DIR := ${MKFILE_DIR}bin
GO_PATH := $(shell go env | grep GOPATH | awk -F '"' '{print $$2}')

# Version
RELEASE?=v1.3.0
RELEASE?=v1.3.1

# Git Related
GIT_REPO_INFO=$(shell cd ${MKFILE_DIR} && git config --get remote.origin.url)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ The basic common usage of Easegress is to quickly set up proxy for the backend s

### Setting up Easegress

We can download the binary from [release page](https://github.com/megaease/easegress/releases). For example we use linux version:
We can download the latest or history binaries from the [release page](https://github.com/megaease/easegress/releases). For example, we can install Easegress v1.0.0 for Linux amd64 platform with command:

```bash
$ mkdir easegress
$ wget https://github.com/megaease/easegress/releases/download/v1.3.0/easegress-v1.3.0-linux-amd64.tar.gz
$ tar zxvf easegress-v1.3.0-linux-amd64.tar.gz -C easegress && cd easegress
$ wget https://github.com/megaease/easegress/releases/download/v1.0.0/easegress-v1.0.0-linux-amd64.tar.gz
$ tar zxvf easegress-v1.0.0-linux-amd64.tar.gz -C easegress && cd easegress
```

or use source code:
or if we can install Easegress from source code:

```bash
$ git clone https://github.com/megaease/easegress && cd easegress
Expand Down
8 changes: 4 additions & 4 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ Easegress 的基本用法是做为后端服务器的代理。下面分步说明

### 安装 Easegress

我们可以从[发布页](https://github.com/megaease/easegress/releases)下载二进制文件。 例如,在使用linux版本时
我们可以从[发布页](https://github.com/megaease/easegress/releases)下载 Easegress 的最新或历史版本。例如,可以使用下面的命令安装 v1.0.0 的 Linux

``` bash
$ mkdir easegress
$ wget https://github.com/megaease/easegress/releases/download/v1.1.0/easegress-v1.1.0-linux-amd64.tar.gz
$ tar zxvf easegress-v1.1.0-linux-amd64.tar.gz -C easegress && cd easegress
$ wget https://github.com/megaease/easegress/releases/download/v1.0.0/easegress-v1.0.0-linux-amd64.tar.gz
$ tar zxvf easegress-v1.0.0-linux-amd64.tar.gz -C easegress && cd easegress
```

也可以通过源码安装:
或者,也可以通过源码安装:

```bash
$ git clone https://github.com/megaease/easegress && cd easegress
Expand Down

0 comments on commit cbbcea1

Please sign in to comment.