Skip to content

Commit bd335b3

Browse files
committed
changelog for 2.48.0
1 parent b1ed747 commit bd335b3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
**2.48.0** (7 Nov 2023)
2+
- API endpoint routes can now be configured individually (i.e. rename /track, /engage, /groups)
3+
- Event properties object passed to mixpanel.track() will no longer be mutated
4+
- Super properties are now reloaded from persistence when making every tracking call (i.e., kept fresh when another tab/window in the same browser has updated them)
5+
- Extra failsafe behavior for trying to clear queued requests when localStorage doesn't work on startup, e.g., when localStorage is full so writes fail
6+
- Block Chrome-Lighthouse user agent
7+
- Fix for error in add_group() when adding a new group to an existing list
8+
19
**2.47.0** (27 Apr 2023)
210
- Collect richer marketing attribution properties for multi-touch attribution
311
- New implementation of previously-deprecated track_pageview() method and init option to send automatically
412
- Use performance.now when available for time-based entropy component of UUID-generation (thanks @adrianherd)
5-
- looser API Host check for default JSON-payload sending to mipxanel.com hosts
13+
- Looser API Host check for default JSON-payload sending to mipxanel.com hosts
614

715
**2.46.0** (20 Mar 2023)
816
- Updates for new identity management system

0 commit comments

Comments
 (0)