File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -500,6 +500,38 @@ in this release.
500
500
501
501
.. _PyMongo 2.8 release notes in JIRA : https://jira.mongodb.org/browse/PYTHON/fixforversion/14223
502
502
503
+ Changes in Version 2.7.2
504
+ ------------------------
505
+
506
+ Version 2.7.2 includes fixes for upsert reporting in the bulk API for MongoDB
507
+ versions previous to 2.6, a regression in how son manipulators are applied in
508
+ :meth: `~pymongo.collection.Collection.insert `, a few obscure connection pool
509
+ semaphore leaks, and a few other minor issues. See the list of issues resolved
510
+ for full details.
511
+
512
+ Issues Resolved
513
+ ...............
514
+
515
+ See the `PyMongo 2.7.2 release notes in JIRA `_ for the list of resolved issues
516
+ in this release.
517
+
518
+ .. _PyMongo 2.7.2 release notes in JIRA : https://jira.mongodb.org/browse/PYTHON/fixforversion/14005
519
+
520
+ Changes in Version 2.7.1
521
+ ------------------------
522
+
523
+ Version 2.7.1 fixes a number of issues reported since the release of 2.7,
524
+ most importantly a fix for creating indexes and manipulating users through
525
+ mongos versions older than 2.4.0.
526
+
527
+ Issues Resolved
528
+ ...............
529
+
530
+ See the `PyMongo 2.7.1 release notes in JIRA `_ for the list of resolved issues
531
+ in this release.
532
+
533
+ .. _PyMongo 2.7.1 release notes in JIRA : https://jira.mongodb.org/browse/PYTHON/fixforversion/13823
534
+
503
535
Changes in Version 2.7
504
536
----------------------
505
537
You can’t perform that action at this time.
0 commit comments