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