You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-5Lines changed: 28 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
## 3.7.2 - 2024-11-19
2
+
3
+
1. Add `type` property to exception stacks.
4
+
5
+
## 3.7.1 - 2024-10-24
6
+
7
+
1. Add `platform` property to each frame of exception stacks.
8
+
9
+
## 3.7.0 - 2024-10-03
10
+
11
+
1. Adds a new `super_properties` parameter on the client that are appended to every /capture call.
12
+
13
+
## 3.6.7 - 2024-09-24
14
+
15
+
1. Remove deprecated datetime.utcnow() in favour of datetime.now(tz=tzutc())
16
+
17
+
## 3.6.6 - 2024-09-16
18
+
19
+
1. Fix manual capture support for in app frames
20
+
1
21
## 3.6.5 - 2024-09-10
2
22
3
23
1. Fix django integration support for manual exception capture.
@@ -58,7 +78,6 @@
58
78
59
79
1. Return success/failure with all capture calls from module functions
60
80
61
-
62
81
## 3.3.1 - 2024-01-10
63
82
64
83
1. Make sure we don't override any existing feature flag properties when adding locally evaluated feature flag properties.
@@ -84,6 +103,7 @@
84
103
85
104
1. Restore how feature flags work when the client library is disabled: All requests return `None` and no events are sent when the client is disabled.
86
105
2. Add a `feature_flag_definitions()` debug option, which returns currently loaded feature flag definitions. You can use this to more cleverly decide when to request local evaluation of feature flags.
1. Log instead of raise error on posthog personal api key errors
125
145
2. Remove upper bound on backoff dependency
126
146
127
-
128
147
## 2.3.0 - 2023-01-31
129
148
130
149
1. Add support for returning payloads of matched feature flags
@@ -140,6 +159,7 @@ Changes:
140
159
Changes:
141
160
142
161
1. Fixes issues with date comparison.
162
+
143
163
## 2.1.1 - 2022-09-14
144
164
145
165
Changes:
@@ -152,6 +172,7 @@ Changes:
152
172
153
173
1. Feature flag defaults have been removed
154
174
2. Setup logging only when debug mode is enabled.
175
+
155
176
## 2.0.1 - 2022-08-04
156
177
157
178
- Make poll_interval configurable
@@ -164,26 +185,28 @@ Breaking changes:
164
185
165
186
1. The minimum version requirement for PostHog servers is now 1.38. If you're using PostHog Cloud, you satisfy this requirement automatically.
166
187
2. Feature flag defaults apply only when there's an error fetching feature flag results. Earlier, if the default was set to `True`, even if a flag resolved to `False`, the default would override this.
167
-
**Note: These are removed in 2.0.2**
188
+
**Note: These are removed in 2.0.2**
168
189
3. Feature flag remote evaluation doesn't require a personal API key.
169
190
170
191
New Changes:
171
192
172
193
1. You can now evaluate feature flags locally (i.e. without sending a request to your PostHog servers) by setting a personal API key, and passing in groups and person properties to `is_feature_enabled` and `get_feature_flag` calls.
173
194
2. Introduces a `get_all_flags` method that returns all feature flags. This is useful for when you want to seed your frontend with some initial flags, given a user ID.
174
195
175
-
176
-
177
196
## 1.4.9 - 2022-06-13
197
+
178
198
- Support for sending feature flags with capture calls
179
199
180
200
## 1.4.8 - 2022-05-12
201
+
181
202
- Support multi variate feature flags
182
203
183
204
## 1.4.7 - 2022-04-25
205
+
184
206
- Allow feature flags usage without project_api_key
0 commit comments