All Versions
44
Latest Version
Avg Release Cycle
58 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v0.6.0 Changes
Pigeon.APNS.Notification.new/3
returns%Pigeon.APNS.Notification{}
struct- ๐ง Configure APNS to use SSL port 2197 with
apns_2197: true
in yourconfig.exs
- Error feedback symbols converted from
CamelCase
tosnake_case
- ๐ APNS expiration values supported with
expiration
key in%Pigeon.APNS.Notification{}
-
v0.5.2 Changes
- ๐ Fixed bug where APNSWorker would hang up if SSL connection failed. Now retries the connection twice more before gracefully shutting down.
-
v0.5.1 Changes
- GCM error responses return proper chunk of regstration IDs
-
v0.5.0 Changes
Pigeon.GCM.Notification.new/2
returns%Pigeon.GCM.Notification{}
struct- Multiple registration IDs allowed in
Pigeon.GCM.push/2
- โ Remove
:gcm_worker