Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:Countly/countly-sdk-flutter-brid…
Browse files Browse the repository at this point in the history
…ge into staging-np
  • Loading branch information
turtledreams committed May 21, 2024
2 parents 96ed5f3 + 1415563 commit 1817a5b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,37 @@
## 24.4.1
* Added support for Feedback Widget terms and conditions

* Mitigated an issue where internal SDK limits did not apply
* Mitigated an issue where user data operation `pull` won't work
* Mitigated an issue where custom apm metrics were cast to string
* Mitigated an issue where user property `byear` was cast to string

* Mitigated an issue where SDK limits could affect internal keys in iOS
* Mitigated an issue that enabled recording reserved events in iOS
* Mitigated an issue where timed events could have no ID in iOS
* Mitigated an issue where the request queue could overflow while sending a request in iOS

* Mitigated an issue where the session duration could have been calculated wrongly after a device ID change without merge in Android
* Mitigated an issue where a session could have continued after a device ID change without merge in Android

* Updated underlying Android SDK version to 24.4.1
* Updated underlying iOS SDK version to 24.4.1

## 24.4.1-np
* Added support for Feedback Widget terms and conditions

* Mitigated an issue where internal SDK limits did not apply
* Mitigated an issue where user data operation `pull` won't work
* Mitigated an issue where custom apm metrics were cast to string
* Mitigated an issue where user property `byear` was cast to string

* Mitigated an issue where SDK limits could affect internal keys in iOS
* Mitigated an issue that enabled recording reserved events in iOS
* Mitigated an issue where timed events could have no ID in iOS
* Mitigated an issue where the request queue could overflow while sending a request in iOS

* Mitigated an issue where the session duration could have been calculated wrongly after a device ID change without merge in Android
* Mitigated an issue where a session could have continued after a device ID change without merge in Android

* Updated underlying Android SDK version to 24.4.1
* Updated underlying iOS SDK version to 24.4.1
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ android {
}

dependencies {
implementation 'ly.count.android:sdk:24.4.0'
implementation 'ly.count.android:sdk:24.4.1'
}

0 comments on commit 1817a5b

Please sign in to comment.