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

Bump countly-sdk-react-native-bridge from 22.6.1 to 22.6.5 #1558

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2023

Bumps countly-sdk-react-native-bridge from 22.6.1 to 22.6.5.

Release notes

Sourced from countly-sdk-react-native-bridge's releases.

22.06.5

  • Added COUNTLY_EXCLUDE_PUSHNOTIFICATIONS flag in iOS React Native side to disable push notifications altogether.
  • Forwarding push callbacks to appDelegate if CountlyRNPushNotifications.m is acting as push notification delegate.
  • Underlying android SDK version is 22.06.2
  • Underlying iOS SDK version is 22.06.2

22.06.4

  • Fixed incorrect iOS push token type when passing "Countly.messagingMode.PRODUCTION" as token type.
  • Underlying android SDK version is 22.06.2
  • Underlying iOS SDK version is 22.06.2

22.06.3

  • Fixed a bug in Android SDK that would throw a null pointer exception when calling "CountlyPush.displayNotification " and CountlyPush was not initialized
  • Updated Underlying android SDK version to 22.06.2
  • Underlying iOS SDK version is 22.06.2

22.06.2

  • Fixed a bug in Android SDK that would throw a null pointer exception when calling "CountlyPush.onTokenRefresh" and CountlyPush was not initialized
  • Updated Underlying android SDK version to 22.06.1
  • Underlying iOS SDK version is 22.06.2
Changelog

Sourced from countly-sdk-react-native-bridge's changelog.

23.6.0

  • !! Major breaking change !! 'start' and 'stop' calls have been deprecated. They will do nothing. The SDK will now automatically track sessions based on the app's time in the foreground.

  • ! Minor breaking change ! Remote config will now return previously downloaded values when remote-config consent is not given

  • ! Minor breaking change ! If a manual session is already started, it will not be possible to call "BeginSession" without stopping the previous one. Android only.

  • ! Minor breaking change ! If a manual session has not been started, it will not be possible to call "UpdateSession". Android only.

  • ! Minor breaking change ! If a manual session has not been started, it will not be possible to call "EndSession". Android only.

  • The feedback widget API now can interract with Rating widgets

  • When getting the feedback widget list, now the "tag" field (accessed with the "tg" key) is also returned

  • Adding remaining request queue size information to every request

  • Adding SDK health check requests after init

  • Deprecated enableAttribution in config

  • Fixed bug in Android where recording views would force send all stored events

  • Updated underlying Android SDK version to 23.8.2

  • Updated underlying iOS SDK version to 23.8.2

23.2.4

  • Added new method to the Countly Config Object 'setPushNotificationAccentColor' to set notification accent color.

  • Added 'setPushTokenType' and 'setPushNotificationChannel' calls to replace deprecated calls to the Countly Config Object.

  • Deprecated the following SDK call: 'CountlyConfig.pushTokenType'

  • Underlying Android SDK version to 22.09.4

  • Underlying iOS SDK version to 23.02.2

23.2.3

  • Fixed bug where the push notification type was not correctly set during init

  • Underlying Android SDK version to 22.09.4

  • Underlying iOS SDK version to 23.02.2

23.2.2

  • Fixed bug that caused an issue in the deprecated init call

  • Underlying Android SDK version to 22.09.4

  • Underlying iOS SDK version to 23.02.2

23.2.1

  • Default max segmentation value count changed from 30 to 100

  • Fixed a bug on Android devices that prevented device ID to be changed when there is no consent given

  • Fixed a race condition bug by emptying event queue before sending user profile changes.

  • Updated underlying Android SDK version to 22.09.4

  • Updated underlying iOS SDK version to 23.02.2

23.02.0

  • Added a new SDK initialization call 'initWithConfig', and a configuration object to configure it.
  • Added 'recordDirectAttribution' and 'recordIndirectAttribution' calls.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [countly-sdk-react-native-bridge](https://github.com/Countly/countly-sdk-react-native-bridge) from 22.6.1 to 22.6.5.
- [Release notes](https://github.com/Countly/countly-sdk-react-native-bridge/releases)
- [Changelog](https://github.com/Countly/countly-sdk-react-native-bridge/blob/master/CHANGELOG.md)
- [Commits](Countly/countly-sdk-react-native-bridge@22.06.1...22.06.5)

---
updated-dependencies:
- dependency-name: countly-sdk-react-native-bridge
  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 javascript Pull requests that update Javascript code labels Sep 28, 2023
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants