File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- ## XX.XX.XX
1+ ## 24.10.1
22- Added a new method ` set_id(newDeviceId) ` for managing device ID changes according to the device ID Type
33- Added ` DeviceIdType ` enums to be used to evaluate the device ID type.
4+ - Added reserved keys for user properties
45
56## 24.10.0
67- Default max segmentation value count changed from 30 to 100
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ CountlyBulk.StorageTypes = cc.storageTypeEnums;
5959 * });
6060 */
6161function CountlyBulk ( conf ) {
62- var SDK_VERSION = "24.10.0 " ;
62+ var SDK_VERSION = "24.10.1 " ;
6363 var SDK_NAME = "javascript_native_nodejs_bulk" ;
6464
6565 var empty_queue_callback = null ;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Countly.StorageTypes = cc.storageTypeEnums;
3333Countly . DeviceIdType = cc . deviceIdTypeEnums ;
3434Countly . Bulk = Bulk ;
3535( function ( ) {
36- var SDK_VERSION = "24.10.0 " ;
36+ var SDK_VERSION = "24.10.1 " ;
3737 var SDK_NAME = "javascript_native_nodejs" ;
3838
3939 var inited = false ;
Original file line number Diff line number Diff line change 11{
22 "name" : " countly-sdk-nodejs" ,
3- "version" : " 24.10.0 " ,
3+ "version" : " 24.10.1 " ,
44 "description" : " Countly NodeJS SDK" ,
55 "main" : " lib/countly.js" ,
66 "directories" : {
You can’t perform that action at this time.
0 commit comments