Skip to content

Latest commit

 

History

History
71 lines (40 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

71 lines (40 loc) · 1.6 KB

Change Log

All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to Semantic Versioning.

v3.2.1 - 2017-12-12

  • Set up circleci npm autopublishing #26 [Tim Perry]

v3.2.0 - 2017-11-13

  • Automatically parse service ids from multicontainer log messages #24 [Tim Perry]

v3.1.2 - 2017-11-01

  • Reformat changelog to add versionbot #23 [Tim Perry]

v3.1.1 - 2017-10-12

Changed

  • Pin pubnub version to avoid broken release

v3.1.0 - 2017-03-10

Changed

  • Upgrade to PubNub SDK v4
  • Added the clear logs functionality (previously supported by the Resin.io UI)
    • New clear method
    • New clear event for subscriptions
    • New historySinceLastClear method that tolerates the clear logs functionality Note: the amount of historic messages for this method is limited to 200 by default. Can be overridden by passing the { count: N } options object as the 3rd argument.

v3.0.1 - 2016-10-04

Changed

  • Update dependencies and use granular lodash imports

v3.0.0 - 2015-07-26

Changed

  • Emit metadata along with each message.

v2.1.0 - 2015-07-24

Added

  • Add backwards compatible support for new Supervisor logs format.

v2.0.2 - 2015-12-04

Changed

  • Omit tests from NPM package.

v2.0.1 - 2015-11-24

Changed

  • Fix the way we construct channel names based on logs_channel property.

v2.0.0 - 2015-11-24

Changed

  • Accept a device object instead of a uuid as argument to public functions.
  • Give precedence to logs_channel device property.