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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## 2.1.0 - 2022-08-11
2
+
3
+
Changes:
4
+
5
+
1. Feature flag defaults have been removed
6
+
2. Setup logging only when debug mode is enabled.
1
7
## 2.0.1 - 2022-08-04
2
8
3
9
- Make poll_interval configurable
@@ -9,7 +15,8 @@
9
15
Breaking changes:
10
16
11
17
1. The minimum version requirement for PostHog servers is now 1.38. If you're using PostHog Cloud, you satisfy this requirement automatically.
12
-
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.
18
+
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.
19
+
**Note: These are removed in 2.0.2**
13
20
3. Feature flag remote evaluation doesn't require a personal API key.
0 commit comments