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

Commit 47ce7ae

Browse files
committed
releasing a major version
1 parent fbbc5ec commit 47ce7ae

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v4.0.0 / 2021-2-17
2+
==========================
3+
* BREAKING: throws error when message is over 32kb #268
4+
* Allow passing in Axios instance in options #270
5+
* Fix data parameter always undefined on callback for track method #231
6+
* Allow to update endpoint to send batch events #246
7+
* Vulnerability fixes #264, #243, #263, #226, #227, #228, #247, #248, #252, #253, #257, #261
8+
* Fixed a typo to reflect actual code behaviour #233
9+
110
v3.5.0 / 2021-1-5
211
==========================
312
* Update axios to fix the Server-Side Request Forgery vulnerability (#259)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analytics-node",
3-
"version": "3.5.0",
3+
"version": "4.0.0",
44
"description": "The hassle-free way to integrate analytics into any Node.js application",
55
"license": "MIT",
66
"repository": "segmentio/analytics-node",

0 commit comments

Comments
 (0)