|
9 | 9 | 2.6.8 -- Changes
|
10 | 10 | ----------------
|
11 | 11 |
|
12 |
| -Security |
13 |
| -~~~~~~~~ |
| 12 | +Security and Networking |
| 13 | +~~~~~~~~~~~~~~~~~~~~~~~ |
14 | 14 |
|
15 | 15 | - :issue:`SERVER-17278` BSON BinData validation enforcement
|
16 | 16 | - :issue:`SERVER-17022` No SSL Session Caching may not be respected
|
| 17 | +- :issue:`SERVER-17264` improve bson validation |
17 | 18 |
|
18 |
| -Querying |
19 |
| -~~~~~~~~ |
| 19 | +Query and Aggregation |
| 20 | +~~~~~~~~~~~~~~~~~~~~~ |
20 | 21 |
|
21 |
| -- :issue:`SERVER-16655` Geo predicate is unable to use compound 2dsphere index if it is root of $or clause |
22 |
| -- :issue:`SERVER-16527` 2dsphere explain reports "works" for nscanned & nscannedObjects |
| 22 | +- :issue:`SERVER-16655` Geo predicate is unable to use compound 2dsphere index if it is root of :query:`$or` clause |
| 23 | +- :issue:`SERVER-16527` ``2dsphere`` explain reports "works" for ``nscanned`` & ``nscannedObjects`` |
23 | 24 | - :issue:`SERVER-15802` Query optimizer should always use equality predicate over unique index when possible
|
| 25 | +- :issue:`SERVER-14044` Incorrect ``{$meta: 'text'}`` reference in aggregation :pipeline:`$sort` error message |
24 | 26 |
|
25 |
| -Replication/Pairing |
26 |
| -~~~~~~~~~~~~~~~~~~~ |
| 27 | +Replication |
| 28 | +~~~~~~~~~~~ |
27 | 29 |
|
28 |
| -- :issue:`SERVER-16599` copydb/clone commands can crash the server if a primary steps down |
| 30 | +- :issue:`SERVER-16599` \ :dbcommand:`copydb` and :dbcommand:`clone` commands can crash the server if a primary steps down |
29 | 31 | - :issue:`SERVER-16315` Replica set nodes should not threaten to veto nodes whose config version is higher than their own
|
30 |
| -- :issue:`SERVER-16274` secondary fasserts trying to replicate an index |
31 |
| -- :issue:`SERVER-15471` Better error message when replica is not found in GhostSync::associateSlave |
| 32 | +- :issue:`SERVER-16274` secondary ``fasserts`` trying to replicate an index |
| 33 | +- :issue:`SERVER-15471` Better error message when replica is not found in ``GhostSync::associateSlave`` |
32 | 34 |
|
33 | 35 | Sharding
|
34 | 36 | ~~~~~~~~
|
35 | 37 |
|
36 | 38 | - :issue:`SERVER-17191` Spurious warning during upgrade of sharded cluster
|
37 |
| -- :issue:`SERVER-17163` Fatal error "logOp but not primary" in MigrateStatus::go |
38 |
| -- :issue:`SERVER-16984` UpdateLifecycleImpl can return empty collectionMetadata even if ns is sharded |
39 |
| -- :issue:`SERVER-10904` Possible for _master and _slaveConn to be pointing to different connections even with primary read pref |
| 39 | +- :issue:`SERVER-17163` Fatal error "logOp but not primary" in ``MigrateStatus::go`` |
| 40 | +- :issue:`SERVER-16984` ``UpdateLifecycleImpl`` can return empty ``collectionMetadata`` even if ``ns`` is sharded |
| 41 | +- :issue:`SERVER-10904` Possible for ``_master`` and ``_slaveConn`` to be pointing to different connections even with primary read pref |
40 | 42 |
|
41 | 43 | Storage
|
42 | 44 | ~~~~~~~
|
43 | 45 |
|
44 | 46 | - :issue:`SERVER-17087` Add listCollections command functionality to 2.6 shell & client
|
45 | 47 | - :issue:`SERVER-14572` Increase C runtime stdio file limit
|
46 | 48 |
|
47 |
| -Networking |
48 |
| -~~~~~~~~~~ |
49 |
| - |
50 |
| -- :issue:`SERVER-17264` improve bson validation |
51 |
| - |
52 |
| -Aggregation Framework |
53 |
| -~~~~~~~~~~~~~~~~~~~~~ |
54 |
| - |
55 |
| -- :issue:`SERVER-14044` Incorrect {$meta: 'text'} reference in aggregation $sort error message |
56 |
| - |
57 | 49 | Tools
|
58 | 50 | ~~~~~
|
59 | 51 |
|
60 |
| -- :issue:`SERVER-17216` 2.6 mongostat cannot be used with 3.0 mongod |
61 |
| -- :issue:`SERVER-14190` mongorestore parseMetadataFile passes non-null terminated string to 'fromjson' |
| 52 | +- :issue:`SERVER-17216` 2.6 :program:`mongostat` cannot be used with 3.0 :program:`mongod` |
| 53 | +- :issue:`SERVER-14190` \ :program:`mongorestore` ``parseMetadataFile`` passes non-null terminated string to '``fromjson``' |
62 | 54 |
|
63 |
| -Build |
64 |
| -~~~~~ |
| 55 | +Build and Packaging |
| 56 | +~~~~~~~~~~~~~~~~~~~ |
65 | 57 |
|
66 | 58 | - :issue:`SERVER-14803` Support static libstdc++ builds for non-Linux builds
|
67 |
| - |
68 |
| -Packaging |
69 |
| -~~~~~~~~~ |
70 |
| - |
71 | 59 | - :issue:`SERVER-15400` Create Windows Enterprise Zip File with vcredist and dependent dlls
|
72 | 60 |
|
73 | 61 | Usability
|
74 | 62 | ~~~~~~~~~
|
75 | 63 |
|
76 |
| -- :issue:`SERVER-14756` The YAML storage.quota.enforced option is not found |
| 64 | +:issue:`SERVER-14756` The YAML :setting:`storage.quota.enforced`` option is not found |
77 | 65 |
|
78 | 66 | Testing
|
79 | 67 | ~~~~~~~
|
80 | 68 |
|
81 |
| -- :issue:`SERVER-16421` sharding_rs2.js should clean up data on all replicas |
82 |
| - |
| 69 | +:issue:`SERVER-16421` \ ``sharding_rs2.js`` should clean up data on all replicas |
83 | 70 |
|
84 | 71 | .. _2.6.7-changelog:
|
85 | 72 |
|
|
0 commit comments