File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
8
** 2.39.0** (17 Aug 2020)
2
9
- Escape body of POST requests to ensure valid base64 is sent to APIs (thanks @dpraul )
3
10
- Don't opt in to request-batching automatically if using a custom API host (thanks @chriszamierowski )
You can’t perform that action at this time.
0 commit comments