File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 2525* Updated underlying Android SDK version to 23.8.0
2626* Updated underlying iOS SDK version to 23.8.0
2727
28+ # 23.8.0-np
29+ * ! Minor breaking change ! Manual view recording calls are now ignored if automatic view recording mode is enabled.
30+
31+ * Adding remaining request queue size information to every request
32+ * Adding SDK health check requests after init
33+ * Added protection for updating the push token. The same value can't be sent within 10 minutes again (Android only!)
34+ * Added support for recording multiple views at the same time
35+ * Added ` enableAllConsents ` config method to give all consents at init time
36+
37+ * Fixed a bug that prevented global callbacks from being called
38+
39+ * Introduced a new sessions interface (` Countly.instance.sessions ` ) on the SDK instance that exposes the manual sessions functionality
40+ * Introduced a new views interface (` Countly.instance.views ` ) on the SDK instance that exposes the reworked views functionality
41+
42+ * Deprecated the old view methods. You should now use the ` views ` object. Deprecated methods are:
43+ * recordView
44+
45+ * Deprecated the old session methods. You should now use the ` sessions ` object. Deprecated methods are:
46+ * beginSession
47+ * updateSession
48+ * endSession
49+ * start
50+ * stop
51+
52+ * Updated underlying Android SDK version to 23.8.0
53+ * Updated underlying iOS SDK version to 23.8.0
54+
2855## 23.6.0
2956* !! Major breaking change !! Automatically downloaded remote config values will no longer be automatically enrolled in their AB tests.
3057* ! Minor breaking change ! Remote config will now return previously downloaded values when remote-config consent is not given
You can’t perform that action at this time.
0 commit comments