Skip to content

Commit 63adf2a

Browse files
feat: add changelog
1 parent 025e6f8 commit 63adf2a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## XX.XX.XX
2+
Added experimental support for the web platform in the Countly Flutter SDK. Some functionalities are not yet fully supported. Below is the list of limitations for the web platform:
3+
4+
* Hybrid sessions are the default; full manual sessions are not supported.
5+
* Features Not Supported: Push Notifications, APM, and Attribution.
6+
* Countly.setUserLocation and Countly.disableLocation are unavailable.
7+
* In Views, the following view-related functions are not supported:
8+
* startView
9+
* stopViewWithName
10+
* stopViewWithID
11+
* stopAllViews
12+
* pauseViewWithID
13+
* resumeViewWithID
14+
* addSegmentationToViewWithName
15+
* addSegmentationToViewWithID
16+
* updateGlobalViewSegmentation
17+
* setGlobalViewSegmentation
18+
* In Remote Config, the clearAll function is unavailable, and caching functionality is not provided.
19+
* In A/B Testing the following are not supported:
20+
* exitABTestsForKeys
21+
* Variant-level control
22+
* Experiment-level control
23+
* Star Rating and related configuration options are unavailable.
24+
* User properties during initialization are not supported.
25+
* Custom network headers are not supported.
26+
* Dropping old requests is not supported.
27+
* Content zone global callback is not supported.
28+
* Experimental configuration options are not supported.
29+
30+
* Added underlying Web SDK version to 24.11.2
31+
132
## 24.11.2
233
* Improved view tracking capabilities in iOS.
334

0 commit comments

Comments
 (0)