|
4 | 4 |
|
5 | 5 | .. default-domain:: mongodb
|
6 | 6 |
|
| 7 | +.. _2.6.10-changelog: |
| 8 | + |
| 9 | +2.6.10 -- Changes |
| 10 | +----------------- |
| 11 | + |
| 12 | +Security |
| 13 | +~~~~~~~~ |
| 14 | + |
| 15 | +- :issue:`SERVER-18312` Upgrade PCRE to latest |
| 16 | +- :issue:`SERVER-17812` LockPinger has audit-related GLE failure |
| 17 | +- :issue:`SERVER-17647` Compute BinData length in v8 |
| 18 | +- :issue:`SERVER-17591` Add SSL flag to select supported protocols |
| 19 | +- :issue:`SERVER-16849` On mongos we always invalidate the user cache once, even if no user definitions are changing |
| 20 | +- :issue:`SERVER-11980` Improve user cache invalidation enforcement on mongos |
| 21 | + |
| 22 | +Querying |
| 23 | +~~~~~~~~ |
| 24 | + |
| 25 | +- :issue:`SERVER-18364` Ensure non-negation predicates get chosen over negation predicates for multikey index bounds construction |
| 26 | +- :issue:`SERVER-17815` Plan ranking tie breaker is computed incorrectly |
| 27 | +- :issue:`SERVER-16256` $all clause with elemMatch uses wider bounds than needed |
| 28 | + |
| 29 | +Replication |
| 30 | +~~~~~~~~~~~ |
| 31 | + |
| 32 | +- :issue:`SERVER-18211` MongoDB fails to correctly roll back collection creation |
| 33 | +- :issue:`SERVER-17771` Reconfiguring a replica set to remove a node causes a segmentation fault on 2.6.8 |
| 34 | +- :issue:`SERVER-13542` Expose electionId on primary in isMaster |
| 35 | + |
| 36 | +Sharding |
| 37 | +~~~~~~~~ |
| 38 | + |
| 39 | +- :issue:`SERVER-17812` LockPinger has audit-related GLE failure |
| 40 | +- :issue:`SERVER-17805` logOp / OperationObserver should always check shardversion |
| 41 | +- :issue:`SERVER-17749` :dbcommand:`collMod` \ :collflag:`usePowerOf2Sizes` fails on :program:`mongos` |
| 42 | +- :issue:`SERVER-11980` Improve user cache invalidation enforcement on :program:`mongos` |
| 43 | + |
| 44 | +Storage |
| 45 | +~~~~~~~ |
| 46 | + |
| 47 | +- :issue:`SERVER-18211` MongoDB fails to correctly roll back collection creation |
| 48 | +- :issue:`SERVER-17653` ERROR: socket XXX is higher than 1023; not supported on 2.6.* |
| 49 | + |
| 50 | +Indexing |
| 51 | +~~~~~~~~ |
| 52 | + |
| 53 | +:issue:`SERVER-17018` Assertion failure false |
| 54 | +``src/mongo/db/structure/btree/key.cpp`` Line 433 on remove operation |
| 55 | + |
| 56 | +Write Ops |
| 57 | +~~~~~~~~~ |
| 58 | + |
| 59 | +- :issue:`SERVER-18111` :program:`mongod` allows user inserts into :data:`system.profile` collection |
| 60 | +- :issue:`SERVER-13542` Expose ``electionId`` on primary in :dbcommand:`isMaster` |
| 61 | + |
| 62 | +Networking |
| 63 | +~~~~~~~~~~ |
| 64 | + |
| 65 | +- :issue:`SERVER-18096` Shard primary incorrectly reuses closed sockets after relinquish and re-election |
| 66 | +- :issue:`SERVER-17591` Add SSL flag to select supported protocols |
| 67 | + |
| 68 | +Build and Packaging |
| 69 | +~~~~~~~~~~~~~~~~~~~ |
| 70 | + |
| 71 | +- :issue:`SERVER-18344` logs should be sent to updated logkeeper server |
| 72 | +- :issue:`SERVER-18082` Change smoke.py buildlogger command line options to environment variables |
| 73 | +- :issue:`SERVER-18312` Upgrade PCRE to latest |
| 74 | +- :issue:`SERVER-17780` Init script sets process ulimit to different value compared to documentation |
| 75 | +- :issue:`SERVER-16563` Debian repo component mismatch - mongodb/10gen |
| 76 | + |
| 77 | +Shell |
| 78 | +~~~~~ |
| 79 | + |
| 80 | +:issue:`SERVER-17951` db.currentOp() fails with read preference set |
| 81 | + |
| 82 | +Testing |
| 83 | +~~~~~~~ |
| 84 | + |
| 85 | +- :issue:`SERVER-18262` setup_multiversion_mongodb should retry links download on timeouts |
| 86 | +- :issue:`SERVER-18229` ``smoke.py`` with PyMongo 3.0.1 fails to run certain tests |
| 87 | +- :issue:`SERVER-18073` Fix ``smoke.py`` to work with PyMongo 3.0 |
| 88 | + |
7 | 89 | .. _2.6.9-changelog:
|
8 | 90 |
|
9 | 91 | 2.6.9 -- Changes
|
|
0 commit comments