Skip to content

Releases: joesdu/EasilyNET

3.24.1107.140

07 Nov 06:04
9ab4a46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.24.1107.114...3.24.1107.140

3.24.1107.114

07 Nov 03:45
3969e28
Compare
Choose a tag to compare

What's Changed

  • feat: 更新garnet配置为微软官方镜像 by @joesdu in #624
  • feat: 移除不必要的预编译指令 by @joesdu in #625
  • fix: 调整文本文件到UTF-8,移除UTF-8 BOM,修复部分乱码 by @joesdu in #626
  • feat: 调整Swagger相关特性到Core便于在发布版本中排除掉相关包,减少程序大小 by @joesdu in #628
  • feat: 优化garnet的使用,直接注册IDatabase,因为garnet只有0数据库,免去再注入后再次GetDatabase by @joesdu in #629
  • feat: 添加WPF测试项目进来, .NET8会产生一个错误.回去了再研究.先下班. by @joesdu in #630
  • fix: 修复.NET8中非控制台程序加载Core程序集时,TextWriterExtensions抛出异常 by @joesdu in #632
  • fix: format xaml code by @joesdu in #633
  • fix: 调整CI/CD构建流程运行环境为Windows,WPF程序在Ubuntu中无法通过编译. by @joesdu in #634

Full Changelog: 3.24.1105.111...3.24.1107.114

3.24.1105.111

05 Nov 03:12
e9f8959
Compare
Choose a tag to compare

What's Changed

  • feat: format code by @joesdu in #620
  • build(deps): bump FluentAssertions from 7.0.0-alpha.4 to 7.0.0-alpha.5 by @dependabot in #619
  • dependabot.yml add GitHub actions auto upgrade by @joesdu in #621
  • build(deps): bump Spectre.Console.Json from 0.49.2-preview.0.46 to 0.49.2-preview.0.47 by @dependabot in #622
  • feat: 添加控制台loading by @joesdu in #623

Full Changelog: 3.24.1103.31...3.24.1105.111

3.24.1103.31

02 Nov 19:19
6f5c748
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump MSTest.TestAdapter from 3.6.1 to 3.6.2 by @dependabot in #613
  • build(deps): bump MSTest.TestFramework from 3.6.1 to 3.6.2 by @dependabot in #614
  • feat: 为控制台操作扩展添加更多内容,以及对多平台和老旧的平台提供解决方案. by @joesdu in #615
  • feat: 优化大量内容,为不支持ANSI转义序列的环境添加回退机制. by @joesdu in #616
  • feat: 优化版本号全为0的情况.同时调整进度条宽度由调用者传递. by @joesdu in #617
  • feat: 调整控制台进度条,让其拥有两种渲染模式. by @joesdu in #618

Full Changelog: 3.24.1031.135...3.24.1103.31

3.24.1031.135

31 Oct 05:54
c5dc5e7
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump Spectre.Console.Json from 0.49.2-preview.0.45 to 0.49.2-preview.0.46 by @dependabot in #607
  • feat: 调整接口响应时间中间件实现,采用更高性能的方式. by @joesdu in #608
  • feat: 尝试改善进度条输出时快速渲染可能会出现的闪烁问题 by @joesdu in #609
  • fix: 修复控制台进度条显示问题. by @joesdu in #610
  • feat: C# 13(已回退,GitHub Actions会报错) by @joesdu in #611
  • fix: 使用更好的方式来实现,尽量避免闪烁. by @joesdu in #612

Full Changelog: 3.24.1029.142...3.24.1031.135

3.24.1029.142

29 Oct 06:25
eacb607
Compare
Choose a tag to compare

What's Changed

  • feat: 改善编辑器提示 by @joesdu in #602
  • feat: 更新 by @joesdu in #603
  • feat: format code by @joesdu in #604
  • feat: 添加一些常用函数以及处理过去部分代码中的判断逻辑. by @joesdu in #605
  • feat: 修复Mongo Date/TimeOnly序列化问题. by @joesdu in #606

Full Changelog: 3.24.1025.30...3.24.1029.142

3.24.1025.30

24 Oct 19:04
8090833
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump RabbitMQ.Client from 7.0.0-rc.12 to 7.0.0-rc.13 by @dependabot in #599
  • build(deps): bump Serilog.Sinks.Async and Serilog by @dependabot in #600
  • feat: 调整时序集合索引.添加信息输出,调整TextWriter扩展 by @joesdu in #601

Full Changelog: 3.24.1022.142...3.24.1025.30

3.24.1022.142

22 Oct 06:28
d3d6008
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.24.1018.204...3.24.1022.142

3.24.1018.93

18 Oct 01:36
69be819
Compare
Choose a tag to compare

What's Changed

MongoDB驱动升级3.0.0(包含2.30.0)后,连接本项目中使用的MongoDB副本集的Docker Compose服务会产生一个异常,需要在连接字符串中添加directConnection=true 类似如下连接字符: mongodb://username:[email protected]:27017/?authSource=admin&serverSelectionTimeoutMS=1000&directConnection=true

English

After the MongoDB driver is upgraded to 3.0.0(2.30.0), an exception will be generated when connecting to the Docker Compose service of the MongoDB replica set used in this project, which requires the addition of directConnection=true to the connection string similar to the following connection character: mongodb://username:[email protected]:27017/?authSource=admin&serverSelectionTimeoutMS=1000&directConnection=true

Full Changelog: 3.24.1017.42...3.24.1018.93

3.24.1018.204

18 Oct 12:40
0ef794f
Compare
Choose a tag to compare

What's Changed

  • fix: 修复当接口存在AllowAnonymousAttribute特性的时候也添加了锁图标. by @joesdu in #592
  • fix: 移除SyncLock推荐使用Lock对象,该锁可能存在线程重入会死锁的问题. by @joesdu in #593
  • feat: 优化反射逻辑,提升性能. by @joesdu in #594
  • feat: 调整Swagger接口分组功能和实现. by @joesdu in #595

Full Changelog: 3.24.1018.93...3.24.1018.204