Skip to content

v2.0.0-RC.3

Latest
Compare
Choose a tag to compare
@hpopp hpopp released this 10 Sep 21:20
53f87c1

Breaking Changes

  • Pigeon.LegacyFCM has been removed entirely and migrated to pigeon_legacy_fcm package.
  • FCM service_account_json config option has been removed and replaced with :auth, a Goth configuration.
    See Pigeon.FCM documentation for setup and #235 for more details.

Changed

  • Bump goth dependency to ~> 1.4.3. (#252)

Fixed

  • DispatcherWorker missing a clause for {:stop, reason} in the handle_info function.