All Versions
18
Latest Version
Avg Release Cycle
43 days
Latest Release
2593 days ago

Changelog History
Page 2

  • v0.0.8 Changes

    November 18, 2015
    • ๐Ÿ›  Fixed renamed variable
    • Include poolboy in the apps list
  • v0.0.7 Changes

    November 17, 2015
    • ๐Ÿ‘€ Now APNS will automatically start pools defined in config. (see README)
    • โšก๏ธ Updated config structure (see README)
    • โฑ Renamed feedback_timeout config key to feedback_interval as more appropriate (see README)
    • ๐Ÿ‘€ Deprecated manual connection start (see README)
  • v0.0.6 Changes

    October 14, 2015
    • In case when token size is incorrect (!= 64), error callback will be triggered
    • ๐Ÿ›ฐ In case when payload size is too big and can't be adjusted by truncating alert, error callback will be triggered
  • v0.0.5 Changes

    • ๐Ÿ‘ Localized alerts are now supported
  • v0.0.4 Changes

    • More flexible configs: now you can provide config values per environment or use same value for both :dev and :prod
  • v0.0.3 Changes

    • Provide ability to set support_old_ios key individually per message via %APNS.Message{} struct key support_old_ios
  • v0.0.2 Changes

    • Payload size can be increased to 2kb by setting "support_old_ios" option to false in config (Prior to iOS 8 and in OS X, the maximum payload size is 256 bytes and this limit is applied if "support_old_ios" is true which is default).
    • โฑ Config key "timeout" accepts number of seconds now instead of milliseconds
  • v0.0.1 Changes

    • ๐ŸŽ‰ Initial release