Skip to content

DOCS-3882 added 2.6.4 changes #1923

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions source/release-notes/2.6-changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@

.. default-domain:: mongodb

.. _2.6.4-changelog:

2.6.4 -- Changes
----------------

- :issue:`SERVER-9788` :program:`mongos` does not respect secondary
preferred after temporarily unavailable secondary

- :issue:`SERVER-14170` Cannot read from secondary if both audit and auth
are enabled in a sharded cluster

- :issue:`SERVER-14311` skipping of index keys is not accounted for in plan
ranking by the index scan stage

- :issue:`SERVER-14431` Invalid chunk data after splitting on a key that's
too large

- :issue:`SERVER-14556` Default dbpath for mongod :option:`--configsvr`
changes in 2.6

- :issue:`SERVER-14532` Improve logging in the case of plan ranker ties

- :issue:`SERVER-14738` Updates to documents with text-indexed fields may
lead to incorrect entries


.. _2.6.3-changelog:

2.6.3 -- Changes
Expand Down