登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
轻量养虾,开箱即用!低 Token + 稳定算力,Gitee & 模力方舟联合出品的 PocketClaw 正式开售!点击了解详情
代码拉取完成,页面将自动刷新
开源项目
>
WEB应用开发
>
Web开发框架
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
9.9K
Star
14.5K
Fork
4.2K
GVP
dotNET China
/
Furion
代码
Issues
0
Pull Requests
0
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
📝 发布 Furion v4.8.0 版本
已完成
#I62NZV
百小僧
拥有者
创建于
2022-11-23 14:27
 >在过去两年,实现 `Furion` 从无到有,编写文档已逾三百万字,过程心酸开源人自知。 > >这一路日夜兼程,嘲讽批评常伴眼耳,即便辛苦无奈、想过放弃,但为了那微不足道的成就感依然努力着。 > >当然,也收获了不少... 越来越多拥趸者,越发精湛技术能力,更高层次思维模式,还有许多跨界跨行朋友。 > >在 《[开源指北](https://gitee.com/opensource-guide/comments/)》中,我曾说道:**“开源如同人的脸,好坏一面便知,缺点可能会受到嘲讽批评,优点也会收获赞扬尊重。别担心,他们正在塑造更好的你。”** > >所以,这一次重新起航,重塑 `Furion` 重塑自己。也许未来在某个 IT 圈但凡有人谈起 `.NET` 还能瞟到 `Furion` 的身影。 > > [https://furion.baiqian.ltd/docs/upgrade/](https://furion.baiqian.ltd/docs/upgrade/) ----- - `v4.8.1` 版本细节:[https://gitee.com/dotnetchina/Furion/issues/I62RX3](https://gitee.com/dotnetchina/Furion/issues/I62RX3) <sup>2022.11.24</sup> - `v4.8.0` 版本细节:[https://gitee.com/dotnetchina/Furion/issues/I62NZV](https://gitee.com/dotnetchina/Furion/issues/I62NZV) <sup>2022.11.23</sup> ----- - **新特性** - [新增] **🎉 [全新的定时任务模块](https://furion.baiqian.ltd/docs/job)** <sup>4.8.0</sup> 【[查看源码](https://gitee.com/dotnetchina/Furion/tree/v4/framework/Furion/Schedule)】 - [新增] **🎉 [全新的 `Cron` 表达式模块](https://furion.baiqian.ltd/docs/cron)** <sup>4.8.0</sup> 【[查看源码](https://gitee.com/dotnetchina/Furion/tree/v4/framework/Furion/TimeCrontab)】 - [新增] 事件总线支持简单的 `Order` 编排规则 <sup>4.8.0</sup> [833c0d4](https://gitee.com/dotnetchina/Furion/commit/833c0d4d069bca5f5304aa21cb32c7f902c20c69) - [新增] 远程请求代理模式对于基元类型参数支持自动获取参数名 <sup>4.8.0</sup> [#I60OT6](https://gitee.com/dotnetchina/Furion/issues/I60OT6) - [新增] 动态 `WebAPI` 自动识别方法的接口参数是否是服务,如果是自动添加 `[FromServices]` 特性 <sup>4.8.0</sup> [fae60a9](https://gitee.com/dotnetchina/Furion/commit/fae60a9c3097ec19ac2b3cd75ce1710ccd3e9294) - [新增] 远程请求 `[QueryString]` 特性添加时间格式化 `Format` 属性 <sup>4.8.1.2</sup> [!670](https://gitee.com/dotnetchina/Furion/pulls/670) - [新增] `Serve.Run` 模式的 `.ConfigureServices` 方法 <sup>4.8.0</sup> [023391b](https://gitee.com/dotnetchina/Furion/commit/023391b428f4239d926c3abb6cb0e2b92a0d738a) - [新增] `Serve.RunGeneric` 通用泛型主机方法 <sup>4.8.0</sup> [6865f3d](https://gitee.com/dotnetchina/Furion/commit/6865f3d3d890ee3c90901eaa949ad058d34b477d) - [新增] **`Serve.Run()` 的 `additional` 参数** <sup>4.8.0</sup> [023391b](https://gitee.com/dotnetchina/Furion/commit/023391b428f4239d926c3abb6cb0e2b92a0d738a) - [新增] `Serve.Run` 主机返回值 `IHost` <sup>4.8.0</sup> [#I61XHV](https://gitee.com/dotnetchina/Furion/issues/I61XHV) - [新增] **日志 `JSON` 自动美化格式化器 `LoggerFormatter.JsonIndented`** <sup>4.8.0</sup> [7b9268c](https://gitee.com/dotnetchina/Furion/commit/7b9268cc2428b5ee6cc5ed259e5c45a6830bddb1) - [新增] `LoggingMonitor` 的 `JsonIndented` 配置,可配置是否美化 `JSON` <sup>4.8.0</sup> [7b9268c](https://gitee.com/dotnetchina/Furion/commit/7b9268cc2428b5ee6cc5ed259e5c45a6830bddb1) - [新增] **日志模块是否输出 `TraceId`,同一个请求的日志 `TraceId` 一致** <sup>4.8.1.3</sup> [#I62VGG](https://gitee.com/dotnetchina/Furion/issues/I62VGG) - **突破性变化** - [调整] **旧版本定时任务为 `弃用` 状态(2022 年 12 月 31 日彻底删除),如需取消警告在 `.csproj` 中添加 `<NoWarn>0618</NoWarn>`** <sup>4.8.0</sup> [旧版本文档](/docs/job-old) - [移除] `JSON` 静态类所有方法的 `serviceProvider` 参数(无破坏) <sup>4.8.0</sup> [962fb16](https://gitee.com/dotnetchina/Furion/commit/962fb167aa13c689b688035bef26dcac73d3fca4) - [移除] `Http` 静态类所有方法的 `serviceProvider` 参数(无破坏) <sup>4.8.0</sup> [962fb16](https://gitee.com/dotnetchina/Furion/commit/962fb167aa13c689b688035bef26dcac73d3fca4) - **问题修复** - [修复] 从 `.NET6/7` 降级回 `.NET5` 找不到 `.AddDateOnlyConverters()` 和 `.AddTimeOnlyConverters()` 拓展方法问题 <sup>4.8.0</sup> [cdddf8d](https://gitee.com/dotnetchina/Furion/commit/cdddf8dbf628abb85e0816335ebae6bee96f6dc1) - [修复] `Retry.InvokeAsync` 方法如果不传入 `fallbackPolicy` 参数报空异常问题 <sup>4.8.0</sup> [21af847](https://gitee.com/dotnetchina/Furion/commit/21af847b02ae6044d344450620fa4e549480e387) - [修复] 动态 `WebAPI` 不支持在 `.NET7` 不声明 `[FromServices]` 自动注入问题 <sup>4.8.0</sup> [#I62HP1](https://gitee.com/dotnetchina/Furion/issues/I62HP1) - [修复] 远程请求 `GetAsStreamAsync()` 报 `System.InvalidOperationException: Response Content-Length mismatch` 异常问题 <sup>4.8.1</sup> [#I62QY4](https://gitee.com/dotnetchina/Furion/issues/I62QY4) - [修复] `LoggingMonitor` 配置 `WriteFilter` 不起作用问题 <sup>4.8.1.2</sup> [#I62P52](https://gitee.com/dotnetchina/Furion/issues/I62P52) [90bcfda](https://gitee.com/dotnetchina/Furion/commit/90bcfda4e3af24df399cc6bdb5c558c2bbed2536) - [修复] `EFCore` 个别关系型数据库 `PostgreSQL/SqlServer/MySql` 出现短暂不能连接问题 <sup>4.8.1.3</sup> [2c530ef](https://gitee.com/dotnetchina/Furion/commit/2c530ef3886327b572ffaa9a7ad43be5e629e854) - **文档** - [新增] **[新版本定时任务文档](https://furion.baiqian.ltd/docs/job)** - [新增] **[Cron 表达式解析文档](https://furion.baiqian.ltd/docs/cron)** - [新增] [Schedular](https://furion.baiqian.ltd/docs/global/schedular) 全局静态类文档 - [更新] `Serve.Run()` 入门文档文档、安全授权文档、前端接口代理文档、事件总线文档、日志文档、Worker Service 文档 ---
 >在过去两年,实现 `Furion` 从无到有,编写文档已逾三百万字,过程心酸开源人自知。 > >这一路日夜兼程,嘲讽批评常伴眼耳,即便辛苦无奈、想过放弃,但为了那微不足道的成就感依然努力着。 > >当然,也收获了不少... 越来越多拥趸者,越发精湛技术能力,更高层次思维模式,还有许多跨界跨行朋友。 > >在 《[开源指北](https://gitee.com/opensource-guide/comments/)》中,我曾说道:**“开源如同人的脸,好坏一面便知,缺点可能会受到嘲讽批评,优点也会收获赞扬尊重。别担心,他们正在塑造更好的你。”** > >所以,这一次重新起航,重塑 `Furion` 重塑自己。也许未来在某个 IT 圈但凡有人谈起 `.NET` 还能瞟到 `Furion` 的身影。 > > [https://furion.baiqian.ltd/docs/upgrade/](https://furion.baiqian.ltd/docs/upgrade/) ----- - `v4.8.1` 版本细节:[https://gitee.com/dotnetchina/Furion/issues/I62RX3](https://gitee.com/dotnetchina/Furion/issues/I62RX3) <sup>2022.11.24</sup> - `v4.8.0` 版本细节:[https://gitee.com/dotnetchina/Furion/issues/I62NZV](https://gitee.com/dotnetchina/Furion/issues/I62NZV) <sup>2022.11.23</sup> ----- - **新特性** - [新增] **🎉 [全新的定时任务模块](https://furion.baiqian.ltd/docs/job)** <sup>4.8.0</sup> 【[查看源码](https://gitee.com/dotnetchina/Furion/tree/v4/framework/Furion/Schedule)】 - [新增] **🎉 [全新的 `Cron` 表达式模块](https://furion.baiqian.ltd/docs/cron)** <sup>4.8.0</sup> 【[查看源码](https://gitee.com/dotnetchina/Furion/tree/v4/framework/Furion/TimeCrontab)】 - [新增] 事件总线支持简单的 `Order` 编排规则 <sup>4.8.0</sup> [833c0d4](https://gitee.com/dotnetchina/Furion/commit/833c0d4d069bca5f5304aa21cb32c7f902c20c69) - [新增] 远程请求代理模式对于基元类型参数支持自动获取参数名 <sup>4.8.0</sup> [#I60OT6](https://gitee.com/dotnetchina/Furion/issues/I60OT6) - [新增] 动态 `WebAPI` 自动识别方法的接口参数是否是服务,如果是自动添加 `[FromServices]` 特性 <sup>4.8.0</sup> [fae60a9](https://gitee.com/dotnetchina/Furion/commit/fae60a9c3097ec19ac2b3cd75ce1710ccd3e9294) - [新增] 远程请求 `[QueryString]` 特性添加时间格式化 `Format` 属性 <sup>4.8.1.2</sup> [!670](https://gitee.com/dotnetchina/Furion/pulls/670) - [新增] `Serve.Run` 模式的 `.ConfigureServices` 方法 <sup>4.8.0</sup> [023391b](https://gitee.com/dotnetchina/Furion/commit/023391b428f4239d926c3abb6cb0e2b92a0d738a) - [新增] `Serve.RunGeneric` 通用泛型主机方法 <sup>4.8.0</sup> [6865f3d](https://gitee.com/dotnetchina/Furion/commit/6865f3d3d890ee3c90901eaa949ad058d34b477d) - [新增] **`Serve.Run()` 的 `additional` 参数** <sup>4.8.0</sup> [023391b](https://gitee.com/dotnetchina/Furion/commit/023391b428f4239d926c3abb6cb0e2b92a0d738a) - [新增] `Serve.Run` 主机返回值 `IHost` <sup>4.8.0</sup> [#I61XHV](https://gitee.com/dotnetchina/Furion/issues/I61XHV) - [新增] **日志 `JSON` 自动美化格式化器 `LoggerFormatter.JsonIndented`** <sup>4.8.0</sup> [7b9268c](https://gitee.com/dotnetchina/Furion/commit/7b9268cc2428b5ee6cc5ed259e5c45a6830bddb1) - [新增] `LoggingMonitor` 的 `JsonIndented` 配置,可配置是否美化 `JSON` <sup>4.8.0</sup> [7b9268c](https://gitee.com/dotnetchina/Furion/commit/7b9268cc2428b5ee6cc5ed259e5c45a6830bddb1) - [新增] **日志模块是否输出 `TraceId`,同一个请求的日志 `TraceId` 一致** <sup>4.8.1.3</sup> [#I62VGG](https://gitee.com/dotnetchina/Furion/issues/I62VGG) - **突破性变化** - [调整] **旧版本定时任务为 `弃用` 状态(2022 年 12 月 31 日彻底删除),如需取消警告在 `.csproj` 中添加 `<NoWarn>0618</NoWarn>`** <sup>4.8.0</sup> [旧版本文档](/docs/job-old) - [移除] `JSON` 静态类所有方法的 `serviceProvider` 参数(无破坏) <sup>4.8.0</sup> [962fb16](https://gitee.com/dotnetchina/Furion/commit/962fb167aa13c689b688035bef26dcac73d3fca4) - [移除] `Http` 静态类所有方法的 `serviceProvider` 参数(无破坏) <sup>4.8.0</sup> [962fb16](https://gitee.com/dotnetchina/Furion/commit/962fb167aa13c689b688035bef26dcac73d3fca4) - **问题修复** - [修复] 从 `.NET6/7` 降级回 `.NET5` 找不到 `.AddDateOnlyConverters()` 和 `.AddTimeOnlyConverters()` 拓展方法问题 <sup>4.8.0</sup> [cdddf8d](https://gitee.com/dotnetchina/Furion/commit/cdddf8dbf628abb85e0816335ebae6bee96f6dc1) - [修复] `Retry.InvokeAsync` 方法如果不传入 `fallbackPolicy` 参数报空异常问题 <sup>4.8.0</sup> [21af847](https://gitee.com/dotnetchina/Furion/commit/21af847b02ae6044d344450620fa4e549480e387) - [修复] 动态 `WebAPI` 不支持在 `.NET7` 不声明 `[FromServices]` 自动注入问题 <sup>4.8.0</sup> [#I62HP1](https://gitee.com/dotnetchina/Furion/issues/I62HP1) - [修复] 远程请求 `GetAsStreamAsync()` 报 `System.InvalidOperationException: Response Content-Length mismatch` 异常问题 <sup>4.8.1</sup> [#I62QY4](https://gitee.com/dotnetchina/Furion/issues/I62QY4) - [修复] `LoggingMonitor` 配置 `WriteFilter` 不起作用问题 <sup>4.8.1.2</sup> [#I62P52](https://gitee.com/dotnetchina/Furion/issues/I62P52) [90bcfda](https://gitee.com/dotnetchina/Furion/commit/90bcfda4e3af24df399cc6bdb5c558c2bbed2536) - [修复] `EFCore` 个别关系型数据库 `PostgreSQL/SqlServer/MySql` 出现短暂不能连接问题 <sup>4.8.1.3</sup> [2c530ef](https://gitee.com/dotnetchina/Furion/commit/2c530ef3886327b572ffaa9a7ad43be5e629e854) - **文档** - [新增] **[新版本定时任务文档](https://furion.baiqian.ltd/docs/job)** - [新增] **[Cron 表达式解析文档](https://furion.baiqian.ltd/docs/cron)** - [新增] [Schedular](https://furion.baiqian.ltd/docs/global/schedular) 全局静态类文档 - [更新] `Serve.Run()` 入门文档文档、安全授权文档、前端接口代理文档、事件总线文档、日志文档、Worker Service 文档 ---
评论 (
7
)
登录
后才可以发表评论
状态
已完成
待办的
进行中
已完成
已关闭
负责人
未设置
百小僧
monksoul
负责人
协作者
+负责人
+协作者
标签
优化
建议
新功能
漏洞
未设置
标签管理
里程碑
v4.8.0
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (
-
)
标签 (
-
)
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
参与者(6)
C#
1
https://gitee.com/dotnetchina/Furion.git
git@gitee.com:dotnetchina/Furion.git
dotnetchina
Furion
Furion
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册