Skip to content

3.0.2 Release Notes/Changelog #2265

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
87 changes: 87 additions & 0 deletions source/release-notes/3.0-changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,93 @@

.. default-domain:: mongodb

.. _3.0.2-release-notes:

Security
~~~~~~~~

- :issue:`SERVER-17719` :program:`mongo` Shell crashes if -p is missing and user matches
- :issue:`SERVER-17705` Fix credentials field inconsistency in HTTP interface
- :issue:`SERVER-17671` Refuse to complete initial sync from nodes with 2.4-style auth data
- :issue:`SERVER-17669` Remove auth prompt in webserver when auth is not enabled
- :issue:`SERVER-17647` Compute BinData length in v8
- :issue:`SERVER-17529` Can't list collections when :program:`mongos` is running 3.0 and config servers are running 2.6 and auth is on

Query and Indexing
~~~~~~~~~~~~~~~~~~

- :issue:`SERVER-8188` Configurable idle cursor timeout
- :issue:`SERVER-17469` ``2d``n nearSphere queries scan entire collection
- :issue:`SERVER-17642` ``WriteConfictException`` during background index create

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

- :issue:`SERVER-17677` Replica Set member backtraces sometimes when removed from replica set
- :issue:`SERVER-17672` \ :dbcommand:`serverStatus` command with ``{oplog: 1}`` option can trigger segmentation fault in :program:`mongod`
- :issue:`SERVER-17822` ``OpDebug::writeConflicts`` should be a 64-bit type

Sharding
~~~~~~~~

:issue:`SERVER-17805` ``logOp`` / ``OperationObserver`` should always check shardversion

Storage
~~~~~~~

:issue:`SERVER-17613` Unable to start :program:`mongod` after unclean shutdown

WiredTiger
``````````

- :issue:`SERVER-17713` WiredTiger using zlib compression can create invalid compressed stream
- :issue:`SERVER-17642` WriteConfictException during background index create
- :issue:`SERVER-17587` Node crash scenario results in uncrecoverable error on subsequent startup under WiredTiger
- :issue:`SERVER-17562` Invariant failure: ``s->commit_transaction(s, NULL)`` resulted in status ``BadValue 22``
- :issue:`SERVER-17551` mongod fatal assertion after "hazard pointer table full" message
- :issue:`SERVER-17532` Duplicate key error message does not contain index name anymore
- :issue:`SERVER-17471` WiredTiger Mutex on Windows can block the server
- :issue:`SERVER-17382` rc10/wiredTiger multi collection/DB bulk insert slow than rc8 in initial insertion phase
- :issue:`SERVER-16804` :option:`mongod --repair` fails because ``verify()`` returns EBUSY under WiredTiger

MMAPv1
``````

- :issue:`SERVER-17616` Removing or inserting documents with large indexed arrays consumes excessive memory
- :issue:`SERVER-17313` Segfault in ``BtreeLogic::_insert`` when inserting into previously-dropped namespace

RocksDB
```````

:issue:`SERVER-17706` Sync new mongo+rocks changes to v3.0 branch

HTTP Console
~~~~~~~~~~~~

- :issue:`SERVER-17729` Cannot start :program:`mongod` \ ``httpinterface``: sockets higher than 1023 not supported
- :issue:`SERVER-17705` Fix credentials field inconsistency in HTTP interface
- :issue:`SERVER-17669` Remove auth prompt in webserver when auth is not enabled

Admin
~~~~~

- :issue:`SERVER-17570` MongoDB 3.0 NT Service shutdown race condition with :method:`db.serverShutdown()`
- :issue:`SERVER-17699` "locks" section empty in diagnostic log and profiler output for some operations
- :issue:`SERVER-17337` RPM Init script breaks with quotes in ``yaml`` config file
- :issue:`SERVER-16731` Remove unused DBPATH init script variable

Networking
~~~~~~~~~~

:issue:`SERVER-17652` Cannot start mongod due to "sockets higher than 1023 not being supported"

Testing
~~~~~~~

- :issue:`SERVER-17826` Ignore ismaster exceptions in ```initial_sync_unsupported_auth_schema.js`` test
- :issue:`SERVER-17808` Ensure availability in ``initial_sync_unsupported_auth_schema.js`` test
- :issue:`SERVER-17433` ASAN leak in small oplog suite ``write_result.js``

.. _3.0.1-changelog:

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

/release-notes/3.0-changelog

3.0.1 -- April 7, 2015
~~~~~~~~~~~~~~~~~~~~~~

- Fix inefficient query plans for ``2d`` \ :query:`$nearSphere`:
:issue:`SERVER-17469`

- Fix problem starting :program:`mongod` during repair operations with
WiredTiger: :issue:`SERVER-17652` and :issue:`SERVER-17729`

- Resolved invalid compression stream error with WiredTiger and ``zlib``
block compression: :issue:`SERVER-17713`

- Fix memory use issue for inserts into large indexed arrays:
:issue:`SERVER-17616`

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


3.0.1 -- March 17, 2015
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down