登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
9月17日,Gitee Xtreme 极智AI重磅发布,来Gitee直播间一起探索AI时代的软件研发新模式
代码拉取完成,页面将自动刷新
开源项目
>
WEB应用开发
>
Web开发框架
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
9.2K
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)
标签 (183)
v5-transition
v4.9.8
v4
v2
v1
v3
v4.9.7.90
v4.9.7.42
v4.9.7.32
v4.9.7.19
v4.9.7
v4.9.6
v4.9.5.21
v4.9.5
v4.9.4.7
v4.9.4
v4.9.3.17
v4.9.3
v4.9.2.40
v4.9.2.39
v4.9.2.32
v4.9.2.25
v4.9.2.18
v4.9.2.14
v4.9.2.13
v4.9.2.12
v4.9.2.4
v4.9.2.3
v4.9.1.56
v4.9.1.47
v4.9.1.37
v4.9.1.36
v4.9.1.32
v4.9.1.31
v4.9.1.27
v4.9.1.23
v4.9.1.17
v4.9.1.13
v4.9.1.7
v4.9.1
v4.8.8.55
v4.8.8.50
v4.8.8.48
v4.8.8.41
v4.8.8.33
v4.8.8.25
v4.8.8.22
v4.8.8.21
v4.8.8.15
v4.8.8.13
v4.8.8.11
v4.8.8.7
v4.8.8.5
v4.8.8
v4.8.7.40
v4.8.7.37
v4.8.7.34
v4.8.7.27
v4.8.7.21
v4.8.7.22
v4.8.7
v4.8.6
v4.8.5
v4.8.4
v4.8.3
v4.8.2
v4.8.0
v4.7.9
v4.7.7
v4.7.6
v4.7.5
v4.7.3
v4.7.2
v4.7.1
v4.7.0
v4.7.0.1
v4.6.9
v4.6.8
v4.6.7
v4.6.6
v4.6.5
v4.6.4
v4.6.3
v4.6.2
v4.6.1
v4.6.0
v4.5.9
v4.5.8
v4.5.7
v4.5.6
v4.5.5
v4.5.4
v4.5.2
v4.5.1
v4.5.0
v4.4.9
v4.4.8
v4.4.7
v4.4.6
v4.4.5
v4.4.4
v4.4.3
v4.4.1
v4.4.0
v4.3.9
v4.3.3
v4.3.0
v4.2.9
v4.2.2
v4.2.0
v4.1.4
v4.0.0
v3.9.0
v3.8.3
v3.8.0
v3.7.0
v3.6.0
v3.5.0
v3.4.0
v3.3.1
v3.3.2
v3.3.0
v3.20
v3.1.3
v3.1.0
v3.0.6
v3.0.0
v2.20.0
v2.19.0
v2.18.0
v2.17.0
v2.16.0
v2.15.0
v2.14.0
v2.13.0
v2.11.0
v2.12.0
v2.10.0
v2.9.0
v2.8.0
v2.7.0
v2.5.0
v2.6.0
v2.4.0
v2.3.0
v2.2.0
v2.1.0
v2.0.0
v1.19.0
v1.18.0
v1.17.0
v1.16.0
v1.15.0
v1.14.0
v1.13.0
v1.7.0
v1.4.3
v1.1.9
v1.1.0
v1.0.3
v1.0.2
v1.0.0
v1.0.0-rc.final.90
v1.0.0-rc.final.84
v1.0.0-rc.final.71
v1.0.0-rc.final.60
v1.0.0-rc.final.50
v1.0.0-rc.final.31
v1.0.0-rc.final.25
v1.0.0-rc.final.19
v1.0.0-rc.final.20
v1.0.0-rc.final.10
v1.0.0-rc.final.11
v1.0.0-rc.final.8
v1.0.0-rc.final
v1.0.0-2020.10.13
v1.0.0-2020.10.10
v1.0.0-2020.10.08
v1.0.0-2020.10.07
v1.0.0-2020.10.05
v1.0.0-2020.10.04
v1.0.0-2020.10.03
v1.0.0-2020.10.02
v1.0.0-2020.10.01
v1.0.0-2020.09.30
v1.0.0-2020.09.29
v1.0.0-rc.2
v1.0.0-rc.1
v1.0.0-alpha.1
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
参与者(1)
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 帐号,请先登录后再操作。
立即登录
没有帐号,去注册