Skip to content

DOCS-4849 Add changelog, release notes for 2.6.8 #2174

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 1 commit 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
77 changes: 77 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,83 @@

.. default-domain:: mongodb

.. _2.6.8-changelog:

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

Security
~~~~~~~~

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

Querying
~~~~~~~~

- :issue:`SERVER-16655` Geo predicate is unable to use compound 2dsphere index if it is root of $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

Replication/Pairing
~~~~~~~~~~~~~~~~~~~

- :issue:`SERVER-16599` copydb/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

Networking
~~~~~~~~~~

- :issue:`SERVER-17264` improve bson validation

Aggregation Framework
~~~~~~~~~~~~~~~~~~~~~

- :issue:`SERVER-14044` Incorrect {$meta: 'text'} reference in aggregation $sort error message

Tools
~~~~~

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

Build
~~~~~

- :issue:`SERVER-14803` Support static libstdc++ builds for non-Linux builds

Packaging
~~~~~~~~~

- :issue:`SERVER-15400` Create Windows Enterprise Zip File with vcredist and dependent dlls

Usability
~~~~~~~~~

- :issue:`SERVER-14756` The YAML 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
15 changes: 15 additions & 0 deletions source/release-notes/2.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ Minor Releases

/release-notes/2.6-changelog

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

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

- copydb/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