You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Analytics SDK for C++ - Version 4.1.0
## ⚠️ Important Update
- **Version 4.0.0 is deprecated**. A **mandatory update** to version 4.1.0 is required to ensure continued support, optimal performance, and access to future updates.
## 🚀 New Features
- **Boot Time in Milliseconds**: Boot time now reported in milliseconds for precise performance metrics.
## 🐛 Bug Fixes
- **Design Event Values**: Improved the consistency of design event value handling, ensuring more accurate data delivery.
## ✨ Enhancements
- **Local Cache Path**: Refined the local cache path configuration to automatically use the default writable path, streamlining setup by making `configureWritablePath` optional.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,21 @@
1
-
Changelog
1
+
# Changelog
2
+
3
+
## 4.1.0
4
+
5
+
### Added
6
+
7
+
-**Boot Time in Milliseconds**: Boot time now reported in milliseconds for precise performance metrics.
8
+
9
+
### Fixed
10
+
11
+
-**Design Event Values**: Improved the consistency of design event value handling, ensuring more accurate data delivery.
12
+
-**Local Cache Path**: Refined the local cache path configuration to automatically use the default writable path, streamlining setup by making `configureWritablePath` optional.
13
+
-**Verbose Logging**: more logs are not visible when verbose logging is enabled.
Copy file name to clipboardExpand all lines: README.md
+1-22Lines changed: 1 addition & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,28 +23,7 @@ Dependencies
23
23
Changelog
24
24
------------
25
25
26
-
**4.0.0**
27
-
28
-
* updated to C++17
29
-
* public functions will now expect `std::string` instead of `const char*`
30
-
* configureAvailableCustomDimensions, configureAvailableResourceCurrencies and configureAvailableItemTypes will now require a `std::vector<std::string>` as argument
31
-
* removed duplicated public functions, replaced with default arguments
32
-
* added argument for IRemoteConfigsListener callback
33
-
* rewritten build scripts, now requires python3
34
-
* changed user id logic to always use randomized id (except if custom id is set)
35
-
* replaced usage of unsafe cstrings and functions with safer alternatives
36
-
* refactored the internal codebase
37
-
* rewritten threading logic
38
-
* replaced RapidJson
39
-
* removed Tizien support
40
-
* added SDK init event
41
-
* added health event
42
-
* added external user id
43
-
* safer handling of device properties retrieval
44
-
* added exception handling
45
-
* improved stability
46
-
* various bug fixes
47
-
* added sample app
26
+
See the full [CHANGELOG](./CHANGELOG) for detailed version history.
0 commit comments