|
1 | 1 | ## 19.08
|
2 |
| -- Change log will be here |
| 2 | +- Added temporary device ID mode |
| 3 | +- Added support for Carthage |
| 4 | +- Added custom URL session configuration support |
| 5 | +- Added custom segmentation support on view tracking |
| 6 | +- Added ability to change app key on the run |
| 7 | +- Added ability to flush queues |
| 8 | +- Added `pushTestMode` property and discarded `isTestDevice` property |
| 9 | +- Fixed `WCSessionDelegate` interception |
| 10 | +- Fixed title and message check in push notification payloads |
| 11 | +- Fixed binary image name extraction for crash reports |
| 12 | +- Fixed missing delegate forwarding for `userNotificationCenter:openSettingsForNotification:` method |
| 13 | +- Fixed in-app alerts on iOS10+ devices when a silent notification with alert key arrives |
| 14 | +- Discarded device ID persistency on Keychain |
| 15 | +- Discarded OpenUDID device ID option |
| 16 | +- Discarded IDFA device ID option |
| 17 | +- Discarded zero IDFA fix |
| 18 | +- Updated default device ID on tvOS as `identifierForVendor` |
| 19 | + |
| 20 | +- Other various improvements |
| 21 | + - Renamed `forceDeviceIDInitialization` flag as `resetStoredDeviceID` |
| 22 | + - Added lightweight generics for segmentation parameters |
| 23 | + - Added dSYM upload script to preserved paths in Podspec |
| 24 | + - Updated dSYM upload script to support paths with spaces |
| 25 | + - Changed request cache policy to `NSURLRequestReloadIgnoringLocalCacheData` |
| 26 | + - Added battery level for watchOS 4.0+ |
| 27 | + - Added JSON validity check before converting objects |
| 28 | + - Deleted unused `kCountlyCRKeyLoadAddress` constant |
| 29 | + - Improved internal logging in binary images processing for crash reports |
| 30 | + - Added persistency for generated `NSUUID` |
| 31 | + - Added precaution to prevent invalid requests from being added to queue |
| 32 | + - Discarded null check on request queue |
| 33 | + - Discarded all APM related files |
| 34 | + - Added length check for view tracking view name |
| 35 | + - Added length check for view tracking exceptions |
| 36 | + - Updated HeaderDocs, internal logs, inline notes and pragma marks |
3 | 37 |
|
4 | 38 |
|
5 | 39 |
|
|
0 commit comments