Skip to content

Commit d606785

Browse files
committed
Udpated CHANGELOG.md for 19.08
1 parent ec53754 commit d606785

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
## 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
337

438

539

0 commit comments

Comments
 (0)