Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump com.clevertap.android:clevertap-android-sdk from 4.7.4 to 5.2.0 #95

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2023

Bumps com.clevertap.android:clevertap-android-sdk from 4.7.4 to 5.2.0.

Release notes

Sourced from com.clevertap.android:clevertap-android-sdk's releases.

June 28, 2023

May 5, 2023

March 6, 2023

Changelog

Sourced from com.clevertap.android:clevertap-android-sdk's changelog.

Version 5.2.0 (August 10, 2023)

New Features

  • Adds support for encryption of PII data wiz. Email, Identity, Name and Phone. Please refer to EXAMPLES.md file to read more on how to enable/disable encryption.
  • Adds support for custom KV pairs common to all inbox messages in AppInbox.

Bug Fixes

  • Fixes a bug where addMultiValueForKey and addMultiValuesForKey were overwriting the current values of the user properties instead of appending it.
  • Fixes #393 - push permission flow crash when context in CoreMetadata is null.

Version 5.1.0 (June 28, 2023)

⚠️ NOTE

Please remove the integrated Rendermax SDK before you upgrade to Android SDK v5.1.0

New Features

  • Adds new APIs,
    • getNotificationBitmapWithTimeout( Context context, Bundle bundle, String bitmapSrcUrl, boolean fallbackToAppIcon, long timeoutInMillis)
      • This API allows you to retrieve a notification bitmap from the specified bitmapSrcUrl with a specified timeout. In case the bitmap retrieval fails, you can choose to fallback to the app icon by setting the fallbackToAppIcon parameter. This API provides more control over the bitmap retrieval process for custom rendering.
    • getNotificationBitmapWithTimeoutAndSize( Context context, Bundle bundle, String bitmapSrcUrl, boolean fallbackToAppIcon, long timeoutInMillis, int sizeInBytes)
      • This API extends the functionality of the previous one by additionally allowing you to specify the desired size in bytes for the retrieved bitmap. This is useful when you need to limit the size of the bitmap to optimize memory usage. By utilizing these new APIs, you can enhance the push delivery experience for custom rendering and ensure efficient handling of notification bitmaps in your Android app.
  • Adds support for developer defined default notification channel. Please refer to the EXAMPLES.md file to read more on how to setup default channel in your app.Also please note that this is only supported for clevertap core notifications. Support for push templates will be released soon.
  • RenderMax Push SDK functionality is now supported directly within the CleverTap Core SDK.
  • Adds interface for Leanplum APIs. This interface wraps CleverTapAPI methods inside Leanplum APIs to ensure a smoother migration experience.

API Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.clevertap.android:clevertap-android-sdk](https://github.com/CleverTap/clevertap-android-sdk) from 4.7.4 to 5.2.0.
- [Release notes](https://github.com/CleverTap/clevertap-android-sdk/releases)
- [Changelog](https://github.com/CleverTap/clevertap-android-sdk/blob/master/docs/CTCORECHANGELOG.md)
- [Commits](https://github.com/CleverTap/clevertap-android-sdk/commits)

---
updated-dependencies:
- dependency-name: com.clevertap.android:clevertap-android-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants