snowplow/snowplow-javascript-tracker

View on GitHub
trackers/node-tracker/CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change Log - @snowplow/node-tracker

This log was last generated on Mon, 28 Oct 2024 11:48:53 GMT and should not be manually modified.

## 4.0.0
Mon, 28 Oct 2024 11:48:53 GMT

### Updates

- Update Node.js to v14 (closes #1129)
- Revise Node.js initialization API & upgrade got to @12
- Add an emitter and event store interface in the tracker core to be used both by the browser and node trackers and use fetch for making requests
- Make base64 encoding an optional parameter in Node newTracker call
- Add a filter function to plugins to filter out events so that they are not tracked (#1326)

## 3.24.6
Mon, 28 Oct 2024 10:23:28 GMT

_Version update only_

## 3.24.5
Fri, 25 Oct 2024 08:53:04 GMT

_Version update only_

## 3.24.4
Thu, 26 Sep 2024 06:10:22 GMT

_Version update only_

## 3.24.3
Tue, 03 Sep 2024 08:15:14 GMT

### Updates

- Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush

## 3.24.2
Wed, 24 Jul 2024 08:59:00 GMT

### Updates

- Fix API docs CI action and update it's dependencies

## 3.24.1
Tue, 02 Jul 2024 07:08:17 GMT

_Version update only_

## 3.24.0
Tue, 25 Jun 2024 08:31:05 GMT

_Version update only_

## 3.23.1
Tue, 04 Jun 2024 13:34:45 GMT

_Version update only_

## 3.23.0
Thu, 28 Mar 2024 11:28:45 GMT

_Version update only_

## 3.22.1
Wed, 13 Mar 2024 08:39:48 GMT

_Version update only_

## 3.22.0
Fri, 08 Mar 2024 08:13:04 GMT

_Version update only_

## 3.21.0
Mon, 29 Jan 2024 08:34:06 GMT

### Updates

- Add an anonymization method to Node.js emitter and API (close #1286)

## 3.20.0
Mon, 15 Jan 2024 14:41:16 GMT

_Version update only_

## 3.19.0
Thu, 14 Dec 2023 10:45:23 GMT

_Version update only_

## 3.18.0
Mon, 04 Dec 2023 13:44:02 GMT

_Version update only_

## 3.17.0
Tue, 14 Nov 2023 17:58:26 GMT

_Version update only_

## 3.16.0
Mon, 16 Oct 2023 14:58:08 GMT

_Version update only_

## 3.15.0
Mon, 28 Aug 2023 14:25:14 GMT

_Version update only_

## 3.14.0
Thu, 10 Aug 2023 13:56:44 GMT

_Version update only_

## 3.13.1
Thu, 29 Jun 2023 14:20:06 GMT

_Version update only_

## 3.13.0
Tue, 20 Jun 2023 07:44:23 GMT

_Version update only_

## 3.12.1
Thu, 15 Jun 2023 10:05:37 GMT

### Updates

- Properly prevent NaN session index parameter 'vid' (fix #1204)

## 3.12.0
Mon, 05 Jun 2023 11:51:22 GMT

_Version update only_

## 3.11.0
Wed, 24 May 2023 15:56:17 GMT

### Updates

- Add setSessionId and setSessionIndex capability

## 3.10.1
Fri, 12 May 2023 06:59:31 GMT

_Version update only_

## 3.10.0
Thu, 11 May 2023 08:29:15 GMT

_Version update only_

## 3.9.0
Thu, 30 Mar 2023 13:46:56 GMT

### Updates

- Fix flaky end-to-end tests (#1152)

## 3.8.0
Tue, 03 Jan 2023 15:36:33 GMT

_Version update only_

## 3.7.0
Mon, 31 Oct 2022 06:26:28 GMT

_Version update only_

## 3.6.0
Thu, 15 Sep 2022 07:55:20 GMT

### Updates

- Add tests verifying that the track method returns event id (eid) in the payload (#1098)
- Make HTTPS the default collector protocol in gotEmitter (close #1100)
- Update got to 11.8.5 for a vulnerability fix

## 3.5.0
Fri, 10 Jun 2022 18:57:46 GMT

### Updates

- Add client session context entity (#1077)

## 3.4.0
Thu, 07 Apr 2022 11:56:26 GMT

### Updates

- Bump dependencies (#1067)

## 3.3.1
Wed, 23 Feb 2022 19:27:40 GMT

_Version update only_

## 3.3.0
Mon, 31 Jan 2022 15:58:10 GMT

_Version update only_

## 3.2.3
Tue, 18 Jan 2022 16:23:52 GMT

### Updates

- Bump Copyright to 2022 (#1040)

## 3.2.2
Fri, 14 Jan 2022 10:17:59 GMT

_Version update only_

## 3.2.1
Wed, 12 Jan 2022 09:50:29 GMT

_Version update only_

## 3.2.0
Tue, 11 Jan 2022 12:53:22 GMT

_Version update only_

## 3.1.6
Tue, 19 Oct 2021 09:17:22 GMT

_Version update only_

## 3.1.5
Fri, 01 Oct 2021 08:09:21 GMT

_Version update only_

## 3.1.4
Tue, 21 Sep 2021 14:59:36 GMT

_Version update only_

## 3.1.3
Mon, 23 Aug 2021 10:13:18 GMT

_Version update only_

## 3.1.2
Mon, 16 Aug 2021 12:59:59 GMT

### Updates

- Update READMEs with correct Node requirements (#994)

## 3.1.1
Wed, 04 Aug 2021 10:12:25 GMT

### Updates

- Automate api-extractor on release (#972)
- Bump tslib to 2.3.0 (#986)
- Bump typescript to 4.3.5 (#987)
- Switch from @wessberg/rollup-plugin-ts to rollup-plugin-ts (#988)

## 3.1.0
Fri, 14 May 2021 10:45:32 GMT

_Version update only_

## 3.0.3
Wed, 21 Apr 2021 12:35:06 GMT

_Version update only_

## 3.0.2
Thu, 15 Apr 2021 21:07:39 GMT

_Version update only_

## 3.0.1
Wed, 14 Apr 2021 16:30:05 GMT

### Updates

- Mark packages as sideEffect: false (#951)
- Add unit tests to plugin track* functions (#954)

## 3.0.0
Wed, 31 Mar 2021 14:46:47 GMT

### Updates

- Include @snowplow/node-tracker in monorepo (close #931)