Release v3.0.36 (#6152)

This commit is contained in:
李铭昕 2023-09-15 14:33:56 +08:00 committed by GitHub
parent 18f2d15cb3
commit 403fb5a2f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 69 additions and 3 deletions

View File

@ -1,4 +1,6 @@
# v3.0.36 - TBD
# v3.0.37 - TBD
# v3.0.36 - 2023-09-15
# Added

View File

@ -1,5 +1,21 @@
# Changelogs
# v3.0.36 - 2023-09-15
# Added
- [#6062](https://github.com/hyperf/hyperf/pull/6057) Added `RequestTraceListener` for `hyperf/tracer`.
- [#6143](https://github.com/hyperf/hyperf/pull/6143) Added `ignore_exceptions` for `hyperf/tracer`.
## Optimized
- [#6151](https://github.com/hyperf/hyperf/pull/6151) Optimized `FailToConsume` event for `hyperf/kafka`.
## Fixed
- [#6117](https://github.com/hyperf/hyperf/pull/6117) Fixed bug that grpc client cannot able to be reused.
- [#6146](https://github.com/hyperf/hyperf/pull/6146) Fixed bug that `validateJson` cannot work when using php 8.0.
# v3.0.35 - 2023-09-01
## Fixed

View File

@ -1,5 +1,21 @@
# 版本更新记录
# v3.0.36 - 2023-09-15
# 新增
- [#6062](https://github.com/hyperf/hyperf/pull/6057) 为 `hyperf/tracer` 新增 `RequestTraceListener` 监听器。
- [#6143](https://github.com/hyperf/hyperf/pull/6143) 为 `hyperf/tracer` 增加 `ignore_exceptions` 配置。
## 优化
- [#6151](https://github.com/hyperf/hyperf/pull/6151) 优化 `hyperf/kafka` 组件中 `FailToConsume` 的触发时机。
## 修复
- [#6117](https://github.com/hyperf/hyperf/pull/6117) 修复 `GRPC` 客户端无法被复用的问题。
- [#6146](https://github.com/hyperf/hyperf/pull/6146) 修复 `validateJson` 验证规则在高于 PHP 8.0 版本后,无法正常使用的问题。
# v3.0.35 - 2023-09-01
## 修复

View File

@ -1,5 +1,21 @@
# 版本更新記錄
# v3.0.36 - 2023-09-15
# 新增
- [#6062](https://github.com/hyperf/hyperf/pull/6057) 為 `hyperf/tracer` 新增 `RequestTraceListener` 監聽器。
- [#6143](https://github.com/hyperf/hyperf/pull/6143) 為 `hyperf/tracer` 增加 `ignore_exceptions` 配置。
## 優化
- [#6151](https://github.com/hyperf/hyperf/pull/6151) 優化 `hyperf/kafka` 組件中 `FailToConsume` 的觸發時機。
## 修復
- [#6117](https://github.com/hyperf/hyperf/pull/6117) 修復 `GRPC` 客户端無法被複用的問題。
- [#6146](https://github.com/hyperf/hyperf/pull/6146) 修復 `validateJson` 驗證規則在高於 PHP 8.0 版本後,無法正常使用的問題。
# v3.0.35 - 2023-09-01
## 修復

View File

@ -196,11 +196,11 @@ return [
### 配置中間件或監聽器
配置完驅動之後,採集信息還需要配置一下中間件或請求週期事件監聽器才能用採集功能。
配置完驅動之後,採集信息還需要配置一下中間件或請求週期事件監聽器才能用採集功能。
- 添加中間件
打開 `config/autoload/middlewares.php` 文件,在 `http` 節點用中間件。
打開 `config/autoload/middlewares.php` 文件,在 `http` 節點用中間件。
```php
<?php

View File

@ -1,5 +1,21 @@
# 版本更新記錄
# v3.0.36 - 2023-09-15
# 新增
- [#6062](https://github.com/hyperf/hyperf/pull/6057) 為 `hyperf/tracer` 新增 `RequestTraceListener` 監聽器。
- [#6143](https://github.com/hyperf/hyperf/pull/6143) 為 `hyperf/tracer` 增加 `ignore_exceptions` 配置。
## 最佳化
- [#6151](https://github.com/hyperf/hyperf/pull/6151) 最佳化 `hyperf/kafka` 元件中 `FailToConsume` 的觸發時機。
## 修復
- [#6117](https://github.com/hyperf/hyperf/pull/6117) 修復 `GRPC` 客戶端無法被複用的問題。
- [#6146](https://github.com/hyperf/hyperf/pull/6146) 修復 `validateJson` 驗證規則在高於 PHP 8.0 版本後,無法正常使用的問題。
# v3.0.35 - 2023-09-01
## 修復