Skip to content

Commit 53f3f82

Browse files
authored
Merge pull request #418 from Countly/staging
Staging 25.4.6
2 parents 4d897b5 + d8a1136 commit 53f3f82

File tree

12 files changed

+664
-266
lines changed

12 files changed

+664
-266
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ jobs:
2121
matrix:
2222
env:
2323
[
24-
{os_version: 14, sdk: "macosx14.5"},
25-
{os_version: 14, sdk: "iphoneos17.5"},
26-
{os_version: 14, sdk: "appletvos17.5"},
27-
{os_version: 14, sdk: "watchos10.5"},
28-
{os_version: 14, sdk: "xros1.2"},
29-
{os_version: 12, sdk: "iphoneos16.2"},
30-
{os_version: 12, sdk: "macosx13.1"},
31-
{os_version: 12, sdk: "appletvos16.1"},
32-
{os_version: 12, sdk: "watchos9.1"},
33-
{os_version: 13, sdk: "iphoneos17.2"},
34-
{os_version: 13, sdk: "macosx14.2"},
35-
{os_version: 13, sdk: "appletvos17.2"},
36-
{os_version: 13, sdk: "watchos10.2"},
37-
{os_version: 13, sdk: "xros1.0"},
38-
{os_version: 15, sdk: "xros2.0"}
24+
{ os_version: 14, sdk: "macosx14.5" },
25+
{ os_version: 14, sdk: "iphoneos17.5" },
26+
{ os_version: 14, sdk: "appletvos17.5" },
27+
{ os_version: 14, sdk: "watchos10.5" },
28+
{ os_version: 14, sdk: "xros1.2" },
29+
{ os_version: 13, sdk: "iphoneos17.2" },
30+
{ os_version: 13, sdk: "macosx14.2" },
31+
{ os_version: 13, sdk: "appletvos17.2" },
32+
{ os_version: 13, sdk: "watchos10.2" },
33+
{ os_version: 13, sdk: "xros1.0" },
34+
{ os_version: 15, sdk: "macosx15.5" },
35+
{ os_version: 15, sdk: "iphoneos18.5" },
36+
{ os_version: 15, sdk: "appletvos18.5" },
37+
{ os_version: 15, sdk: "watchos11.5" },
38+
{ os_version: 15, sdk: "xros2.5" },
3939
]
4040
steps:
4141
# To check the github context

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 25.4.6
2+
* Added the ability to record reserved events.
3+
* Changed default log level from "CLYInternalLogLevelDebug" to "CLYInternalLogLevelVerbose".
4+
5+
* Mitigated a possible Health Check network log recording issue.
6+
17
## 25.4.5
28
* Added "requestTimeoutDuration" init config parameter to change request timeout duration in seconds.
39
* Added a new function "sendMetricsRequest: metricsOverride" to send a manual metrics request, accessible through the instance.

Countly-PL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Countly-PL'
3-
s.version = '25.4.5'
3+
s.version = '25.4.6'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Countly is an innovative, real-time, open source mobile analytics platform.'
66
s.homepage = 'https://github.com/Countly/countly-sdk-ios'

Countly.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,8 @@ NS_ASSUME_NONNULL_BEGIN
843843
- (void)halt;
844844
- (void)halt:(BOOL) clearStorage;
845845

846-
/* Combine all events in event queue into a request and attempt to process stored requests on demand
846+
/**
847+
* Combine all events in event queue into a request and attempt to process stored requests on demand
847848
*/
848849
- (void)attemptToSendStoredRequests;
849850

0 commit comments

Comments
 (0)