Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

65 lines (46 loc) · 2.83 KB

cwlogs-writable Change Log

1.0.0 (Oct 9, 2017)

  • Bump to v1.0.0

0.4.3 (Jun 19, 2017)

0.4.2 (Jun 17, 2017)

  • Fix determining log "message" size not handling multi-byte chars [#13]

0.4.1 (Jun 13, 2017)

  • Fix error thrown if no 'error' event listeners on stream [#15]

0.4.0 (Jun 11, 2017)

Breaking Changes:

Non-Breaking Changes:

  • Add CWLogsWritable#dequeueNextLogBatch to get the next batch of log events, and also handle chronological limits of PutLogEvents API call [#2]
    • Batch of log events must be in chronological order by timestamp
    • Batch of log events cannot exceed 24 hours
  • Add live tests for chronological limits of PutLogEvents

0.3.0 (June 2, 2017)

  • Add options for auto-handling common AWS errors [#10][#12]
  • Add code coverage support (including coveralls)
  • Add missing CWLogsWritable test for internal filter method
  • Change logGroupName/logStreamName props to be writable [#11]
  • Fix CWLogsWritable test for error handling

0.2.0 (May 14, 2017)

0.1.0 (February 14, 2017)

  • Initial version