Skip to content

Commit 31c83b0

Browse files
committed
Changelog
1 parent 4ff96ae commit 31c83b0

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,44 @@
66
* Updated underlying Android SDK version to 23.8.1
77
* Updated underlying iOS SDK version to 23.8.2
88

9+
## 23.8.1-np
10+
* Added `enrollABOnRCDownload` config method to enroll users to AB tests when downloading Remote Config values
11+
* Fixed a bug where enabling consent requirements would enable consents for all features for Android
12+
* Added `testingDownloadExperimentInformation:` in remote config interface
13+
* Added `testingGetAllExperimentInfo:` in remote config interface
14+
* Updated underlying Android SDK version to 23.8.1
15+
* Updated underlying iOS SDK version to 23.8.2
16+
917
## 23.8.0
18+
* !! Major breaking change !! 'start' and 'stop' calls have been deprecated. They will do nothing. The SDK will now automatically track sessions based on the app's time in the foreground.
19+
* ! Minor breaking change ! Manual view recording calls are now ignored if automatic view recording mode is enabled.
20+
21+
* Adding remaining request queue size information to every request
22+
* Adding SDK health check requests after init
23+
* Added protection for updating the push token. The same value can't be sent within 10 minutes again (Android only!)
24+
* Added support for recording multiple views at the same time
25+
* Added `enableAllConsents` config method to give all consents at init time
26+
27+
* Fixed a bug that prevented global callbacks from being called
28+
29+
* Introduced a new sessions interface (`Countly.instance.sessions`) on the SDK instance that exposes the manual sessions functionality
30+
* Introduced a new views interface (`Countly.instance.views`) on the SDK instance that exposes the reworked views functionality
31+
32+
* Deprecated the old view methods. You should now use the `views` object. Deprecated methods are:
33+
* recordView
34+
35+
* Deprecated the old session methods. You should now use the `sessions` object. Deprecated methods are:
36+
* beginSession
37+
* updateSession
38+
* endSession
39+
* start
40+
* stop
41+
42+
* Updated underlying Android SDK version to 23.8.0
43+
* Updated underlying iOS SDK version to 23.8.0
44+
45+
# 23.8.0-np
46+
* !! Major breaking change !! 'start' and 'stop' calls have been deprecated. They will do nothing. The SDK will now automatically track sessions based on the app's time in the foreground.
1047
* ! Minor breaking change ! Manual view recording calls are now ignored if automatic view recording mode is enabled.
1148

1249
* Adding remaining request queue size information to every request

0 commit comments

Comments
 (0)