Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 939 Bytes

File metadata and controls

29 lines (24 loc) · 939 Bytes

Version 0.5.0

  • Added ActiveRecord-style "silent" connection reconnect
  • Added #abort_on_failed_reconnect configuration option
  • Upped dependent version of mongo gem to ~> 1.2.4

Version 0.4.0

  • New configuration syntax (see readme)
  • Ability to pass in custom connection object

Version 0.3.0

  • Can now specify and connect a remote host and alternate port

Version 0.2.2

  • 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

Version 0.2.1

  • Bunyan now fails silently when a connection error occurs

Version 0.2.0

  • 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