Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2023

Bumps io.branch.sdk.android:library from 5.2.7 to 5.6.1.

Release notes

Sourced from io.branch.sdk.android:library's releases.

Release 5.6.1

  • v5.6.1
    • Master Release - Jun 30, 2023
      • Revert the Kotlin version update from 1.8.22 back to 1.6.20.

Release 5.6.0

  • v5.6.0
    • Master Release - Jun 28, 2023
      • Added new method for logging a Branch Event with a callback, logEvent(Context context, final BranchLogEventCallback callback)
      • Added proguard consumer rules to prevent R8 warning on Gradle 8 builds

Release 5.5.0

  • v5.5.0
    • Master Release - Jun 14, 2023
      • Added support for easily logging Play Store transactions as Branch Events with logEventWithPurchase.
      • Updated handling of URL query parameters.
      • Updated URI skiplist.

Release 5.4.0

Release 5.3.0

  • v5.3.0
    • Master Release - Mar 3, 2023
    • New feature for plugin SDK developers to defer native Branch Android SDK until plugin notifies when ready
      • To enable, enter this key value pair in your branch.json file inside of your /src/main/assets/
      • "deferInitForPluginRuntime": true
      • This feature is opt in only for now.
      • Requires plugin SDK to implement notification to native modules.
    • Fixes enableLogging feature if set in branch.json
      • "enableLogging": true
Changelog

Sourced from io.branch.sdk.android:library's changelog.

Branch Android SDK change log

  • v5.6.1

    • Master Release - Jun 30, 2023
      • Revert the Kotlin version update from 1.8.22 back to 1.6.20.
  • v5.6.0

    • Master Release - Jun 28, 2023
      • Added new method for logging a Branch Event with a callback, logEvent(Context context, final BranchLogEventCallback callback)
      • Added proguard consumer rules to prevent R8 warning on Gradle 8 builds
  • v5.5.0

    • Master Release - Jun 14, 2023
      • Added support for easily logging Play Store transactions as Branch Events with logEventWithPurchase.
      • Updated handling of URL query parameters.
      • Updated URI skiplist.
  • v5.4.0

  • v5.3.0

    • Master Release - Mar 3, 2023
    • New feature for plugin SDK developers to defer native Branch Android SDK until plugin notifies when ready
      • To enable, enter this key value pair in your branch.json file inside of your /src/main/assets/
      • "deferInitForPluginRuntime": true
      • This feature is opt in only for now.
      • Requires plugin SDK to implement notification to native modules.
    • Fixes enableLogging feature if set in branch.json
      • "enableLogging": true
  • v5.2.7

    • Master Release - Dec 7, 2022
    • Fixes a bug with setIdentity not consistently calling v1/profile
    • Adds switch to prioritize referrer links for attribution over preinstall metadata
      • To enable, call setReferringLinkAttributionForPreinstalledAppsEnabled before Branch.getAutoInstance(this)
  • v5.2.6

    • Master Release - Oct 25, 2022
    • debug field is now included in all events, previously only on init requests
    • source field moved from data block to top level in v1 url requests
  • v5.2.5

    • Master Release - Oct 3, 2022
    • For user agent string, move webview instance to ui thread on init
      • To use this method to obtain the user agent string, set Branch.setIsUserAgentSync(true)
      • Static WebSettings is the default
  • v5.2.4

    • Master Release - Sep 30, 2022

... (truncated)

Commits
  • 51cfc7c release:SDK-2000 -- [Android] Release 5.6.1 (#1073)
  • 42ac809 chore(dep):SDK-1999 -- [Android] Revert Kotlin Plugin Update (#1072)
  • 18f380b [SDK-1995] release: Release 5.6.0
  • 94ad21b chore(deps): SDK-1989 - [Android] Update Android Gradle Plugin to 8 (#1068)
  • d48e40e chore:Update consumer Proguard configuration (#1063)
  • c1c0c32 [SDK-1981] feat(events): Added new logEvent method with callback
  • b7301f8 Merge pull request #1064 from BranchMetrics/Release-5.5.0
  • c2ecfe2 Release v5.5.0
  • 297c579 Merge pull request #1056 from BranchMetrics/SDK-1801
  • 50d68f0 Merge pull request #1045 from BranchMetrics/SDK-1786
  • 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 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 [io.branch.sdk.android:library](https://github.com/BranchMetrics/Branch-Android-SDK) from 5.2.7 to 5.6.1.
- [Release notes](https://github.com/BranchMetrics/Branch-Android-SDK/releases)
- [Changelog](https://github.com/BranchMetrics/android-branch-deep-linking-attribution/blob/master/ChangeLog.md)
- [Commits](BranchMetrics/android-branch-deep-linking-attribution@5.2.7...5.6.1)

---
updated-dependencies:
- dependency-name: io.branch.sdk.android:library
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2023

Superseded by #106.

@dependabot dependabot bot closed this Jul 31, 2023
@dependabot dependabot bot deleted the dependabot/gradle/development/io.branch.sdk.android-library-5.6.1 branch July 31, 2023 23:56
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.

1 participant