Skip to content

Latest commit

 

History

History
675 lines (345 loc) · 38.8 KB

CHANGELOG.md

File metadata and controls

675 lines (345 loc) · 38.8 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

15.7.0 (2022-10-01)

Note: Version bump only for package @react-native-firebase/messaging

15.6.0 (2022-09-17)

Features

  • messaging: add support for setDeliveryMetricsExportToBigQuery (#6529) (930abd6)

15.5.0 (2022-09-16)

Note: Version bump only for package @react-native-firebase/messaging

15.4.0 (2022-08-27)

Bug Fixes

  • messaging, ios: Support Ephemeral authorization state (#6478) (795b684)

15.3.0 (2022-08-07)

Bug Fixes

  • ios, messaging: depend directly on FirebaseCoreExtension pod (62ee54b), closes #6403 #6352
  • messaging, ios: eliminate auth/messaging notification race (#6455) (7183118)

15.2.0 (2022-07-21)

Features

  • ios, messaging: Allow notifications in foreground on iOS, configure in firebase.json (#6407) (71dee2b)

15.1.1 (2022-06-28)

Note: Version bump only for package @react-native-firebase/messaging

15.1.0 (2022-06-28)

Note: Version bump only for package @react-native-firebase/messaging

15.0.0 (2022-06-20)

  • fix(storage, android)!: android now updates customMetadata as a group (d602436)

BREAKING CHANGES

  • android works like web+iOS now: customMetadata if passed in will be updated as a single atomic unit, all keys at once. Any key you want to keep in customMetadata must be passed in during update; any missing keys will be removed. Set customMetadata to null in order to remove customMetadata entirely, omit it during update to leave it unchanged.

14.11.1 (2022-06-17)

Bug Fixes

14.11.0 (2022-05-27)

Note: Version bump only for package @react-native-firebase/messaging

14.10.1 (2022-05-26)

Note: Version bump only for package @react-native-firebase/messaging

14.10.0 (2022-05-26)

Bug Fixes

  • messaging, getToken: add options for messaging instance (88e218e)

14.9.4 (2022-05-14)

Note: Version bump only for package @react-native-firebase/messaging

14.9.3 (2022-05-10)

Note: Version bump only for package @react-native-firebase/messaging

14.9.2 (2022-05-10)

Note: Version bump only for package @react-native-firebase/messaging

14.9.1 (2022-04-28)

Note: Version bump only for package @react-native-firebase/messaging

14.9.0 (2022-04-27)

Note: Version bump only for package @react-native-firebase/messaging

14.8.1 (2022-04-25)

Note: Version bump only for package @react-native-firebase/messaging

14.8.0 (2022-04-19)

Note: Version bump only for package @react-native-firebase/messaging

14.7.0 (2022-03-23)

Note: Version bump only for package @react-native-firebase/messaging

14.6.0 (2022-03-23)

Note: Version bump only for package @react-native-firebase/messaging

14.5.1 (2022-03-05)

Note: Version bump only for package @react-native-firebase/messaging

14.5.0 (2022-02-15)

Note: Version bump only for package @react-native-firebase/messaging

14.4.0 (2022-02-13)

Note: Version bump only for package @react-native-firebase/messaging

14.3.3 (2022-02-12)

Note: Version bump only for package @react-native-firebase/messaging

14.3.2 (2022-02-10)

Note: Version bump only for package @react-native-firebase/messaging

14.3.1 (2022-02-07)

Note: Version bump only for package @react-native-firebase/messaging

14.3.0 (2022-01-26)

Bug Fixes

  • messaging: add missing PRIORITY_MIN value in JS to match TS (#6033) (d34112a)

14.2.4 (2022-01-24)

Note: Version bump only for package @react-native-firebase/messaging

14.2.3 (2022-01-20)

Note: Version bump only for package @react-native-firebase/messaging

14.2.2 (2022-01-06)

Bug Fixes

  • ios, messaging: add ios version guard for UNAuthorizationOptionProvidesAppNotificationSettings (#5986) (e8922c0)
  • ios, messaging: serialize google.c.sender.id to message.from (d3621eb)

14.2.1 (2021-12-31)

Note: Version bump only for package @react-native-firebase/messaging

14.2.0 (2021-12-31)

Features

  • messaging, ios: add provideAppNotificationSettings iOS permission / handler (#5972) (59cbe9f)

14.1.0 (2021-12-18)

Note: Version bump only for package @react-native-firebase/messaging

14.0.1 (2021-12-15)

Note: Version bump only for package @react-native-firebase/messaging

14.0.0 (2021-12-14)

Note: Version bump only for package @react-native-firebase/messaging

13.1.1 (2021-12-14)

Bug Fixes

  • deps: AGP7.0.4, firebase-android-sdk 29.0.2, javascript deps (55d0a36)
  • messaging, ios: native.getInitialNotification can be undefined (#5926) (f0318d2)

13.1.0 (2021-12-02)

Note: Version bump only for package @react-native-firebase/messaging

13.0.1 (2021-11-05)

Note: Version bump only for package @react-native-firebase/messaging

13.0.0 (2021-10-31)

Bug Fixes

  • rename default branch to main (25e1d3d)

12.9.3 (2021-10-22)

Note: Version bump only for package @react-native-firebase/messaging

12.9.2 (2021-10-17)

Note: Version bump only for package @react-native-firebase/messaging

12.9.1 (2021-10-10)

Note: Version bump only for package @react-native-firebase/messaging

12.9.0 (2021-10-03)

Note: Version bump only for package @react-native-firebase/messaging

12.8.0 (2021-09-14)

Note: Version bump only for package @react-native-firebase/messaging

12.7.5 (2021-09-04)

Note: Version bump only for package @react-native-firebase/messaging

12.7.4 (2021-08-31)

Note: Version bump only for package @react-native-firebase/messaging

12.7.3 (2021-08-24)

Bug Fixes

  • messaging, ios): revert "fix(messaging, ios: only call onMessage handler if message is data-only or undelivered" (#5641) (f2162b7)

12.7.2 (2021-08-21)

Note: Version bump only for package @react-native-firebase/messaging

12.7.1 (2021-08-20)

Note: Version bump only for package @react-native-firebase/messaging

12.7.0 (2021-08-19)

Bug Fixes

  • onMessage to only trigger for data-only or undelivered messages (a31643b)

12.6.1 (2021-08-17)

Note: Version bump only for package @react-native-firebase/messaging

12.6.0 (2021-08-16)

Bug Fixes

  • messaging, ios: return after resolving to avoid useless work (491436f)

Features

  • app, config: implement app_data_collection_default_enabled firebase.json key (1e47d45)

12.5.0 (2021-08-12)

Note: Version bump only for package @react-native-firebase/messaging

12.4.0 (2021-07-29)

Performance Improvements

  • messaging, ios: Improve time to delivery of background messages on iOS (#5547) (f4168b1)

12.3.0 (2021-07-21)

Note: Version bump only for package @react-native-firebase/messaging

12.2.0 (2021-07-16)

Bug Fixes

  • messaging: Refactor code to avoid bugs (5039759)

12.1.0 (2021-06-11)

Note: Version bump only for package @react-native-firebase/messaging

12.0.0 (2021-05-19)

Note: Version bump only for package @react-native-firebase/messaging

11.5.0 (2021-05-12)

Bug Fixes

  • messaging, android: avoid using rn61+ symbol (4637332), closes #5236

11.4.1 (2021-04-29)

Note: Version bump only for package @react-native-firebase/messaging

11.4.0 (2021-04-29)

Bug Fixes

  • messaging, android: repair crash handling remote notifications (6a30d4b)

11.3.3 (2021-04-24)

Note: Version bump only for package @react-native-firebase/messaging

11.3.2 (2021-04-19)

Bug Fixes

  • all, android: purge jcenter() from android build (2c6a6a8)
  • messaging: Missing notification on restart (#5181) (ea6e138)

11.3.1 (2021-04-18)

Note: Version bump only for package @react-native-firebase/messaging

11.3.0 (2021-04-16)

Note: Version bump only for package @react-native-firebase/messaging

11.2.0 (2021-03-26)

Note: Version bump only for package @react-native-firebase/messaging

11.1.2 (2021-03-17)

Note: Version bump only for package @react-native-firebase/messaging

11.1.1 (2021-03-16)

Note: Version bump only for package @react-native-firebase/messaging

11.1.0 (2021-03-13)

Note: Version bump only for package @react-native-firebase/messaging

11.0.0 (2021-03-03)

Note: Version bump only for package @react-native-firebase/messaging

10.8.1 (2021-02-22)

Note: Version bump only for package @react-native-firebase/messaging

10.8.0 (2021-02-13)

Note: Version bump only for package @react-native-firebase/messaging

10.7.0 (2021-02-09)

Note: Version bump only for package @react-native-firebase/messaging

10.6.4 (2021-02-05)

Note: Version bump only for package @react-native-firebase/messaging

10.6.3 (2021-02-05)

Note: Version bump only for package @react-native-firebase/messaging

10.6.1 (2021-02-04)

Note: Version bump only for package @react-native-firebase/messaging

10.6.0 (2021-02-04)

Note: Version bump only for package @react-native-firebase/messaging

10.5.1 (2021-01-19)

Note: Version bump only for package @react-native-firebase/messaging

10.5.0 (2021-01-18)

Bug Fixes

  • app, android: require default firebase.json boolean key (#4791) (483d9d3)

10.4.1 (2021-01-08)

Note: Version bump only for package @react-native-firebase/messaging

10.4.0 (2020-12-30)

Bug Fixes

  • ios: bump ios min deployment to ios10 - remnant from #4471 (4a57578)

10.3.1 (2020-12-18)

Note: Version bump only for package @react-native-firebase/messaging

10.3.0 (2020-12-18)

Note: Version bump only for package @react-native-firebase/messaging

10.2.0 (2020-12-11)

Features

  • firebase-ios-sdk 7.2.0 / firebase-android-sdk 26.1.1 (#4648) (a158a74)

10.1.1 (2020-12-02)

Bug Fixes

  • messaging: remote message from messaging store on new intent (#4634) (00b83af)

10.1.0 (2020-11-26)

Bug Fixes

  • messaging, badge: use new iOS JSON location for FCM badge information (#4560) (bda2d67)

Features

  • messaging, android: make native serializer object + events builder APIs public (#4618) (e54fecc)

10.0.0 (2020-11-17)

BREAKING CHANGES

  • breaking change to mark new internal versioning requirements.

8.0.1 (2020-11-10)

Note: Version bump only for package @react-native-firebase/messaging

8.0.0 (2020-11-10)

Bug Fixes

  • messaging: BREAKING drop iOS FCM direct channel + upstream send APIs (22ede33)

BREAKING CHANGES

  • messaging: Upstream send should be done with cloud functions. FCM Direct channel has no replacement.

7.9.2 (2020-10-30)

Note: Version bump only for package @react-native-firebase/messaging

7.9.1 (2020-10-16)

Note: Version bump only for package @react-native-firebase/messaging

7.9.0 (2020-10-07)

Features

  • ios, messaging: add getIsHeadless method to access iOS launch state (#4304) (8a4e9a5)

7.8.11 (2020-09-30)

Note: Version bump only for package @react-native-firebase/messaging

7.8.10 (2020-09-30)

Bug Fixes

  • types: enable TypeScript libCheck & resolve type conflicts (#4306) (aa8ee8b)
  • android, messaging: fix(android, messaging): store notifications for initial/open attribution #4317 (a7cafc9)

7.8.9 (2020-09-30)

Note: Version bump only for package @react-native-firebase/messaging

7.8.8 (2020-09-17)

Note: Version bump only for package @react-native-firebase/messaging

7.8.7 (2020-09-17)

Bug Fixes

  • ios, podspec: depend on React-Core instead of React (#4275) (fd1a2be)

7.8.6 (2020-09-11)

Note: Version bump only for package @react-native-firebase/messaging

7.8.5 (2020-09-11)

Bug Fixes

  • ios, messaging: remove UNNotificationServiceExtension / use local target extension (#4226) (1be2a39)

7.8.4 (2020-08-31)

Bug Fixes

  • ios, messaging: register background handler task for FCM events (#4180) (cf706c6)

7.8.3 (2020-08-28)

Note: Version bump only for package @react-native-firebase/messaging

7.8.2 (2020-08-28)

Note: Version bump only for package @react-native-firebase/messaging

7.8.1 (2020-08-26)

Note: Version bump only for package @react-native-firebase/messaging

7.8.0 (2020-08-26)

Features

  • bump firebase sdk versions, add GoogleApi dep, use Android API29 (#4122) (728f418)

7.7.4 (2020-08-26)

Bug Fixes

7.7.3 (2020-08-25)

Bug Fixes

  • ios, analytics: remove now-optional analytics dependencies (#4131) (fdb5e9f)

7.7.2 (2020-08-21)

Bug Fixes

7.7.1 (2020-08-15)

Note: Version bump only for package @react-native-firebase/messaging

7.7.0 (2020-08-15)

Bug Fixes

  • messaging: initialize app props method to fix isHeadless property (#4082) (2bdebb1)
  • messaging, ios: call original delegate when intercepting willPresentNotification (#4088) (62ee961)

Features

  • messaging: allow messaging services to hook into FCM (#4087) (bff8f9f)
  • messaging, ios: add notification extension for ios notification images (#4085) (32ab205)

7.6.1 (2020-08-03)

Note: Version bump only for package @react-native-firebase/messaging

7.6.0 (2020-08-03)

Bug Fixes

  • messaging: added missing from property in Remote Message type (#4030) (ce39abf)

Features

  • use latest android & ios Firebase SDKs version (#3956) (e7b4bb3)
  • messaging,android: save notification payload for messages that arrive in the foreground (#3896) (ff768fc)

7.5.0 (2020-07-23)

Features

7.4.2 (2020-07-09)

Note: Version bump only for package @react-native-firebase/messaging

7.4.1 (2020-07-07)

Note: Version bump only for package @react-native-firebase/messaging

7.4.0 (2020-07-07)

Features

  • android,ios: upgrade native SDK versions (#3881) (6cb68a8)

7.3.2 (2020-07-06)

Bug Fixes

  • types: add sentTime to FirebaseMessagingTypes.RemoteMessage (#3885) (0b87a15)

7.3.1 (2020-07-05)

Note: Version bump only for package @react-native-firebase/messaging

7.3.0 (2020-07-05)

Features

  • messaging: Call original delegate when intercepting notification response on iOS (b17df84)

7.2.1 (2020-06-30)

Note: Version bump only for package @react-native-firebase/messaging

7.2.0 (2020-06-30)

Features

7.1.8 (2020-06-26)

Note: Version bump only for package @react-native-firebase/messaging

7.1.7 (2020-06-22)

Note: Version bump only for package @react-native-firebase/messaging

7.1.6 (2020-06-18)

Bug Fixes

7.1.5 (2020-06-10)

Note: Version bump only for package @react-native-firebase/messaging

7.1.4 (2020-06-03)

Note: Version bump only for package @react-native-firebase/messaging

7.1.3 (2020-05-29)

Note: Version bump only for package @react-native-firebase/messaging

7.1.2 (2020-05-29)

Note: Version bump only for package @react-native-firebase/messaging

7.1.1 (2020-05-28)

Bug Fixes

7.1.0 (2020-05-22)

Features

7.0.1 (2020-05-13)

Note: Version bump only for package @react-native-firebase/messaging

7.0.0 (2020-05-13)

  • feat!: all packages should depend on core (#3613) (252a423), closes #3613

Bug Fixes

  • onTokenChange method causing app to crash (#3552) (1d7cd28)
  • messaging: onNotificationOpenedApp callable return type (#3641) (cd5cb23)

Features

  • ios: podspecs now utilize CoreOnly instead of Core (#3575) (35285f1)
  • messaging: support loc keys on notification payloads (#3579) (9b294b3)

BREAKING CHANGES

  • breaking change to mark new internal versioning requirements.