Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Releases: matanlurey/cable-stackdriver

v0.1.1

24 Nov 20:25
14c76f8
Compare
Choose a tag to compare

0.1.1

  • Added a logName parameter, which is @required to use Stackdriver. Before
    we used Logger.name, but that was both awkward and not technically correct.

  • Log entries are buffered, and messages collected within a second are sent
    together. It is possible to change (or disable) this feature by setting
    the buffer duration.

v0.1.0

21 Oct 03:22
Compare
Choose a tag to compare

0.1.0

  • Initial release.