14
0

- update to 3.11.3:

- Version 3.11.3 fixes a bug that prevented PyMongo from retrying writes
    after a writeConcernError on MongoDB 4.4+ (PYTHON-2452)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=78
This commit is contained in:
2021-04-22 19:57:35 +00:00
committed by Git OBS Bridge
parent 1ba683a3b4
commit 85bd65d2e7
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 22 19:55:18 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.11.3:
- Version 3.11.3 fixes a bug that prevented PyMongo from retrying writes
after a writeConcernError on MongoDB 4.4+ (PYTHON-2452)
-------------------------------------------------------------------
Mon Feb 1 18:09:17 UTC 2021 - Dirk Müller <dmueller@suse.com>