The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version v0.703.4 - 2014-04-07 (TRIAL RELEASE)

  • Enhancements
    • PERL-298 implement parallel_scan method for collections
  • Bug Fixes
    • PERL-307 fix drop_dups option for ensure_index
    • PERL-318 fix compiler warnings
    • PERL-319 fix compilation failures on some platforms
    • PERL-322 change return value and document low-level recv
    • Add missing Devel::Size to prerequisites list
    • Fix exception handling for internal run_command calls
    • Fix gridfs test for unique keys
    • Ensure internal run_command exceptions include correct error string
  • Documentation
    • PERL-217 improved documentation of GridFS::get
    • Changes file updated with changes since 0.701
  • Internal
    • PERL-264 test for closing connection when MongoClient object leaves scope. (Ashley Willis)
    • Make t/dbref.t use fresh test database

Changes for version v0.703.3 - 2014-04-01 (TRIAL RELEASE)

  • Bug Fixes
    • PERL-315 require DateTime 0.78 or later
    • Fixed index creation and drop on MongoDB 2.6
  • Documentation
    • PERL-311 fix legacy docs authentication link
    • Added abstract to MongoDB::BSON::Regexp documentation
  • Internal
    • PERL-312 default GridFS chunk size changed from 1mb -> 255kb
    • Bundled libbson 0.6.4 to avoid external library dependency

Documentation

The data types used with MongoDB
Some examples of MongoDB syntax
Indexing collections
Getting started with MongoDB

Modules

A MongoDB Driver for Perl
Tools for serializing and deserializing data in BSON form
Binary type
Regular expression type
MongoDB bulk write interface
JavaScript Code
A MongoDB Collection
A connection to a MongoDB server (DEPRECATED)
A cursor/iterator for Mongo query results
Native DBRef support
A MongoDB Database
A file storage utility
A Mongo GridFS file
A connection to a MongoDB server
A Mongo Object ID
Replication timestamp