posthog-node 2.3.1 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,15 +1,27 @@
1
- # 2.3.0 - 2022-1-26
1
+ # 2.5.0 - 2023-02-15
2
2
 
3
- 1. uses v3 decide endpoint
3
+ 1. Removes shared client from `posthog-node`, getting rid of some race condition bugs when capturing events.
4
+ 2. Sets minimum version of node.js to 15
5
+ # 2.4.0 - 2023-02-02
6
+
7
+ 1. Adds support for overriding timestamp of capture events
8
+
9
+ # 2.3.0 - 2023-1-26
10
+
11
+ 1. uses v3 decide endpoint
4
12
  2. JSON payloads will be returned with feature flags
5
13
  3. Feature flags will gracefully fail and optimistically save evaluated flags if server is down
6
14
 
7
15
  # 2.2.3 - 2022-12-01
16
+
8
17
  1. Fix issues with timeouts for local evaluation requests
18
+
9
19
  # 2.2.2 - 2022-11-28
20
+
10
21
  1. Fix issues with timeout
11
22
 
12
23
  # 2.2.1 - 2022-11-24
24
+
13
25
  1. Add standard 10 second timeout
14
26
 
15
27
  # 2.2.0 - 2022-11-18