Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 0a80687

Browse files
Sam Kleinmankay-kim
authored andcommitted
DOCS-6006: release notes for 2.6.11
Signed-off-by: kay <kay.kim@10gen.com>
1 parent f2c17aa commit 0a80687

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

source/release-notes/2.6-changelog.txt

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,53 @@
44

55
.. default-domain:: mongodb
66

7+
.. _2.6.11-changelog:
8+
9+
2.6.11 -- Changes
10+
-----------------
11+
12+
Querying
13+
~~~~~~~~
14+
15+
- :issue:`SERVER-19553` \ :program:`mongod` shouldn't use ``sayPiggyBack`` to send ``killCursor`` messages
16+
- :issue:`SERVER-18620` Reduce frequency of "``staticYield can't unlock``" log message
17+
- :issue:`SERVER-18461` Range predicates comparing against a BinData value should be covered, but are not in 2.6
18+
- :issue:`SERVER-17815` Plan ranking tie breaker is computed incorrectly
19+
- :issue:`SERVER-16265` Add query details to getmore entry in profiler and :method:`db.currentOp()`
20+
- :issue:`SERVER-15217` v2.6 query plan ranking test "``NonCoveredIxisectFetchesLess``" relies on order of deleted record list
21+
- :issue:`SERVER-14070` Compound index not providing sort if equality predicate given on sort field
22+
23+
Replication
24+
~~~~~~~~~~~
25+
26+
- :issue:`SERVER-18280` ``ReplicaSetMonitor`` should use ``electionId`` to avoid talking to old primaries
27+
- :issue:`SERVER-18795` \ :method:`db.printSlaveReplicationInfo()`/\ :method:`rs.printSlaveReplicationInfo()` can not work with ``ARBITER`` role
28+
29+
Sharding
30+
~~~~~~~~
31+
32+
- :issue:`SERVER-19464` \ :pipeline:`$sort` stage in aggregation doesn't call scoped connections done ()
33+
- :issue:`SERVER-18955` \ :program:`mongos` doesn't set batch size (and keeps the old one, 0) on getMore if performed on first ``_cursor->more()``
34+
35+
Indexing
36+
~~~~~~~~
37+
38+
- :issue:`SERVER-19559` Document growth of "key too large" document makes it disappear from the index
39+
- :issue:`SERVER-16348` ``Assertion failure n >= 0 && n < static_cast<int>(_files.size()) src/mongo/db/storage/extent_manager.cpp 109``
40+
- :issue:`SERVER-13875` \ :method:`~db.collection.ensureIndex()` of ``2dsphere`` index breaks after upgrading to 2.6 (with the new :dbcommand:`createIndex` command)
41+
42+
Networking
43+
~~~~~~~~~~
44+
45+
:issue:`SERVER-19389` Remove wire level endianness check
46+
47+
Build and Testing
48+
~~~~~~~~~~~~~~~~~
49+
50+
- :issue:`SERVER-18097` Remove ``mongosTest_auth`` and ``mongosTest_WT`` tasks from ``evergreen.yml``
51+
- :issue:`SERVER-18068` Coverity analysis defect 72413: Resource leak
52+
- :issue:`SERVER-18371` Add SSL library config detection
53+
754
.. _2.6.10-changelog:
855

956
2.6.10 -- Changes

source/release-notes/2.6.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,22 @@ Minor Releases
1919

2020
/release-notes/2.6-changelog
2121

22+
2.6.11 -- May 19, 2015
23+
~~~~~~~~~~~~~~~~~~~~~~
24+
25+
- Improvements to query plan ranking :issue:`SERVER-17815`
26+
27+
- Improved ability for :program:`mongos` to detect replica set
28+
failover and correctly route read operations to new the new
29+
primary :issue:`SERVER-18208`
30+
31+
- Improved reporting of queries in ``getMore`` operation in
32+
:method:`db.currentOp()` and the database
33+
profiler :issue:`SERVER-16265`
34+
35+
- `All issues closed in 2.6.11
36+
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%222.6.11%22%20AND%20project%20%3D%20SERVER>`_
37+
2238
2.6.10 -- May 19, 2015
2339
~~~~~~~~~~~~~~~~~~~~~~
2440

0 commit comments

Comments
 (0)