Releases: joesdu/EasilyNET
Releases · joesdu/EasilyNET
1.5.1
1.5.0
1.4.0
1.3.9
1.3.8.6
- 简化RabbitBus中一些参数.
- 综合分析后不再实现Rabbit RPC和PublicConform模式.
- WebCore新增Swagger的一些扩展,简化Api层面配置.
- Simplify some parameters in RabbitBus.
- No longer implement Rabbit RPC and PublicConform mode after comprehensive analysis.
- WebCore add some extensions of Swagger to simplify Api level configuration.
1.3.8.5
- 调整消息总线更改Rabbit特性,需要改一些代码才能兼容新版本.
- 将RabbitMQ的7种工作模式(以及加一种延时队列)单独枚举以适应更多的使用场景
- RPC和PublisherConfirms模式还未实现兼容,争取下个版本实现.
- Adjusting the message bus to change the Rabbit features requires some code changes to be compatible with the new version.
- Enumerate the 7 working modes of RabbitMQ (and add a delay queue) separately to accommodate more usage scenarios.
- RPC and PublisherConfirms modes are not yet compatible, and will be implemented in the next version.
1.3.8.1
1.3.8
添加程序集排除方案,在启动前使用AssemblyHelper.AddExcludeLibs添加排除的程序集.
To add an assembly exclusion scheme, use AssemblyHelper.AddExcludeLibs to add the excluded assembly before starting.
AssemblyHelper.AddExcludeLibs("Npgsql.");
var builder = WebApplication.CreateBuilder(args);
...
var app = builder.Build();
...
app.Run();
1.3.7
1.3.6.3
- 调整MongoDB的一些东西,DbContext新增部分成员,方便使用.优化DateOnly和TimeOnly类型序列化字符串格式,可以自定义传入.
- 消息总线新增Qos特性,用于配置不同队列的Qos信息
- Adjust some things of MongoDB, DbContext add some members, easy to use. Optimize DateOnly and TimeOnly type serialization string format, you can customize the input.
- New Qos feature of message bus, used to configure different queues of Qos information.