Skip to content

2.6.8 release #2175

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
Show file tree
Hide file tree
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
64 changes: 64 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,70 @@

.. default-domain:: mongodb

.. _2.6.8-changelog:

2.6.8 -- Changes
----------------

Security and Networking
~~~~~~~~~~~~~~~~~~~~~~~

- :issue:`SERVER-17278` BSON BinData validation enforcement
- :issue:`SERVER-17022` No SSL Session Caching may not be respected
- :issue:`SERVER-17264` improve bson validation

Query and Aggregation
~~~~~~~~~~~~~~~~~~~~~

- :issue:`SERVER-16655` Geo predicate is unable to use compound 2dsphere index if it is root of :query:`$or` clause
- :issue:`SERVER-16527` ``2dsphere`` explain reports "works" for ``nscanned`` & ``nscannedObjects``
- :issue:`SERVER-15802` Query optimizer should always use equality predicate over unique index when possible
- :issue:`SERVER-14044` Incorrect ``{$meta: 'text'}`` reference in aggregation :pipeline:`$sort` error message

Replication
~~~~~~~~~~~

- :issue:`SERVER-16599` \ :dbcommand:`copydb` and :dbcommand:`clone` commands can crash the server if a primary steps down
- :issue:`SERVER-16315` Replica set nodes should not threaten to veto nodes whose config version is higher than their own
- :issue:`SERVER-16274` secondary ``fasserts`` trying to replicate an index
- :issue:`SERVER-15471` Better error message when replica is not found in ``GhostSync::associateSlave``

Sharding
~~~~~~~~

- :issue:`SERVER-17191` Spurious warning during upgrade of sharded cluster
- :issue:`SERVER-17163` Fatal error "logOp but not primary" in ``MigrateStatus::go``
- :issue:`SERVER-16984` ``UpdateLifecycleImpl`` can return empty ``collectionMetadata`` even if ``ns`` is sharded
- :issue:`SERVER-10904` Possible for ``_master`` and ``_slaveConn`` to be pointing to different connections even with primary read pref

Storage
~~~~~~~

- :issue:`SERVER-17087` Add listCollections command functionality to 2.6 shell & client
- :issue:`SERVER-14572` Increase C runtime stdio file limit

Tools
~~~~~

- :issue:`SERVER-17216` 2.6 :program:`mongostat` cannot be used with 3.0 :program:`mongod`
- :issue:`SERVER-14190` \ :program:`mongorestore` ``parseMetadataFile`` passes non-null terminated string to '``fromjson``'

Build and Packaging
~~~~~~~~~~~~~~~~~~~

- :issue:`SERVER-14803` Support static libstdc++ builds for non-Linux builds
- :issue:`SERVER-15400` Create Windows Enterprise Zip File with vcredist and dependent dlls

Usability
~~~~~~~~~

:issue:`SERVER-14756` The YAML :setting:`storage.quota.enforced`` option is not found

Testing
~~~~~~~

:issue:`SERVER-16421` \ ``sharding_rs2.js`` should clean up data on all replicas

.. _2.6.7-changelog:

2.6.7 -- Changes
Expand Down
19 changes: 19 additions & 0 deletions source/release-notes/2.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,25 @@ Minor Releases

/release-notes/2.6-changelog

2.6.8 -- February 25, 2015
~~~~~~~~~~~~~~~~~~~~~~~~~~

- Add :dbcommand:`listCollections` command functionality to 2.6 shell
and client :issue:`SERVER-17087`

- :dbcommand:`copydb`/\ :dbcommand:`clone` commands can crash the
server if a primary steps down :issue:`SERVER-16599`

- Secondary fasserts trying to replicate an index
:issue:`SERVER-16274`

- Query optimizer should always use equality predicate over unique
index when possible :issue:`SERVER-15802`

- `All issues closed in 2.6.8
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%222.6.8%22%20AND%20project%20%3D%20SERVER>`_


2.6.7 -- January 13, 2015
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down