Hello community,

here is the log from the commit of package python-pymongo for openSUSE:Factory 
checked in at 2020-08-13 10:14:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pymongo (Old)
 and      /work/SRC/openSUSE:Factory/.python-pymongo.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pymongo"

Thu Aug 13 10:14:40 2020 rev:35 rq:824650 version:3.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pymongo/python-pymongo.changes    
2020-03-11 18:49:22.135514521 +0100
+++ /work/SRC/openSUSE:Factory/.python-pymongo.new.3399/python-pymongo.changes  
2020-08-13 10:16:14.206709697 +0200
@@ -1,0 +2,17 @@
+Thu Aug  6 08:43:30 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 3.11.0:
+  * Version 3.11 adds support for MongoDB 4.4 and includes a number of bug 
fixes.
+  * Support for OCSP (Online Certificate Status Protocol).
+  * Support for PyOpenSSL as an alternative TLS implementation.
+  * Support for the MONGODB-AWS authentication mechanism.
+  * Support for the directConnection URI option and kwarg to MongoClient.
+  * Support for speculative authentication attempts in connection handshakes 
which reduces the number of network roundtrips needed to authenticate new 
connections on MongoDB 4.4+.
+  * Support for creating collections in multi-document transactions with 
create_collection() on MongoDB 4.4+.
+  * Added index hinting support to the ReplaceOne, UpdateOne, UpdateMany, 
DeleteOne, and DeleteMany bulk operations.
+  * Added support for bson.binary.UuidRepresentation.UNSPECIFIED and 
MongoClient(uuidRepresentation='unspecified') which will become the default 
UUID representation starting in PyMongo 4.0. See Handling UUID Data for details.
+  * Added the background parameter to 
pymongo.database.Database.validate_collection(). For a description of this 
parameter see the MongoDB documentation for the validate command.
+  * Added the allow_disk_use parameters to 
pymongo.collection.Collection.find().
+  * Added the hedge parameter to PrimaryPreferred, Secondary, 
SecondaryPreferred, Nearest to support disabling (or explicitly enabling) 
hedged reads in MongoDB 4.4+.
+
+-------------------------------------------------------------------

Old:
----
  pymongo-3.10.1.tar.gz

New:
----
  pymongo-3.11.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pymongo.spec ++++++
--- /var/tmp/diff_new_pack.zsoKRa/_old  2020-08-13 10:16:16.882710795 +0200
+++ /var/tmp/diff_new_pack.zsoKRa/_new  2020-08-13 10:16:16.886710798 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pymongo
-Version:        3.10.1
+Version:        3.11.0
 Release:        0
 Summary:        Python driver for MongoDB
 License:        Apache-2.0

++++++ pymongo-3.10.1.tar.gz -> pymongo-3.11.0.tar.gz ++++++
++++ 17607 lines of diff (skipped)


Reply via email to