Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2025

Bumps ly.count.android:sdk from 25.4.4 to 25.4.5.

Release notes

Sourced from ly.count.android:sdk's releases.

25.4.5

  • Added a new config flag setUseSerialExecutor(boolean useSerial) for selecting immediate request executor type.

  • Added a new config option setWebviewDisplayOption(WebViewDisplayOption) to control how Content and Feedback Widgets are displayed.

    • IMMERSIVE mode (default): Full-screen display (except cutouts).
    • SAFE_AREA mode: Omits status bar, navigation bar and cutouts when displaying WebView.
  • Added a new config option disableGradualRequestCleaner() to change request queue overflow behavior. When enabled, all overflowing requests are removed at once instead of in batches.

  • Added a new method requestQueue().addCustomNetworkRequestHeaders(Map<String,String>) for providing or overriding custom headers after init.

  • Mitigated a potential issue where Remote Config calls could have blocked the main UI thread processes.

  • Immediate requests now will be run by parallel executor instead of serial by default.

Changelog

Sourced from ly.count.android:sdk's changelog.

25.4.5

  • Added a new config flag setUseSerialExecutor(boolean useSerial) for selecting immediate request executor type.

  • Added a new config option setWebviewDisplayOption(WebViewDisplayOption) to control how Content and Feedback Widgets are displayed.

    • IMMERSIVE mode (default): Full-screen display (except cutouts).
    • SAFE_AREA mode: Omits status bar, navigation bar and cutouts when displaying webviews.
  • Added a new config option disableGradualRequestCleaner() to change request queue overflow behavior. When enabled, all overflowing requests are removed at once instead of in batches.

  • Added a new method requestQueue().addCustomNetworkRequestHeaders(Map<String,String>) for providing or overriding custom headers after init .

  • Mitigated a potential issue where Remote Config calls could have blocked the main UI thread processes.

  • Immediate requests now will be run by parallel executor instead of serial by default.

Commits
  • e442f6f Merge pull request #515 from Countly/rc-for-25.4.5
  • 48e9ec6 non rc
  • b0d33b0 25 RC-1
  • 7a49bc0 Merge pull request #514 from Countly/header-dynamic-call
  • 294ad21 addCustomNetworkRequestHeaders
  • b4810dc Merge pull request #513 from Countly/disable-gradual-cleanup
  • 0d65aa4 disableGradualRequestCleaner
  • 7a42160 Merge pull request #512 from Countly/internal-lock-rc
  • 74e116d Refactor remote config methods to improve performance
  • 3a1517a Merge branch 'staging' into internal-lock-rc
  • Additional commits viewable in compare view

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 [ly.count.android:sdk](https://github.com/Countly/countly-sdk-android) from 25.4.4 to 25.4.5.
- [Release notes](https://github.com/Countly/countly-sdk-android/releases)
- [Changelog](https://github.com/Countly/countly-sdk-android/blob/master/CHANGELOG.md)
- [Commits](Countly/countly-sdk-android@25.4.4...25.4.5)

---
updated-dependencies:
- dependency-name: ly.count.android:sdk
  dependency-version: 25.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant