Skip to content

3.24.1018.93

Compare
Choose a tag to compare
@joesdu joesdu released this 18 Oct 01:36
· 159 commits to main since this release
69be819

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