Releases: joesdu/EasilyNET
3.24.1107.140
3.24.1107.114
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
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
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
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
3.24.1025.30
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
3.24.1018.93
What's Changed
- feat: up mongo driver 3.0.0 by @joesdu in #589
- feat: 优化算法及性能. by @joesdu in #590
- feat: 验证mongo连接字符参数 by @joesdu in #591
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