|
6 | 6 | * Updated underlying Android SDK version to 23.8.1 |
7 | 7 | * Updated underlying iOS SDK version to 23.8.2 |
8 | 8 |
|
| 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 | + |
9 | 17 | ## 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. |
10 | 47 | * ! Minor breaking change ! Manual view recording calls are now ignored if automatic view recording mode is enabled. |
11 | 48 |
|
12 | 49 | * Adding remaining request queue size information to every request |
|
0 commit comments