Skip to content

Releases: winstonjs/winston-mongodb

v1.1.1

03 Apr 19:03
Compare
Choose a tag to compare

Hotfix release

v1.1.0

23 Mar 19:18
Compare
Choose a tag to compare

Changelog:

  • added support of passing promises objects which will be resolved with
    pre-connected db object in options.db;
  • fixed issue when events logged sometime between authorizeDb and
    processOpQuery calls may be lost;
  • renamed default log collection to 'log' because it makes more sense than
    'logs' ('log' is a list of messages already, plural form would imply
    multiple of such lists).

v1.0.0

28 Feb 12:48
Compare
Choose a tag to compare

Changelog:

  • migrated to mongodb 2.x driver;
  • changed configuration format to MongoDB uri string;
  • added support of passing preconnected db object instead of MongoDB uri string;
  • added support of passing MongoDB connection parameters in options property;
  • added support of replica sets through new options and db properties;
  • migrated to Semantic Versioning in package versions names;
  • changed comments format to JSDoc;
  • removed authDb from configuration options (it's impossible to handle all
    possible authorization scenarios, so, if you need to use complicated
    authorization pattern, please provide winston-mongodb with already prepared
    db connection object).

v0.4.6

05 Jul 18:17
Compare
Choose a tag to compare
Added replica sets support