Skip to content

Commit f9314b6

Browse files
committed
changelog for 2.40.0
1 parent f439309 commit f9314b6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
**2.40.0** (2 Dec 2020)
2+
- Add `persistent` option to `register()`, to support setting superproperties only for the current pageload
3+
- Add before-send `hooks` for transforming/enriching data before it goes over the network
4+
- Add `batch_autostart` config option and `start_batch_senders()` method, to allow extra control over when batches start sending over the network
5+
- Fix request-batching when `sendBeacon` is specified as default API transport
6+
- Increase batch_requests default rollout to 60% of projects
7+
18
**2.39.0** (17 Aug 2020)
29
- Escape body of POST requests to ensure valid base64 is sent to APIs (thanks @dpraul)
310
- Don't opt in to request-batching automatically if using a custom API host (thanks @chriszamierowski)

0 commit comments

Comments
 (0)