Skip to content

Instantly share code, notes, and snippets.

@chjj
Created May 14, 2012 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chjj/2695383 to your computer and use it in GitHub Desktop.
Save chjj/2695383 to your computer and use it in GitHub Desktop.
winston changelog

Winston Changelog

From v0.5.11 to query_stream.

  • Some transports have been altered in the way the log objects themselves are transported. Any code that relies on a log object's property names for a particular transport may need to be changed.
    commits:

    • 7bfd5b8483ad2f71ac8d3f350608b506dc0dc208
    • 979193c2ef2857d99dd2852c3d5432438a268b4d
  • Http transport added for communicating via json-rpc with http servers.
    commits:

    • 8e8e21c2f8e1c0d6ae641b14c52bbd6450901f30
  • Stream and query added to Couchdb, File, Redis, Http, Nssocket, Loggly.
    commits:

    • 0319ba42c3439068752b396ac783ea6e5c47ee04
    • 30c675ddf9ff320e9091e5c74704009ce82deff2
    • 54f0b4361b1bfd2d1862438a83f1a1b49af8fc03
  • Added stream and query methods to Logger.
    commits:

    • 598a1c2d8c2dd9067e5ffa5de2c3d977303d5d1f
    • 54f0b4361b1bfd2d1862438a83f1a1b49af8fc03
  • Lowercase name for couchdb transport.name, for consistency.
    commits:

    • 7bfd5b8483ad2f71ac8d3f350608b506dc0dc208
  • NsSocket changed to Nssocket for consistency with other transport names.
    commits:

    • 8e8e21c2f8e1c0d6ae641b14c52bbd6450901f30
  • common.log has been changed to accept primitive meta values. Also add the year to common.log's date.
    commits:

    • 2f078c7f05dcf90ef34f4eec10f82bb891cb6560
    • 979193c2ef2857d99dd2852c3d5432438a268b4d
  • The log callback is now executed when a response is received from the transport.
    commits:

    • f246617870831003e02edadb8fb4e4a9a918ec96
  • More thorough transport tests which involve testing the log method's callback, query, and stream.
    commits:

    • cd299a2535197c63e3f6d9cc25e84abf10601b80
  • The Couchdb transport has been moved out of core.
    commits:

    • d81ec643e6187c656683eb469a23636d1e2836fc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment