Rpush Versions Save

The push notification service for Ruby.

v4.1.0

4 years ago
  • 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

5 years ago

Fixed

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

v4.0.0

5 years ago

Changed

Removed

  • Support for Ruby 2.2

Fixed

v3.3.1

5 years ago

When upgrading, don't forget to run bundle exec rpush init to get all the latest migrations.

Fixed

  • Remove validation of 64-characters length from device_token. #463 (by @chrisokamoto).

v3.3.0

5 years ago

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

5 years ago

When upgrading, don't forget to run bundle exec rpush init to get all the latest migrations.

Changes

Docs

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

Fixed

v3.2.3

5 years ago

Changes

v3.2.2

5 years ago

Fixed

  • Migrations now work with Rails 5.2 and ActiveRecord. Redis support for Rails 5.2 is not yet working if you're using Modis, see this issue.

v3.2.1

5 years ago

Fixed

  • A memory leak in the Rpush daemon which caused it to consume more and more memory was fixed. #441 (by @armahmoudi)

v3.2.0

5 years ago

When upgrading, don't forget to run bundle exec rpush init to get all the latest migrations.

Added

  • Added support for P8 certificate Apple push notifications #386 (by @mariannegru)