Translate

This commit is contained in:
huangzhhui 2020-04-02 11:28:27 +08:00
parent 06044f40de
commit edbd314466
3 changed files with 42 additions and 6 deletions

View File

@ -2,22 +2,22 @@
# v1.1.23 - 2020-04-02
## Added
## 新增
- [#1467](https://github.com/hyperf/hyperf/pull/1467) 为 `filesystem` 组件添加默认配置。
- [#1469](https://github.com/hyperf/hyperf/pull/1469) 为 `Hyperf/Guzzle/HandlerStackFactory` 添加 `getHandler()` 方法,并尽可能的使用 `make()` 创建 `handler`
## Fixed
## 变更
- [#1481](https://github.com/hyperf/hyperf/pull/1481) 异步队列创建消息时,使用 `make` 方法创建。
## 修复
- [#1471](https://github.com/hyperf/hyperf/pull/1471) 修复 `NSQ` 组件,数据量超过 `max-output-buffer-size` 接收数据失败的 `BUG`
- [#1472](https://github.com/hyperf/hyperf/pull/1472) 修复 `NSQ` 组件,在消费者中发布消息时,会导致消费者无法正常消费的 `BUG`
- [#1474](https://github.com/hyperf/hyperf/pull/1474) 修复 `NSQ` 组件,`requeue` 消息时,消费者会意外重启的 `BUG`
- [#1477](https://github.com/hyperf/hyperf/pull/1477) 修复使用 `Hyperf\Testing\Client::flushContext` 时,会引发 `Fixed Invalid argument supplied` 异常的 `BUG`
## Changed
- [#1481](https://github.com/hyperf/hyperf/pull/1481) 异步队列创建消息时,使用 `make` 方法。
# v1.1.22 - 2020-03-26
## 新增

View File

@ -1,5 +1,23 @@
# 版本更新記錄
# v1.1.23 - 2020-04-02
## 新增
- [#1467](https://github.com/hyperf/hyperf/pull/1467) 為 `filesystem` 組件添加默認配置。
- [#1469](https://github.com/hyperf/hyperf/pull/1469) 為 `Hyperf/Guzzle/HandlerStackFactory` 添加 `getHandler()` 方法,並儘可能的使用 `make()` 創建 `handler`
## 變更
- [#1481](https://github.com/hyperf/hyperf/pull/1481) 異步隊列創建消息時,使用 `make` 方法創建。
## 修復
- [#1471](https://github.com/hyperf/hyperf/pull/1471) 修復 `NSQ` 組件,數據量超過 `max-output-buffer-size` 接收數據失敗的 `BUG`
- [#1472](https://github.com/hyperf/hyperf/pull/1472) 修復 `NSQ` 組件,在消費者中發佈消息時,會導致消費者無法正常消費的 `BUG`
- [#1474](https://github.com/hyperf/hyperf/pull/1474) 修復 `NSQ` 組件,`requeue` 消息時,消費者會意外重啟的 `BUG`
- [#1477](https://github.com/hyperf/hyperf/pull/1477) 修復使用 `Hyperf\Testing\Client::flushContext` 時,會引發 `Fixed Invalid argument supplied` 異常的 `BUG`
# v1.1.22 - 2020-03-26
## 新增

View File

@ -1,5 +1,23 @@
# 版本更新記錄
# v1.1.23 - 2020-04-02
## 新增
- [#1467](https://github.com/hyperf/hyperf/pull/1467) 為 `filesystem` 元件新增預設配置。
- [#1469](https://github.com/hyperf/hyperf/pull/1469) 為 `Hyperf/Guzzle/HandlerStackFactory` 新增 `getHandler()` 方法,並儘可能的使用 `make()` 建立 `handler`
## 變更
- [#1481](https://github.com/hyperf/hyperf/pull/1481) 非同步佇列建立訊息時,使用 `make` 方法建立。
## 修復
- [#1471](https://github.com/hyperf/hyperf/pull/1471) 修復 `NSQ` 元件,資料量超過 `max-output-buffer-size` 接收資料失敗的 `BUG`
- [#1472](https://github.com/hyperf/hyperf/pull/1472) 修復 `NSQ` 元件,在消費者中釋出訊息時,會導致消費者無法正常消費的 `BUG`
- [#1474](https://github.com/hyperf/hyperf/pull/1474) 修復 `NSQ` 元件,`requeue` 訊息時,消費者會意外重啟的 `BUG`
- [#1477](https://github.com/hyperf/hyperf/pull/1477) 修復使用 `Hyperf\Testing\Client::flushContext` 時,會引發 `Fixed Invalid argument supplied` 異常的 `BUG`
# v1.1.22 - 2020-03-26
## 新增