18
0

- 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:
2023-01-04 19:58:45 +00:00
committed by Git OBS Bridge
parent 2e7c66c718
commit 7954f504e6
4 changed files with 19 additions and 5 deletions

View File

@@ -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>