Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
AI teammates
Sign in
Sign up
Fetch the repository succeeded.
Open Source
>
Web Development
>
Web Framework
&&
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
9.9K
Star
14.5K
Fork
4.2K
GVP
dotNET China
/
Furion
Code
Issues
0
Pull Requests
0
Insights
Pipelines
Service
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
DevLens
Don’t show this again
Update failed. Please try again later!
Remove this flag
Content Risk Flag
This task is identified by
as the content contains sensitive information such as code security bugs, privacy leaks, etc., so it is only accessible to contributors of this repository.
📝 发布 Furion v4.5.9 版本
Done
#I5ULWN
百小僧
owner
Opened this issue
2022-10-09 12:07
### 功能描述 发布 `Furion` 和 `Furion.Tools` 和 `Furion.Xunit` `v4.5.9` 版本 包含以下功能更新: ### 功能清单 - [x] 调整日志模块所有日志时间默认为 `24小时制`,过去是 `12小时制` [!612](https://gitee.com/dotnetchina/Furion/pulls/612) - [x] 修复并发情况下设置日志上下文出现偶然性空引用问题 [c262131](https://gitee.com/dotnetchina/Furion/commit/c2621313eebb958e0e4c3e7020f6ed6e62443c71) - [x] 新增日志模块可配置是否启用上下文功能 `IncludeScopes` 属性 [#I5UJRS](https://gitee.com/dotnetchina/Furion/issues/I5UJRS) [a55d49d](https://gitee.com/dotnetchina/Furion/commit/a55d49d25be9fbd5696482f173f0b465596f9752) - [x] 新增 `LoggingMonitor` 日志筛选 `WriteFilter` 配置,支持更多自定义监听 [6f06f12](https://gitee.com/dotnetchina/Furion/commit/6f06f12b2c115bd181f4832daa7537efe5cb3fe8) - [x] 发布 `v4.5.9` 版本文档 - [x] 更新示例项目 `samples` 依赖至 `v4.5.9` 版本 - [x] [Replit](https://replit.com/) 网站 `Furion` 案例同步到 `v4.5.9` 版本 - [x] `Gitee` 和 `Github` 发布 `Release-v4.5.9` 版本 - [x] 同步更新日志 ### 代码实现 [https://gitee.com/dotnetchina/Furion/pulls/613](https://gitee.com/dotnetchina/Furion/pulls/613) [https://gitee.com/dotnetchina/Furion/pulls/612](https://gitee.com/dotnetchina/Furion/pulls/612) [https://gitee.com/dotnetchina/Furion/commit/4e8c1f134e2b6a9c99e105b0f771dff4c0ff4897](https://gitee.com/dotnetchina/Furion/commit/4e8c1f134e2b6a9c99e105b0f771dff4c0ff4897) [https://gitee.com/dotnetchina/Furion/commit/8e6d9f94dca3815784f6780b15b13f1d42b40970](https://gitee.com/dotnetchina/Furion/commit/8e6d9f94dca3815784f6780b15b13f1d42b40970) [https://gitee.com/dotnetchina/Furion/commit/926e99217e7938c90ccbe6d6107a20b57ccda5aa](https://gitee.com/dotnetchina/Furion/commit/926e99217e7938c90ccbe6d6107a20b57ccda5aa) [https://gitee.com/dotnetchina/Furion/commit/9baaa8ce1c3be93c33b961c380b0e0cc8544a1bd](https://gitee.com/dotnetchina/Furion/commit/9baaa8ce1c3be93c33b961c380b0e0cc8544a1bd) [https://gitee.com/dotnetchina/Furion/commit/c2621313eebb958e0e4c3e7020f6ed6e62443c71](https://gitee.com/dotnetchina/Furion/commit/c2621313eebb958e0e4c3e7020f6ed6e62443c71) [https://gitee.com/dotnetchina/Furion/commit/a55d49d25be9fbd5696482f173f0b465596f9752](https://gitee.com/dotnetchina/Furion/commit/a55d49d25be9fbd5696482f173f0b465596f9752) [https://gitee.com/dotnetchina/Furion/commit/6f06f12b2c115bd181f4832daa7537efe5cb3fe8](https://gitee.com/dotnetchina/Furion/commit/6f06f12b2c115bd181f4832daa7537efe5cb3fe8) ### 文档更新 1. `LoggingMonitor` 支持 `WriteFilter` 配置 ```cs services.AddMonitorLogging(options => { options.WriteFilter = (context) => { // 获取控制器/操作描述器 var controllerActionDescriptor = context.ActionDescriptor as ControllerActionDescriptor; // 你的逻辑....,不需要拦截返回 false,否则 true return true; }; }); ```
### 功能描述 发布 `Furion` 和 `Furion.Tools` 和 `Furion.Xunit` `v4.5.9` 版本 包含以下功能更新: ### 功能清单 - [x] 调整日志模块所有日志时间默认为 `24小时制`,过去是 `12小时制` [!612](https://gitee.com/dotnetchina/Furion/pulls/612) - [x] 修复并发情况下设置日志上下文出现偶然性空引用问题 [c262131](https://gitee.com/dotnetchina/Furion/commit/c2621313eebb958e0e4c3e7020f6ed6e62443c71) - [x] 新增日志模块可配置是否启用上下文功能 `IncludeScopes` 属性 [#I5UJRS](https://gitee.com/dotnetchina/Furion/issues/I5UJRS) [a55d49d](https://gitee.com/dotnetchina/Furion/commit/a55d49d25be9fbd5696482f173f0b465596f9752) - [x] 新增 `LoggingMonitor` 日志筛选 `WriteFilter` 配置,支持更多自定义监听 [6f06f12](https://gitee.com/dotnetchina/Furion/commit/6f06f12b2c115bd181f4832daa7537efe5cb3fe8) - [x] 发布 `v4.5.9` 版本文档 - [x] 更新示例项目 `samples` 依赖至 `v4.5.9` 版本 - [x] [Replit](https://replit.com/) 网站 `Furion` 案例同步到 `v4.5.9` 版本 - [x] `Gitee` 和 `Github` 发布 `Release-v4.5.9` 版本 - [x] 同步更新日志 ### 代码实现 [https://gitee.com/dotnetchina/Furion/pulls/613](https://gitee.com/dotnetchina/Furion/pulls/613) [https://gitee.com/dotnetchina/Furion/pulls/612](https://gitee.com/dotnetchina/Furion/pulls/612) [https://gitee.com/dotnetchina/Furion/commit/4e8c1f134e2b6a9c99e105b0f771dff4c0ff4897](https://gitee.com/dotnetchina/Furion/commit/4e8c1f134e2b6a9c99e105b0f771dff4c0ff4897) [https://gitee.com/dotnetchina/Furion/commit/8e6d9f94dca3815784f6780b15b13f1d42b40970](https://gitee.com/dotnetchina/Furion/commit/8e6d9f94dca3815784f6780b15b13f1d42b40970) [https://gitee.com/dotnetchina/Furion/commit/926e99217e7938c90ccbe6d6107a20b57ccda5aa](https://gitee.com/dotnetchina/Furion/commit/926e99217e7938c90ccbe6d6107a20b57ccda5aa) [https://gitee.com/dotnetchina/Furion/commit/9baaa8ce1c3be93c33b961c380b0e0cc8544a1bd](https://gitee.com/dotnetchina/Furion/commit/9baaa8ce1c3be93c33b961c380b0e0cc8544a1bd) [https://gitee.com/dotnetchina/Furion/commit/c2621313eebb958e0e4c3e7020f6ed6e62443c71](https://gitee.com/dotnetchina/Furion/commit/c2621313eebb958e0e4c3e7020f6ed6e62443c71) [https://gitee.com/dotnetchina/Furion/commit/a55d49d25be9fbd5696482f173f0b465596f9752](https://gitee.com/dotnetchina/Furion/commit/a55d49d25be9fbd5696482f173f0b465596f9752) [https://gitee.com/dotnetchina/Furion/commit/6f06f12b2c115bd181f4832daa7537efe5cb3fe8](https://gitee.com/dotnetchina/Furion/commit/6f06f12b2c115bd181f4832daa7537efe5cb3fe8) ### 文档更新 1. `LoggingMonitor` 支持 `WriteFilter` 配置 ```cs services.AddMonitorLogging(options => { options.WriteFilter = (context) => { // 获取控制器/操作描述器 var controllerActionDescriptor = context.ActionDescriptor as ControllerActionDescriptor; // 你的逻辑....,不需要拦截返回 false,否则 true return true; }; }); ```
Comments (
2
)
Sign in
to comment
Status
Done
Backlog
Doing
Done
Closed
Assignees
Not set
百小僧
monksoul
Assignee
Collaborator
+Assign
+Mention
Labels
新功能
漏洞
Not set
Label settings
Milestones
v4.5.9
No related milestones
Pull Requests
None yet
None yet
Successfully merging a pull request will close this issue.
Branches
No related branch
Branches (
-
)
Tags (
-
)
Planed to start   -   Planed to end
-
Top level
Not Top
Top Level: High
Top Level: Medium
Top Level: Low
Priority
Not specified
Serious
Main
Secondary
Unimportant
参与者(1)
C#
1
https://gitee.com/dotnetchina/Furion.git
git@gitee.com:dotnetchina/Furion.git
dotnetchina
Furion
Furion
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register