Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
updated Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Apr 29, 2015
1 parent 40af799 commit ccef27e
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions Changes
Expand Up @@ -2,10 +2,26 @@

{{ $NEXT }}

[Changes]
[*** Deprecations ***]

- MongoDB::CommandResult changed the name of the accessor for the document
returned by the server to 'output' instead of 'result' for clarity.
returned by the server to 'output' instead of 'result' for clarity. The
'result' method is deprecated.

[Changes]

- Generic MongoDB::Error exceptions have been replaced with subclasses
that have a specific, documented purpose, including: MongoDB::AuthError,
MongoDB::GridFSError, MongoDB::InternalError and MongoDB::UsageError.

- Calls to Carp::confess() or die() have been replaced with exceptions
from MongoDB::Error subclasses, typically MongoDB::UsageError.

- Failure to create indexes when constructing a GridFS object are
ignored rather than a fatal error.

- Now includes a longer list of default OS locations to search for
root CA files.

v0.999.998.4 2015-03-25 14:37:52-04:00 America/New_York (TRIAL RELEASE)

Expand Down

0 comments on commit ccef27e

Please sign in to comment.