Skip to content

Commit

Permalink
release v1.3.0 (#219)
Browse files Browse the repository at this point in the history
* release v1.3.0

* release v1.3.0

* 升级构建镜像至 ubuntu-20.04

* trigger GitHub actions
  • Loading branch information
3062 committed Dec 2, 2022
1 parent 63f6f04 commit d01d137
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build-and-deploy
on: push
jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand Down
32 changes: 32 additions & 0 deletions content/en/blog/releases/v1.3.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "Announcing MOSN v1.3.0"
linkTitle: "Announcing MOSN v1.3.0"
date: 2022-10-28
author: MOSN Team
description: "MOSN v1.3.0 changelog."
---

We are happy to announce the release of [MOSN v1.3.0](https://github.com/mosn/mosn/releases/tag/v1.3.0).

## v1.3.0

### Refactoring
- Moves to consolidated Proxy-Wasm implementation and enables wazero by default (#2172) [@Crypt Keeper](https://github.com/codefromthecrypt)

### Optimization

- Optimized parsing xDS transparent proxy configuration: add pass-through configuration for unrecognized addresses (#2171) [@3062](https://github.com/3062)
- Optimized the golangci execution flow in CI testing (#2166) [@taoyuanyuan](https://github.com/taoyuanyuan) (#2167) [@taoyuanyuan](https://github.com/taoyuanyuan)
- Add integrated benchmarks for Proxy-Wasm (#2164) [@Crypt Keeper](https://github.com/codefromthecrypt) (#2169) [@Crypt Keeper](https://github.com/codefromthecrypt)
- Upgrade the minimum version of Go supported by MOSN to 1.17 (#2160) [@Crypt Keeper](https://github.com/codefromthecrypt)
- Fix some problems in the README.md (#2161) [@liaolinrong](https://github.com/liaolinrong)
- Add benchmark (#2173) [@3062](https://github.com/3062)
- subsetLoadBalancer reuse subset entry to optimze alloc/inuse memory (#2119) [@dzdx](https://github.com/dzdx) (#2188) [@liwu](https://github.com/chuailiwu)

### Bug fixes

- Fix a panic problem with connpool_binging when connecting to upstream timeout (#2180) [@EraserTime](https://github.com/EraserTime)
- Fix the problem that retryTime is 0 when cluster LB algorithm is LB_ORIGINAL_DST (#2170) [@3062](https://github.com/3062)
- Fix smooth upgrade failed (#2129) [@Bryce-Huang](https://github.com/Bryce-huang) (#2193) [@3062](https://github.com/3062)
- Modify the way xDS Listener logs are parsed (#2182) [@3062](https://github.com/3062)
- Fix example print error (#2190) [@liaolinrong](https://github.com/liaolinrong)
33 changes: 33 additions & 0 deletions content/zh/docs/products/report/releases/v1.3.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: "MOSN v1.3.0 发布"
linkTitle: "MOSN v1.3.0 发布"
date: 2022-11-28
author: "MOSN 团队"
aliases: "/zh/blog/releases/v1.3.0"
description: "MOSN v1.3.0 变更日志。"
---

我们很高兴的宣布 [MOSN v1.3.0](https://github.com/mosn/mosn/releases/tag/v1.3.0) 发布,以下是该版本的变更日志。

## v1.3.0

### 重构
- 迁移合并 Proxy-Wasm 的实现,并默认启用 wazero (#2172) [@Crypt Keeper](https://github.com/codefromthecrypt)

### 优化

- 优化解析 xDS 透明代理配置:增加对未识别地址的透传配置 (#2171) [@3062](https://github.com/3062)
- 优化 CI 测试中 golangci 执行流程 (#2166) [@taoyuanyuan](https://github.com/taoyuanyuan) (#2167) [@taoyuanyuan](https://github.com/taoyuanyuan)
- 为 Proxy-Wasm 添加集成基准测试 (#2164) [@Crypt Keeper](https://github.com/codefromthecrypt) (#2169) [@Crypt Keeper](https://github.com/codefromthecrypt)
- 升级 MOSN 支持的 Go 的最低版本至 1.17 (#2160) [@Crypt Keeper](https://github.com/codefromthecrypt)
- 改正 README.md 中的一些问题 (#2161) [@liaolinrong](https://github.com/liaolinrong)
- 新增基准测试 (#2173) [@3062](https://github.com/3062)
- subsetLoadBalancer 重用子集条目以优化分配/使用内存 (#2119) [@dzdx](https://github.com/dzdx) (#2188) [@liwu](https://github.com/chuailiwu)

### Bug 修复

- 修复 connpool_binging 在连接 upstream timeout 时出现的 panic 问题 (#2180) [@EraserTime](https://github.com/EraserTime)
- 修复 cluster LB 算法为 LB_ORIGINAL_DST 时 retryTime 是 0 的问题 (#2170) [@3062](https://github.com/3062)
- 修复平滑升级失败 (#2129) [@Bryce-Huang](https://github.com/Bryce-huang) (#2193) [@3062](https://github.com/3062)
- 修改解析 xDS Listener 日志的方式 (#2182) [@3062](https://github.com/3062)
- 修复示例代码打印错误 (#2190) [@liaolinrong](https://github.com/liaolinrong)

0 comments on commit d01d137

Please sign in to comment.