diff --git a/source/release-notes/2.6-changelog.txt b/source/release-notes/2.6-changelog.txt index 42e5981216d..03b31cfeb11 100644 --- a/source/release-notes/2.6-changelog.txt +++ b/source/release-notes/2.6-changelog.txt @@ -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 diff --git a/source/release-notes/2.6.txt b/source/release-notes/2.6.txt index de6216d8daf..29d2f0001ac 100644 --- a/source/release-notes/2.6.txt +++ b/source/release-notes/2.6.txt @@ -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 + `_ + + 2.6.7 -- January 13, 2015 ~~~~~~~~~~~~~~~~~~~~~~~~~~