- Added ActiveRecord-style "silent" connection reconnect
- Added #abort_on_failed_reconnect configuration option
- Upped dependent version of mongo gem to ~> 1.2.4
- New configuration syntax (see readme)
- Ability to pass in custom connection object
- Can now specify and connect a remote host and alternate port
- No longer pass messages to the collection if a Mongo connection could not be established
- Bunyan now uses the new bson_ext c extension, per version 0.20.0 of the ruby driver
- Bunyan now fails silently when a connection error occurs
- Moved all configuration-related stuff to the Config class
- Added ability to set the collection size in configuration block
- Bunyan attributes (:connection, :collection, :db) now map directly to mongo counterparts