Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

49 lines (32 loc) · 1.83 KB

Changelog

Unreleased

8.0.0-beta.6

  • 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.

8.0.0-beta.5

  • Fixed browser aliases field in package.json
  • Moved browser build from postinstall to prepare
  • restrict npm version to >=7.0 <10

8.0.0-beta.4

  • Don't overwrite window.signalfx (#87)

8.0.0-beta.2

  • Include browser build in the package (#86)

8.0.0-beta.1

  • 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)

7.4.2

  • Stop existing livetail session before creating new one (#78)

7.4.1

  • Extend supported Node.js versions to 17. (#73)
  • Remove info message about missing signalfx-tracing. (#74)

7.4.0

  • Extend supported Node.js versions to latest LTS (#69)