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.
SeePigeon.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.