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.urbanairship.android:urbanairship-core from 16.9.0 to 17.2.0 #183

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 28, 2023

Bumps com.urbanairship.android:urbanairship-core from 16.9.0 to 17.2.0.

Release notes

Sourced from com.urbanairship.android:urbanairship-core's releases.

17.2.0

Minor release that fixes a reporting issue with hold out groups and In-App Messaging. 17.2.0 will be the minimum version required for global hold out groups.

Changes

  • Fixed reporting issue with hold out groups and In-App Messaging

17.1.0

Minor release that adds support for global holdout groups in In-App experiences and support for feature flags.

Changes

  • Added new feature flag module urbanairship-feature-flag
  • Added support for global holdout groups

17.0.3

Patch release that fixes a pair of issues with Scenes and Surveys, and adds a new getPushProviderType() method on PushManager. Apps that make use of Scenes or Surveys should update.

Changes

  • Added a getPushProviderType() method on PushManager, to allow the current push provider to be determined at runtime.
  • Fixed a rendering issue with Scene and Survey buttons when using more than one line of text for the label.
  • Fixed a potential crash that could occur when displaying a modal or fullscreen Scene or Survey.

17.0.2

Patch release that improves Scene and Survey rendering for layouts that ignore safe areas.

Changes

  • Improved rendering of Scenes and Surveys when ignoring safe areas

17.0.1

Patch release that improves image loading for Stories and Scenes, and hardens image loading against potential crashes.

Changes

  • Adjust image loading for Scenes and Surveys to improve performance
  • Avoid potential crashes when loading many images at once in a Scene or Survey

17.0.0

Major SDK release that adds support for Stories, In-App experiences downstream of a sequence in Journeys, and improves SDK auth.

The Airship SDK now requires compileSdk version 33 (Android 13) or higher.

Changes

  • Added support for Stories, a new format for Scenes
  • Added support for In-App experiences downstream of a sequence in Journeys
  • Updated minimum compile SDK to 33
  • Removed Accengage, Location, and Chat modules
  • Deprecated urbanairship-preference module. Apps should either use urbanairship-preference-center module or maintain a copy of the current preferences from the preference module.
  • Deprecated urbanairship-ads-identifier module
  • Video improvements for Scenes
  • Log listener has been replaced by a new log handler interface
  • Channel listener has been updated to only listen for channel create, channel update has been removed
  • Added new PushNotificationStatus API that provides the current opt-in status for push notifications

... (truncated)

Changelog

Sourced from com.urbanairship.android:urbanairship-core's changelog.

Version 17.2.0 August 25, 2023

Minor release that fixes a reporting issue with hold out groups and In-App Messaging. 17.2.0 will be the minimum version required for global hold out groups.

Changes

  • Fixed reporting issue with hold out groups and In-App Messaging

Version 17.1.0 July 31, 2023

Minor release that adds support for global holdout groups in In-App experiences and support for feature flags.

Changes

  • Added new feature flag module urbanairship-feature-flag
  • Added support for global holdout groups

Version 17.0.3, July 12, 2023

Patch release that fixes a pair of issues with Scenes and Surveys, and adds a new getPushProviderType() method on PushManager. Apps that make use of Scenes or Surveys should update.

Changes

  • Added a getPushProviderType() method on PushManager, to allow the current push provider to be determined at runtime.
  • Fixed a rendering issue with Scene and Survey buttons when using more than one line of text for the label.
  • Fixed a potential crash that could occur when displaying a modal or fullscreen Scene or Survey.

Version 17.0.2, June 28, 2023

Patch release that improves Scene and Survey rendering for layouts that ignore safe areas.

Changes

  • Improved rendering of Scenes and Surveys when ignoring safe areas

Version 17.0.1, June 22, 2023

Patch release that improves image loading for Stories and Scenes, and hardens image loading against potential crashes.

Changes

  • Adjust image loading for Scenes and Surveys to improve performance
  • Avoid potential crashes when loading many images at once in a Scene or Survey

Version 17.0.0, June 15, 2023

Major SDK release that adds support for Stories, In-App experiences downstream of a sequence in Journeys, and improves SDK auth.

The Airship SDK now requires compileSdk version 33 (Android 13) or higher.

Changes

  • Added support for Stories, a new format for Scenes
  • Added support for In-App experiences downstream of a sequence in Journeys
  • Updated minimum compile SDK to 33
  • Removed Accengage, Location, and Chat modules
  • Deprecated urbanairship-preference module. Apps should either use urbanairship-preference-center module or maintain a copy of the current preferences from the preference module.
  • Deprecated urbanairship-ads-identifier module
  • Video improvements for Scenes
  • Log listener has been replaced by a new log handler interface
  • Channel listener has been updated to only listen for channel create, channel update has been removed

... (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.urbanairship.android:urbanairship-core](https:/urbanairship/android-library) from 16.9.0 to 17.2.0.
- [Release notes](https:/urbanairship/android-library/releases)
- [Changelog](https:/urbanairship/android-library/blob/main/CHANGELOG.md)
- [Commits](urbanairship/android-library@16.9.0...17.2.0)

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

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

dependabot bot commented on behalf of github Aug 28, 2023

The following labels could not be found: dependabot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants