Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Releases: segmentio/analytics-node

v6.2.0

02 Aug 18:00
Compare
Choose a tag to compare
  • Ensure callback is called when envoking errorHanlder 58b79b4

v6.1.0...v6.2.0

v6.1.0

13 Jul 18:52
Compare
Choose a tag to compare
  • See this for changelog

v6.0.0...v6.1.0

v6.0.0

19 Nov 18:35
Compare
Choose a tag to compare
  • Change flush threshold from 500kb to 450kb #311
  • Breaking: Flush now properly returns a Promise #288

5.1.2

20 Oct 20:14
Compare
Choose a tag to compare
  • Pinning axios-retry to 3.2.0

5.1.1

20 Oct 17:28
Compare
Choose a tag to compare
  • Update axios-retry

v5.1.0

13 Sep 20:44
Compare
Choose a tag to compare

Added options for axiosRetryConfig, disable axiosRetry if retryCount is 0 (#285)
Optimize timer scheduling (#172)
Update Axios to fix a ReDoS vulnerability (#295)
Automated dependency upgrades

5.0.0

16 Jul 19:00
Compare
Choose a tag to compare

BREAKING: Dropping support for Node 8.0!
Flush the queue when maximum storage has reached (#277)
Return a promise from flush (#281)
Upgrade uuid package to support treeshaking (#273)
Dependency upgrades

v4.0.1

25 Feb 03:39
Compare
Choose a tag to compare
  • Fixed an issue where the optional axios instance passed as an option was ignored

v4.0.0

17 Feb 19:13
Compare
Choose a tag to compare
  • BREAKING: throws error when message is over 32kb #268
  • Allow passing in Axios instance in options #270
  • Fix data parameter always undefined on callback for track method #231
  • Allow to update endpoint to send batch events #246
  • Vulnerability fixes #264, #243, #263, #226, #227, #228, #247, #248, #252, #253, #257, #261
  • Fixed a typo to reflect actual code behaviour #233

v3.5.0

06 Jan 01:07
Compare
Choose a tag to compare
  • Update axios to fix the Server-Side Request Forgery vulnerability (#259)