open-vault/changelog/18546.txt
Milena Zlaticanin d9b8fb6877
MongoDB - Fix write_concern param (#18546)
* fix writeconcern defaulting to majority

* add changelog

* restart CI tests

* fix tests

* add package
2022-12-23 17:14:41 -06:00

3 lines
110 B
Plaintext

```release-note:bug
database/mongodb: Fix writeConcern set to be applied to any query made on the database
```