Skip to content

Releases: rpush/rpush

v4.1.0 – dry_run for FCM

13 May 14:48
69a498d
Compare
Choose a tag to compare
  • 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 – Redis/Modis improvements

04 Apr 17:26
2fe53ba
Compare
Choose a tag to compare

Fixed

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

v4.0.0 – Memory leak fixes, Ruby 2.2 dropped

04 Apr 17:23
18622d5
Compare
Choose a tag to compare

Changed

Removed

  • Support for Ruby 2.2

Fixed

v3.3.1 – Remove length validation of device_token

14 Feb 13:55
d195f79
Compare
Choose a tag to compare

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 – thread-id, remove unused class

14 Nov 13:55
86eca2d
Compare
Choose a tag to compare

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 – Relax JWT version, fix apn_key column type, retry 5xx errors for GCM, better docs

25 Oct 13:11
8c1b60c
Compare
Choose a tag to compare

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 – Update jwt dependency

12 Jul 11:27
2995ab9
Compare
Choose a tag to compare

Changes

v3.2.2 – Rails 5.2 compatibility

10 Jul 16:27
e52d3bc
Compare
Choose a tag to compare

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 – Fix a memory leak in the daemon

10 Jul 13:00
dc24d04
Compare
Choose a tag to compare

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 – P8 certificate support

10 Jul 13:00
097fd68
Compare
Choose a tag to compare

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)