Skip to content

Commit

Permalink
🍞 通过 Jenkins 自动发布 v2.19.0 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkSoul committed Sep 23, 2021
1 parent 17bc8ee commit 715a9d4
Show file tree
Hide file tree
Showing 477 changed files with 1,981 additions and 1,901 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@
> - 如果涉及到代码重构,则当天发版,次版本号 `加 1`,修订版本号 `清 0`。
> - 如果 `.NET SDK` 主版本号升级,则当天发版,主版本号 `加 1`。

## v2.19未发布版本
## v2.19当前版本

- **新特性**

- [新增] 定时任务监听器 `ISpareTimeListener` [#I468Q1](https://gitee.com/dotnetchina/Furion/issues/I468Q1)
- [新增] 执行 `Sql` 支持 `JsonElement` 参数 [61985d6](https://gitee.com/dotnetchina/Furion/commit/61985d6a300485d553cbe8461b01f01bcd0936ef)
- [新增] `Swagger` 配置枚举及标签排序过滤器 [#I46LON](https://gitee.com/dotnetchina/Furion/issues/I46LON) [!404](https://gitee.com/dotnetchina/Furion/pulls/404)
- [新增] 远程请求 `application/octet-stream` 类型默认支持[d9bad03](https://gitee.com/dotnetchina/Furion/commit/d9bad0320cc4a204e24bc3a070517ebce4cdc5d7)

- **突破性变化**

- [重构] 事件总线所有代码 [#I46X02](https://gitee.com/dotnetchina/Furion/issues/I46X02)
- [新增] 远程请求 `application/octet-stream` 类型默认支持 [d9bad03](https://gitee.com/dotnetchina/Furion/commit/d9bad0320cc4a204e24bc3a070517ebce4cdc5d7)

- **问题修复**

Expand All @@ -31,12 +27,14 @@
- [修复] 管道 `Channel` 读取器无法释放 `Handler` 对象问题 [10f4a90](https://gitee.com/dotnetchina/Furion/commit/10f4a900ee558a29f40ae21366a0eba83eceb3eb)
- [修复] `Worker Services` 下日志不输出问题 [c482548](https://gitee.com/dotnetchina/Furion/commit/c48254822c09092906ef77f04d54497e27665a92)
- [修复] 远程请求 `multipart/form-data` 类型对接微信小程序上传文件 问题 [d9bad03](https://gitee.com/dotnetchina/Furion/commit/d9bad0320cc4a204e24bc3a070517ebce4cdc5d7)
- [修复] 工作单元上下文在某些情况下共享事务失效问题 [006d439](https://gitee.com/dotnetchina/Furion/commit/006d439de3357d4d58ea6d7d3f9d51771a7b604e)
- [修复] `Swagger` 枚举值在 `GET` 请求中 `Schema` 显示不正确问题 [fb72fd7](https://gitee.com/dotnetchina/Furion/commit/fb72fd7c98de5bf2246dd1bf08200152bd7ab7a0)

- **文档**

---

## v2.18当前版本
## v2.18已发布

- **新特性**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2.18.7</Version>
<Version>2.19.0</Version>
<Description>Furion Jwt 授权验证拓展插件。</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.10" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2.18.7</Version>
<Version>2.19.0</Version>
<Description>Furion 数据库访问器 Dapper 插件。</Description>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2.18.7</Version>
<Version>2.19.0</Version>
<Description>Furion 数据库访问器 MongoDB 插件。</Description>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2.18.7</Version>
<Version>2.19.0</Version>
<Description>Furion 数据库访问器 SqlSugar 插件。</Description>
</PropertyGroup>

Expand All @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="sqlSugarCore" Version="5.0.3.8" />
<PackageReference Include="sqlSugarCore" Version="5.0.4" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2.18.7</Version>
<Version>2.19.0</Version>
<Description>Furion 程序集扫描和代码分析拓展插件。</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="5.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="5.0.10" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.11.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.10" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
<PackageReference Include="System.Text.Json" Version="6.0.0-rc.1.21451.13" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2.18.7</Version>
<Version>2.19.0</Version>
<Description>Furion 日志记录 Serilog 插件。</Description>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2.18.7</Version>
<Version>2.19.0</Version>
<Description>Furion 对象映射 Mapster 插件。</Description>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2.18.7</Version>
<Version>2.19.0</Version>
<Description>Furion 程序集扫描和代码分析拓展插件。</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="5.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="5.0.10" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.11.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
<PackageReference Include="System.Text.Json" Version="6.0.0-rc.1.21451.13" />
</ItemGroup>

</Project>
5 changes: 2 additions & 3 deletions framework/Furion.Pure/App/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// You may obtain a copy of Mulan PSL v2 at:
// https://gitee.com/dotnetchina/Furion/blob/master/LICENSE
// THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
// See the Mulan PSL v2 for more details.
// See the Mulan PSL v2 for more details.

using Furion.ConfigurableOptions;
using Furion.DependencyInjection;
Expand Down Expand Up @@ -337,8 +337,7 @@ private static (IEnumerable<Assembly> Assemblies, IEnumerable<Assembly> External
internal static bool CanBeMiniProfiler()
{
// 减少不必要的监听
if (Settings.InjectMiniProfiler != true
|| HttpContext == null
if (Settings.InjectMiniProfiler != true || HttpContext == null
|| !(HttpContext.Request.Headers.TryGetValue("request-from", out var value) && value == "swagger")) return false;

return true;
Expand Down
6 changes: 3 additions & 3 deletions framework/Furion.Pure/Furion.Pure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2.18.7</Version>
<Version>2.19.0</Version>
<Description>让 .NET 开发更简单,更通用,更流行。</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand All @@ -22,9 +22,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="2.18.7" />
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="2.19.0" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.5" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.2" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions framework/Furion/Furion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2.18.7</Version>
<Version>2.19.0</Version>
<Description>让 .NET 开发更简单,更通用,更流行。</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand All @@ -28,9 +28,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="2.18.7" />
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="2.19.0" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.5" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.2" />
</ItemGroup>

</Project>
Loading

0 comments on commit 715a9d4

Please sign in to comment.