- Add type definitions for SignalFlow client. #103
- Send remaining queue items if there are more than chunkSize in the queue. #107
- Use splice() instead of repeated shift() to remove from queue. #106
- Fix protobufjs security vulnerability CVE-2023-36665 #99
- Add Node 20 to supported engines.
- Fixed
browser
aliases field inpackage.json
- Moved browser build from
postinstall
toprepare
- restrict npm version to >=7.0 <10
- Don't overwrite
window.signalfx
(#87)
- Include browser build in the package (#86)
- Dropped support for Node.js below
12.10
(#85) - Significant dependencies updates (#85)
- Replaced browserify with webpack (#85)
proxy
configuration field now follows axios's format (#85)
- Stop existing livetail session before creating new one (#78)
- Extend supported Node.js versions to 17. (#73)
- Remove info message about missing signalfx-tracing. (#74)
- Extend supported Node.js versions to latest LTS (#69)