- update to 0.25.0:
* Support MONGODB-AWS authentication mechanism (with
`authmechanismproperties`) #2507
* Turning off dereferencing for the results of distinct query. #2663
* Add tests against Mongo 5.0 in pipeline
* Drop support for Python 3.6 (EOL)
* Bug fix support for PyMongo>=4 to fix "pymongo.errors.InvalidOperation:
Cannot use MongoClient after close"
errors. #2627
* Bug fix regarding uuidRepresentation that was case sensitive #2650
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mongoengine?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 19:57:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.25.0:
|
||||
* Support MONGODB-AWS authentication mechanism (with
|
||||
`authmechanismproperties`) #2507
|
||||
* Turning off dereferencing for the results of distinct query. #2663
|
||||
* Add tests against Mongo 5.0 in pipeline
|
||||
* Drop support for Python 3.6 (EOL)
|
||||
* Bug fix support for PyMongo>=4 to fix "pymongo.errors.InvalidOperation:
|
||||
Cannot use MongoClient after close"
|
||||
errors. #2627
|
||||
* Bug fix regarding uuidRepresentation that was case sensitive #2650
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 15:25:38 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user