All Versions
47
Latest Version
Avg Release Cycle
164 days
Latest Release
786 days ago

Changelog History
Page 2

  • v4.1.1 Changes

    May 13, 2019

    โž• Added

    • ๐Ÿ‘ Allow disabling of APNS feedback for specific Rpush apps #491 (by @drn).

    ๐Ÿ”„ Changed

    • Switch from ANSI to Rainbow. (#496 by @drn)
  • v4.1.0 Changes

    April 17, 2019
    • ๐Ÿ›  Functionality to use dry_run in FCM notifications. This is useful if you want to just validate notification sending works without actually sending a notification to the receivers, fixes #63. (#492 by @aried3r)
  • v4.0.1 Changes

    April 04, 2019

    ๐Ÿ›  Fixed

    • Fail gracefully when a Modis notification no longer exists #486 (by @rofreg).
  • v4.0.0 Changes

    February 14, 2019

    ๐Ÿ”„ Changed

    โœ‚ Removed

    • ๐Ÿ‘Œ Support for Ruby 2.2

    ๐Ÿ›  Fixed

  • v3.4.1 Changes

    August 30, 2013
    • Silence unintended airbrake_notify deprecation warning (#158).
    • Add :dependent => :destroy to app notifications (#156).
  • v3.4.0 Changes

    August 28, 2013
    • Rails 4 support.
    • Add apns_certificate_will_expire reflection.
    • Perform storage update in batches where possible, to increase throughput.
    • airbrake_notify is now deprecated, use the Reflection API instead.
    • Fix calling the notification_delivered reflection twice (#149).
  • v3.3.2 Changes

    June 30, 2013
    • Fix Rails 3.0.x compatibility (#138) (@yoppi).
    • Ensure Rails does not set a default value for text columns (#137).
    • Fix error in down action for add_gcm migration (#135) (@alexperto).
  • v3.3.1 Changes

    November 14, 2018
    • ๐Ÿ›  Fix compatibility with postgres_ext (#104).
    • โž• Add ability to switch the logger (@maxsz).
    • Do not validate presence of alert, badge or sound - not actually required by the APNs (#129) (@wilg).
    • Catch IOError from an APNs connection. (@maxsz).
    • ๐Ÿ‘ Allow nested hashes in APNs notification attributes (@perezda).
  • v3.3.0 Changes

    November 14, 2018

    โฌ†๏ธ When upgrading, don't forget to run bundle exec rpush init to get all the latest migrations.

    โž• Added

    • โž• Added support for Apple Push Notification service thread-id field #460 (by @gerard-morera).

    ๐Ÿ”„ Changes

    • โœ‚ Remove unused class ConfigurationWithoutDefaults #461 (by @adis-io).
  • v3.2.4 Changes

    October 25, 2018

    โฌ†๏ธ When upgrading, don't forget to run bundle exec rpush init to get all the latest migrations.

    ๐Ÿ”„ Changes

    • ๐Ÿ˜Œ Relaxed JWT dependency version #447 (by @sposin).

    ๐Ÿ“„ Docs

    • ๐Ÿ‘ Better documentation for running tests when developing Rpush #458 (by @jsantos).

    ๐Ÿ›  Fixed

    • ๐Ÿ”„ Change apn_key column type from string to text #455 (by sonxurxo).
    • Retry all GCM 5xx errors #456 (by @rofreg).