This log was last generated on Fri, 04 Apr 2025 09:21:23 GMT and should not be manually modified.
Fri, 04 Apr 2025 09:21:23 GMT
- Avoid undelivered notifications error (#1335)
Thu, 20 Mar 2025 12:14:34 GMT
Version update only
Tue, 21 Jan 2025 11:09:42 GMT
Version update only
Mon, 20 Jan 2025 11:45:13 GMT
Version update only
Mon, 13 Jan 2025 08:30:05 GMT
Version update only
Thu, 28 Nov 2024 10:57:30 GMT
- Add appVersion configuration option to track a context entity with the application version
Thu, 21 Nov 2024 09:06:36 GMT
Version update only
Wed, 20 Nov 2024 09:30:31 GMT
- Serialize new session cookie synchronously to avoid overlapping sessions (#1381)
Mon, 11 Nov 2024 15:46:34 GMT
Version update only
Fri, 01 Nov 2024 10:35:07 GMT
Version update only
Mon, 28 Oct 2024 11:48:53 GMT
- Re-allow unspecified cookies domains
- Upgrade UUID to 8.3.2 (close #1138)
- Change default tracker initialization params (discoverRootDomain, cookieSameSite)
- Make cookie writes async by default to improve tracker performance (#1340)
- 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
- Add a filter function to plugins to filter out events so that they are not tracked (#1326)
- Add browser-tracker-core default for os_timezone
Mon, 28 Oct 2024 10:23:28 GMT
- Allow 0x0 viewport in browser context to avoid schema validation errors
Fri, 25 Oct 2024 08:53:04 GMT
Version update only
Thu, 26 Sep 2024 06:10:22 GMT
Version update only
Tue, 03 Sep 2024 08:15:14 GMT
- Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush
Wed, 24 Jul 2024 08:59:00 GMT
- Fix tracking a page view with a custom title sets the title for future page views as well (#1332)
Tue, 02 Jul 2024 07:08:17 GMT
- Fix ResizeObserver initialization if document.body does not exist yet (#1311)
Tue, 25 Jun 2024 08:31:05 GMT
- Add an option to generate the page view ID according to changes in the page URL to account for events tracked before page views in SPAs (#1307 and #1125)
- Fix custom document title override using setDocumentTitle (#1317)
Tue, 04 Jun 2024 13:34:45 GMT
Version update only
Thu, 28 Mar 2024 11:28:45 GMT
- Cache browser properties and use the ResizeObserver to update when changed (#1295) thanks to @rvetere
Wed, 13 Mar 2024 08:39:48 GMT
Version update only
Fri, 08 Mar 2024 08:13:04 GMT
- Update method signatures for BrowserTracker
Mon, 29 Jan 2024 08:34:06 GMT
- Consistently access navigator via window.navigator
Mon, 15 Jan 2024 14:41:16 GMT
- Allow for extended cross domain linking information using the useExtendedCrossDomainLinker option
Thu, 14 Dec 2023 10:45:23 GMT
- Do not set the previous session ID reference in cookies if anonymous tracking is enabled (#1268)
- Fix config for callbacks
Mon, 04 Dec 2023 13:44:02 GMT
- Add onRequestSuccess and onRequestFailure callbacks
Tue, 14 Nov 2023 17:58:26 GMT
- Consider status codes <200
- Bump browser_context schema to 2-0-0
Mon, 16 Oct 2023 14:58:08 GMT
Version update only
Mon, 28 Aug 2023 14:25:14 GMT
- Add idService option
Thu, 10 Aug 2023 13:56:44 GMT
- Allow disabling activity tracking actions with disableActivityTracking and disableActivityTrackingCallback APIs
Thu, 29 Jun 2023 14:20:06 GMT
- Allow events to be tracked on the onSessionUpdate callback
Tue, 20 Jun 2023 07:44:23 GMT
Version update only
Thu, 15 Jun 2023 10:05:37 GMT
Version update only
Mon, 05 Jun 2023 11:51:22 GMT
Version update only
Wed, 24 May 2023 15:56:17 GMT
- Add onSessionUpdate callback configuration option
- Round dimension type values on payload
Fri, 12 May 2023 06:59:31 GMT
Version update only
Thu, 11 May 2023 08:29:15 GMT
Version update only
Thu, 30 Mar 2023 13:46:56 GMT
- Add touchmove and touchstart events on page ping calculation
- Add client_session context entity if anonymous tracking with session tracking is enabled (#1124)
- Fix root domain algorithm initial attempt
- Fix generating domain user ID when clearing user data with anonymous tracking (#1164)
- Add browser context and ability to generate tab identifier.
Tue, 03 Jan 2023 15:36:33 GMT
Version update only
Mon, 31 Oct 2022 06:26:28 GMT
Version update only
Thu, 15 Sep 2022 07:55:20 GMT
- Fix newTracker built-in context typing
- Added BuiltInContexts type
- Correct initial session_index value and after clearUserData (closes #1106 #1107)
Fri, 10 Jun 2022 18:57:46 GMT
- Add client session context entity (#1077)
- Add a customizable set of failure HTTP status codes for which collector requests should not be retried (#1079)
Thu, 07 Apr 2022 11:56:26 GMT
- Bump dependencies (#1067)
- Add configurable max GET request size in bytes attribute (#449)
Wed, 23 Feb 2022 19:27:40 GMT
Version update only
Mon, 31 Jan 2022 15:58:10 GMT
Version update only
Tue, 18 Jan 2022 16:23:52 GMT
- Bump Copyright to 2022 (#1040)
Fri, 14 Jan 2022 10:17:59 GMT
Version update only
Wed, 12 Jan 2022 09:50:29 GMT
Version update only
Tue, 11 Jan 2022 12:53:22 GMT
- Add support for custom headers (#1010)
- Allow alternative Access-Control-Allow-Credentials values (#808)
- Ensure Browser Data is added to Payload before plugin beforeTrack fires (#1025)
Tue, 19 Oct 2021 09:17:22 GMT
- Fix failing build on ARM Macs (#1012)
Fri, 01 Oct 2021 08:09:21 GMT
- Fix removeGlobalContexts not removing expected context (#1006)
Tue, 21 Sep 2021 14:59:36 GMT
- Fix linkDecorationHandler targeting (#1002)
Mon, 23 Aug 2021 10:13:18 GMT
- Add missing setter to detectPassiveEvents (#995)
Mon, 16 Aug 2021 12:59:59 GMT
- Fix undefined argument regression in setUserId and setOptOutCookie (#991)
- Update READMEs with correct Node requirements (#994)
Wed, 04 Aug 2021 10:12:25 GMT
- Automate api-extractor on release (#972)
- Allow tracker to load in fully sandboxes iframes (#981)
- Allow options: false when calling enableAnonymousTracking (#977)
- Prevent the Activity Tracking timer being enabled twice with duplicate enableActivityTracking calls (#975)
- Bump tslib to 2.3.0 (#986)
- Prevent the Activity Tracking timer being enabled twice with duplicate enableActivityTracking calls (#975)
- Protect against invalid domain_sessionid values being used by the tracker (#978)
- Bump typescript to 4.3.5 (#987)
- Switch from @wessberg/rollup-plugin-ts to rollup-plugin-ts (#988)
Fri, 14 May 2021 10:45:32 GMT
- Clear in memory identifiers in clearUserData() (#968)
- Allow stateStorageStrategy to be changed on enableAnonymousTracking (#969)
Wed, 21 Apr 2021 12:35:06 GMT
- Fix race condition when using Form and Link Click tracking (#962)
Thu, 15 Apr 2021 21:07:39 GMT
- Remove compatMode check in activity tracking page offsets (#958)
Wed, 14 Apr 2021 16:30:05 GMT
- Mark packages as sideEffect: false (#951)
- Add unit tests to plugin track* functions (#954)
Wed, 31 Mar 2021 14:46:47 GMT
- Allow plugins to be dynamically loaded when using tracker (#918)
- Add debug mode (#381)
- Remove forceSecureTracker and forceUnsecureTracker properties (#913)
- Bump uuid to 3.4.0 (close #915)
- Bump rollup to 2.41 (#916)
- Remove module level references to window and document (close #928)
- Ensure browser-tracker API methods catch exceptions (#919)
- Introduce TSDoc comments and extract interfaces where appropriate (#906)
- Bump major version to v3 and update READMEs (#904)
- Improve Core API for module bundlers which support treeshaking (#903)
- Rename @snowplow/browser-core to @snowplow/browser-tracker-core (#901)
- Publish lite version of sp.js (#900)
- Ensure correct 3-Clause BSD License notices are being used (#316)
- Improve API for module bundlers which support treeshaking (#899)
- Bump rush to 5.39 (#895)
- Port to TypeScript (#72)
- Make sp.js build process modular (#450)
- Create @snowplow/browser-tracker package for npm distribution (#541)
- Split auto contexts into plugins (#880)
- Add rush to manage monorepo (#883)
- Add ES Module builds (#882)
- Cleanup deprecated methods (#557)
- Update publishing process for rush (#907)
- Change white and black lists to allow and deny lists (#908)
- Create rush change files for major version 3 release (#909)
- Improve event flushing options and remove pageUnloadTimer (#719)