EasilyNET.Mongo.ConsoleDebug 1.9.0-preview1

This is a prerelease version of EasilyNET.Mongo.ConsoleDebug.
There is a newer version of this package available.
See the version list below for details.
dotnet add package EasilyNET.Mongo.ConsoleDebug --version 1.9.0-preview1
                    
NuGet\Install-Package EasilyNET.Mongo.ConsoleDebug -Version 1.9.0-preview1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EasilyNET.Mongo.ConsoleDebug" Version="1.9.0-preview1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EasilyNET.Mongo.ConsoleDebug" Version="1.9.0-preview1" />
                    
Directory.Packages.props
<PackageReference Include="EasilyNET.Mongo.ConsoleDebug" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EasilyNET.Mongo.ConsoleDebug --version 1.9.0-preview1
                    
#r "nuget: EasilyNET.Mongo.ConsoleDebug, 1.9.0-preview1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EasilyNET.Mongo.ConsoleDebug@1.9.0-preview1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EasilyNET.Mongo.ConsoleDebug&version=1.9.0-preview1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=EasilyNET.Mongo.ConsoleDebug&version=1.9.0-preview1&prerelease
                    
Install as a Cake Tool

EasilyNET.Mongo.ConsoleDebug

常使用 EF 的小伙伴就应该能够知道,可以让 EF 生产的 SQL 语句输出到控制台,在开发的时候非常方便调试.<br/> 而 MongoDB 却没有这样的功能,所以产生了这个库,虽然不完美,但是能够解决一些开发过程中不方便排查问题的情况.

  • 最终效果类似如下:
 ╭───────────────────────────────Command────────────────────────────────╮╭──────────────────Calendar──────────────────╮
 │ {                                                                    ││                2023 August                 │
 │   "insert" : "mongo.test",                                           ││ ┌─────┬─────┬─────┬─────┬─────┬─────┬────┐ │
 │   "ordered" : true,                                                  ││ │ Sun │ Mon │ Tue │ Wed │ Thu │ Fri │ S… │ │
 │   "$db" : "test1",                                                   ││ ├─────┼─────┼─────┼─────┼─────┼─────┼────┤ │
 │   "lsid" : {                                                         ││ │     │     │ 1   │ 2   │ 3   │ 4   │ 5  │ │
 │     "id" : CSUUID("f12dd90d-2f58-4655-9bf2-cbce2d9bd2c4")            ││ │ 6   │ 7   │ 8   │ 9   │ 10  │ 11  │ 12 │ │
 │   },                                                                 ││ │ 13  │ 14  │ 15  │ 16  │ 17  │ 18  │ 19 │ │
 │   "documents" : [{                                                   ││ │ 20  │ 21  │ 22  │ 23* │ 24  │ 25  │ 26 │ │
 │       "_id" : ObjectId("64e57f266a1a63e69c52b9cb"),                  ││ │ 27  │ 28  │ 29  │ 30  │ 31  │     │    │ │
 │       "dateTime" : ISODate("2023-08-23T03:38:14.121Z"),              ││ │     │     │     │     │     │     │    │ │
 │       "timeSpan" : "00:00:50",                                       ││ └─────┴─────┴─────┴─────┴─────┴─────┴────┘ │
 │       "dateOnly" : "2023-08-23",                                     │╰────────────────────────────────────────────╯
 │       "timeOnly" : "11:38:14",                                       │╭────────────────────Info────────────────────╮
 │       "nullableDateOnly" : "2023-08-23",                             ││ {                                          │
 │       "nullableTimeOnly" : null                                      ││    "RequestId": 86,                        │
 │     }]                                                               ││    "Timestamp": "2023-08-23 03:38:14",     │
 │ }                                                                    ││    "Method": "insert",                     │
 │                                                                      ││    "DatabaseName": "test1",                │
 │                                                                      ││    "CollectionName": "mongo.test",         │
 │                                                                      ││    "ConnectionInfo": {                     │
 │                                                                      ││       "ClusterId": 1,                      │
 │                                                                      ││       "EndPoint": "127.0.0.1:27018"        │
 │                                                                      ││    }                                       │
 │                                                                      ││ }                                          │
 │                                                                      │╰────────────────────────────────────────────╯
 │                                                                      │╭───────────────Request Status───────────────╮
 │                                                                      ││ ┌───────────┬────────────────┬───────────┐ │
 │                                                                      ││ │ RequestId │      Time      │  Status   │ │
 │                                                                      ││ ├───────────┼────────────────┼───────────┤ │
 │                                                                      ││ │    86     │ 11:38:14.12640 │ Succeeded │ │
 │                                                                      ││ └───────────┴────────────────┴───────────┘ │
 │                                                                      │╰────────────────────────────────────────────╯
 │                                                                      │╭───────────────────NiuNiu───────────────────╮
 │                                                                      ││   --------------------------------------   │
 │                                                                      ││ /     Only two things are infinite,      \ │
 │                                                                      ││ \   the universe and human stupidity.    / │
 │                                                                      ││   --------------------------------------   │
 │                                                                      ││              ^__^     O   ^__^             │
 │                                                                      ││      _______/(oo)      o  (oo)\_______     │
 │                                                                      ││  /\/(       /(__)         (__)\       )\/\ │
 │                                                                      ││     ||w----||                 ||----w||    │
 │                                                                      ││     ||     ||                 ||     ||    │
 │                                                                      ││ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ │
 ╰──────────────────────────────────────────────────────────────────────╯╰────────────────────────────────────────────╯

使用方法

  • 使用默认值配置
var clientSettings = MongoClientSettings.FromUrl(mongoUrl);
clientSettings.ClusterConfigurator = cb => cb.Subscribe(new ActivityEventSubscriber());
var mongoClient = new MongoClient(clientSettings);
  • 使用集合名称进行过滤
var clientSettings = MongoClientSettings.FromUrl(mongoUrl);
// 定义需要输出的集合
HashSet<string> CommandsWithCollectionName = new()
{
    "mongo.test"
};
var options = new InstrumentationOptions()
{
    Enable = true,
    ShouldStartCollection = coll => CommandsWithCollectionName.Contains(coll)
};
clientSettings.ClusterConfigurator = cb => cb.Subscribe(new ActivityEventSubscriber(options));
var mongoClient = new MongoClient(clientSettings);
Seilog配置例子
// 添加Serilog配置
builder.Host.UseSerilog((hbc, lc) =>
{
    const LogEventLevel logLevel = LogEventLevel.Information;
    lc.ReadFrom.Configuration(hbc.Configuration)
          .MinimumLevel.Override("Microsoft", logLevel)
          .MinimumLevel.Override("System", logLevel)
          .Enrich.FromLogContext()
          .WriteTo.Async(wt =>
          {
              wt.Debug();
              // 输出到 Spectre.Console
              wt.SpectreConsole();
          });
});

同时参考MongoDB.Driver.Core.Extensions.DiagnosticSources

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.25.921.71 69 9/20/2025
4.25.919.15 246 9/18/2025
4.25.918.142 248 9/18/2025
4.25.918.115 242 9/18/2025
4.25.918.30 246 9/17/2025
4.25.917.141 252 9/17/2025
4.25.917.134 252 9/17/2025
4.25.911.151 122 9/11/2025
4.25.905.150 115 9/5/2025
4.25.820.100 126 8/20/2025
4.25.814.175 128 8/14/2025
4.25.731.155 98 7/31/2025
4.25.724.1 516 7/23/2025
4.25.720.80 217 7/20/2025
4.25.716.42 127 7/15/2025
4.25.617.153 151 6/17/2025
4.25.616.190 135 6/16/2025
4.25.616.182 128 6/16/2025
4.25.613.111 272 6/13/2025
4.25.609.190 445 6/9/2025
4.25.609.181 403 6/9/2025 4.25.609.181 is deprecated because it has critical bugs.
4.25.609.163 404 6/9/2025 4.25.609.163 is deprecated because it has critical bugs.
4.25.609.140 393 6/9/2025 4.25.609.140 is deprecated because it has critical bugs.
4.25.605.171 324 6/5/2025 4.25.605.171 is deprecated because it has critical bugs.
4.25.605.104 327 6/5/2025 4.25.605.104 is deprecated because it has critical bugs.
4.25.602.41 332 6/1/2025 4.25.602.41 is deprecated because it has critical bugs.
4.25.526.140 339 5/26/2025 4.25.526.140 is deprecated because it has critical bugs.
4.25.513.101 426 5/13/2025 4.25.513.101 is deprecated because it has critical bugs.
4.25.506.150 340 5/6/2025 4.25.506.150 is deprecated because it has critical bugs.
4.25.429.162 344 4/29/2025 4.25.429.162 is deprecated because it has critical bugs.
4.25.429.103 371 4/29/2025 4.25.429.103 is deprecated because it has critical bugs.
4.25.411.142 341 4/11/2025 4.25.411.142 is deprecated because it has critical bugs.
4.25.409.92 350 4/9/2025 4.25.409.92 is deprecated because it has critical bugs.
4.25.403.133 348 4/3/2025 4.25.403.133 is deprecated because it has critical bugs.
4.25.319.113 345 3/19/2025 4.25.319.113 is deprecated because it has critical bugs.
4.25.312.103 354 3/12/2025 4.25.312.103 is deprecated because it has critical bugs.
4.25.227.135 301 2/27/2025 4.25.227.135 is deprecated because it has critical bugs.
4.25.221.115 299 2/21/2025 4.25.221.115 is deprecated because it has critical bugs.
4.25.212.95 298 2/12/2025 4.25.212.95 is deprecated because it has critical bugs.
4.25.211.140 298 2/11/2025 4.25.211.140 is deprecated because it has critical bugs.
4.25.124.223 288 1/24/2025 4.25.124.223 is deprecated because it has critical bugs.
4.25.116.110 283 1/16/2025 4.25.116.110 is deprecated because it has critical bugs.
4.25.115.121 257 1/15/2025 4.25.115.121 is deprecated because it has critical bugs.
4.25.114.172 273 1/14/2025 4.25.114.172 is deprecated because it has critical bugs.
4.25.109.111 281 1/9/2025 4.25.109.111 is deprecated because it has critical bugs.
4.25.108.182 281 1/8/2025 4.25.108.182 is deprecated because it has critical bugs.
4.25.108.160 286 1/8/2025 4.25.108.160 is deprecated because it has critical bugs.
4.25.1.1 305 1/1/2025 4.25.1.1 is deprecated because it has critical bugs.
3.24.1224.141 287 12/24/2024 3.24.1224.141 is deprecated because it has critical bugs.
3.24.1216.116 309 12/16/2024 3.24.1216.116 is deprecated because it has critical bugs.
3.24.1206.100 291 12/6/2024 3.24.1206.100 is deprecated because it has critical bugs.
3.24.1205.171 296 12/5/2024 3.24.1205.171 is deprecated because it has critical bugs.
3.24.1202.150 299 12/2/2024 3.24.1202.150 is deprecated because it has critical bugs.
3.24.1126.231 296 11/26/2024 3.24.1126.231 is deprecated because it has critical bugs.
3.24.1126.172 294 11/26/2024 3.24.1126.172 is deprecated because it has critical bugs.
3.24.1126.114 299 11/26/2024 3.24.1126.114 is deprecated because it has critical bugs.
3.24.1126.104 294 11/26/2024 3.24.1126.104 is deprecated because it has critical bugs.
3.24.1125.181 276 11/25/2024 3.24.1125.181 is deprecated because it has critical bugs.
3.24.1125.104 295 11/25/2024 3.24.1125.104 is deprecated because it has critical bugs.
3.24.1121.183 282 11/21/2024 3.24.1121.183 is deprecated because it has critical bugs.
3.24.1120.183 288 11/20/2024 3.24.1120.183 is deprecated because it has critical bugs.
3.24.1119.31 285 11/18/2024 3.24.1119.31 is deprecated because it has critical bugs.
3.24.1115.143 280 11/15/2024 3.24.1115.143 is deprecated because it has critical bugs.
3.24.1113.100 296 11/13/2024 3.24.1113.100 is deprecated because it has critical bugs.
3.24.1112.125 297 11/12/2024 3.24.1112.125 is deprecated because it has critical bugs.
3.24.1107.140 292 11/7/2024 3.24.1107.140 is deprecated because it has critical bugs.
3.24.1107.54 288 11/7/2024 3.24.1107.54 is deprecated because it has critical bugs.
3.24.1107.34 286 11/7/2024 3.24.1107.34 is deprecated because it has critical bugs.
3.24.1105.111 286 11/5/2024 3.24.1105.111 is deprecated because it has critical bugs.
3.24.1103.31 304 11/2/2024 3.24.1103.31 is deprecated because it has critical bugs.
3.24.1103 297 11/2/2024 3.24.1103 is deprecated because it has critical bugs.
3.24.1031.135 293 10/31/2024 3.24.1031.135 is deprecated because it has critical bugs.
3.24.1031.112 286 10/31/2024 3.24.1031.112 is deprecated because it has critical bugs.
3.24.1031.104 287 10/31/2024 3.24.1031.104 is deprecated because it has critical bugs.
3.24.1029.142 295 10/29/2024 3.24.1029.142 is deprecated because it has critical bugs.
3.24.1025.30 292 10/24/2024 3.24.1025.30 is deprecated because it has critical bugs.
3.24.1022.142 282 10/22/2024 3.24.1022.142 is deprecated because it has critical bugs.
3.24.1018.204 346 10/18/2024 3.24.1018.204 is deprecated because it has critical bugs.
3.24.1018.175 332 10/18/2024 3.24.1018.175 is deprecated because it has critical bugs.
3.24.1018.166 339 10/18/2024 3.24.1018.166 is deprecated because it has critical bugs.
3.24.1018.93 344 10/18/2024 3.24.1018.93 is deprecated because it has critical bugs.
3.24.1017.42 292 10/16/2024 3.24.1017.42 is deprecated because it has critical bugs.
3.24.1016.161 295 10/16/2024 3.24.1016.161 is deprecated because it has critical bugs.
3.24.1015.231 292 10/15/2024 3.24.1015.231 is deprecated because it has critical bugs.
3.24.1015.14 296 10/14/2024 3.24.1015.14 is deprecated because it has critical bugs.
3.24.1012.114 291 10/12/2024 3.24.1012.114 is deprecated because it has critical bugs.
3.24.1009.115 298 10/9/2024 3.24.1009.115 is deprecated because it has critical bugs.
3.24.1008.160 290 10/8/2024 3.24.1008.160 is deprecated because it has critical bugs.
3.24.1008.133 297 10/8/2024 3.24.1008.133 is deprecated because it has critical bugs.
3.24.1007.185 297 10/7/2024 3.24.1007.185 is deprecated because it has critical bugs.
3.24.1003.33 301 10/2/2024 3.24.1003.33 is deprecated because it has critical bugs.
3.24.1002.162 294 10/2/2024 3.24.1002.162 is deprecated because it has critical bugs.
3.24.929.143 293 9/29/2024 3.24.929.143 is deprecated because it has critical bugs.
3.24.929.141 295 9/29/2024 3.24.929.141 is deprecated because it has critical bugs.
3.24.929.131 293 9/29/2024 3.24.929.131 is deprecated because it has critical bugs.
3.24.929.122 299 9/29/2024 3.24.929.122 is deprecated because it has critical bugs.
3.24.926.184 295 9/26/2024 3.24.926.184 is deprecated because it has critical bugs.
3.24.926.182 293 9/26/2024 3.24.926.182 is deprecated because it has critical bugs.
3.24.926.175 298 9/26/2024 3.24.926.175 is deprecated because it has critical bugs.
3.24.924.160 293 9/24/2024 3.24.924.160 is deprecated because it has critical bugs.
3.24.924.133 306 9/24/2024 3.24.924.133 is deprecated because it has critical bugs.
3.24.924.124 295 9/24/2024 3.24.924.124 is deprecated because it has critical bugs.
3.24.924.10 297 9/23/2024 3.24.924.10 is deprecated because it has critical bugs.
3.24.924.1 296 9/23/2024 3.24.924.1 is deprecated because it has critical bugs.
3.24.923.234 291 9/23/2024 3.24.923.234 is deprecated because it has critical bugs.
3.24.923.232 287 9/23/2024 3.24.923.232 is deprecated because it has critical bugs.
3.24.923.155 297 9/23/2024 3.24.923.155 is deprecated because it has critical bugs.
3.24.919.92 305 9/19/2024 3.24.919.92 is deprecated because it has critical bugs.
3.24.914.125 314 9/14/2024 3.24.914.125 is deprecated because it has critical bugs.
3.24.914.115 292 9/14/2024 3.24.914.115 is deprecated because it has critical bugs.
3.24.914.111 292 9/14/2024 3.24.914.111 is deprecated because it has critical bugs.
3.24.911.95 299 9/11/2024 3.24.911.95 is deprecated because it has critical bugs.
3.24.908.215 287 9/8/2024 3.24.908.215 is deprecated because it has critical bugs.
3.24.904.200 291 9/4/2024 3.24.904.200 is deprecated because it has critical bugs.
3.24.828.163 302 8/28/2024 3.24.828.163 is deprecated because it has critical bugs.
3.24.820.173 309 8/20/2024 3.24.820.173 is deprecated because it has critical bugs.
3.24.814.92 308 8/14/2024 3.24.814.92 is deprecated because it has critical bugs.
3.24.812.115 307 8/12/2024 3.24.812.115 is deprecated because it has critical bugs.
3.24.802.100 282 8/2/2024 3.24.802.100 is deprecated because it has critical bugs.
3.24.801.162 292 8/1/2024 3.24.801.162 is deprecated because it has critical bugs.
3.24.801.160 286 8/1/2024 3.24.801.160 is deprecated because it has critical bugs.
3.24.801.155 289 8/1/2024 3.24.801.155 is deprecated because it has critical bugs.
3.24.730.164 284 7/30/2024 3.24.730.164 is deprecated because it has critical bugs.
3.24.730.91 276 7/30/2024 3.24.730.91 is deprecated because it has critical bugs.
3.24.724.91 282 7/24/2024 3.24.724.91 is deprecated because it has critical bugs.
3.24.718.105 301 7/18/2024 3.24.718.105 is deprecated because it has critical bugs.
3.24.716.95 312 7/16/2024 3.24.716.95 is deprecated because it has critical bugs.
3.24.712.94 292 7/12/2024 3.24.712.94 is deprecated because it has critical bugs.
3.24.710.14 295 7/9/2024 3.24.710.14 is deprecated because it has critical bugs.
3.24.709.105 293 7/9/2024 3.24.709.105 is deprecated because it has critical bugs.
3.24.704.94 293 7/4/2024 3.24.704.94 is deprecated because it has critical bugs.
3.24.701.90 304 7/1/2024 3.24.701.90 is deprecated because it has critical bugs.
3.24.628.114 300 6/28/2024 3.24.628.114 is deprecated because it has critical bugs.
3.24.627.145 291 6/27/2024 3.24.627.145 is deprecated because it has critical bugs.
3.24.620.160 300 6/20/2024 3.24.620.160 is deprecated because it has critical bugs.
3.24.613.115 294 6/13/2024 3.24.613.115 is deprecated because it has critical bugs.
3.24.612.95 298 6/12/2024 3.24.612.95 is deprecated because it has critical bugs.
3.24.528.90 292 5/28/2024 3.24.528.90 is deprecated because it has critical bugs.
3.24.522.84 306 5/22/2024 3.24.522.84 is deprecated because it has critical bugs.
3.24.512.213 299 5/12/2024 3.24.512.213 is deprecated because it has critical bugs.
3.24.508.112 305 5/8/2024 3.24.508.112 is deprecated because it has critical bugs.
2.2024.428.71 298 4/28/2024 2.2024.428.71 is deprecated because it has critical bugs.
2.2.72 372 4/14/2024 2.2.72 is deprecated because it has critical bugs.
2.2.71 295 4/12/2024 2.2.71 is deprecated because it has critical bugs.
2.2.6 301 4/10/2024 2.2.6 is deprecated because it has critical bugs.
2.2.5 311 3/26/2024 2.2.5 is deprecated because it has critical bugs.
2.2.4 309 3/25/2024 2.2.4 is deprecated because it has critical bugs.
2.2.3 313 3/24/2024 2.2.3 is deprecated because it has critical bugs.
2.2.2 314 3/21/2024 2.2.2 is deprecated because it has critical bugs.
2.2.1 308 3/20/2024 2.2.1 is deprecated because it has critical bugs.
2.2.0 312 3/13/2024 2.2.0 is deprecated because it has critical bugs.
2.1.9 318 2/21/2024 2.1.9 is deprecated because it has critical bugs.
2.1.8 321 2/18/2024 2.1.8 is deprecated because it has critical bugs.
2.1.7 312 2/16/2024 2.1.7 is deprecated because it has critical bugs.
2.1.6 319 2/14/2024 2.1.6 is deprecated because it has critical bugs.
2.1.5 317 2/14/2024 2.1.5 is deprecated because it has critical bugs.
2.1.4 318 2/9/2024 2.1.4 is deprecated because it has critical bugs.
2.1.3 317 2/8/2024 2.1.3 is deprecated because it has critical bugs.
2.1.2 316 2/5/2024 2.1.2 is deprecated because it has critical bugs.
2.1.1.2 374 12/26/2023 2.1.1.2 is deprecated because it has critical bugs.
2.1.1.1 316 12/26/2023 2.1.1.1 is deprecated because it has critical bugs.
2.1.1 315 12/25/2023 2.1.1 is deprecated because it has critical bugs.
2.1.0 339 12/17/2023 2.1.0 is deprecated because it has critical bugs.
2.0.11 318 12/6/2023 2.0.11 is deprecated because it has critical bugs.
2.0.1 317 11/15/2023 2.0.1 is deprecated because it has critical bugs.
2.0.0 299 11/14/2023 2.0.0 is deprecated because it has critical bugs.
1.9.1 321 11/1/2023 1.9.1 is deprecated because it has critical bugs.
1.9.0 315 10/19/2023 1.9.0 is deprecated because it has critical bugs.
1.9.0-preview2 305 10/12/2023 1.9.0-preview2 is deprecated because it has critical bugs.
1.9.0-preview1 291 10/12/2023 1.9.0-preview1 is deprecated because it has critical bugs.
1.8.9 325 10/11/2023 1.8.9 is deprecated because it has critical bugs.
1.8.8 322 10/11/2023 1.8.8 is deprecated because it has critical bugs.
1.8.7-rc2 298 9/21/2023 1.8.7-rc2 is deprecated because it has critical bugs.
1.8.7-rc1 301 9/12/2023 1.8.7-rc1 is deprecated because it has critical bugs.
1.8.6 356 8/31/2023 1.8.6 is deprecated because it has critical bugs.
1.8.5 335 8/25/2023 1.8.5 is deprecated because it has critical bugs.
1.8.4 336 8/24/2023 1.8.4 is deprecated because it has critical bugs.
1.8.3 342 8/23/2023 1.8.3 is deprecated because it has critical bugs.
1.8.2 406 8/22/2023 1.8.2 is deprecated because it has critical bugs.
1.8.1 331 8/18/2023 1.8.1 is deprecated because it has critical bugs.