Skip to content

Releases: rpush/rpush

v9.1.0

24 Sep 14:50
fe0deca

Choose a tag to compare

Full Changelog

v9.0.0

09 Sep 14:31
3733761

Choose a tag to compare

Merged pull requests:

Breaking:

  • Removed legacy APNSv1 implementation (Apple binary protocol) since this was shut down in 2021. #680 (benlangfeld)
  • Removed legacy GCM implementation since this was shut down by Google in August 2024 and replaced by FCM (supported in RPush 8.0.0) #688 (benlangfeld)
  • Drop support for Ruby 2.x #672 (benlangfeld)

Full Changelog: v8.0.0...v9.0.0

v8.0.0

06 Sep 18:32
d801048

Choose a tag to compare

Merged pull requests:

Breaking:

  • Dropped support for Ruby 2.4, 2.5, 2.6 and Rails 5.2.

Full Changelog

v7.0.1

06 Sep 18:29
7ea4d91

Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v7.0.1

v7.0.0

21 Jan 11:57
a7eafec

Choose a tag to compare

What's Changed

Breaking:

Full Changelog: v6.0.1...v7.0.0

v6.0.1

08 Oct 12:46
3ab3a98

Choose a tag to compare

What's Changed

  • Reference current interface in config template by @benlangfeld in #569
  • Add Prometheus Exporter plugin link to README by @maxsz in #617
  • Don't limit webpush registration keys by @treyrich in #624

New Contributors

Full Changelog: v6.0.0...v6.0.1

v6.0.0 – Drop support for Rails <5.2, APNs bugfixes etc

21 May 12:12
7df8ff4

Choose a tag to compare

Full Changelog

This release contains breaking changes, such as removing support for Rails versions older than 5.2.
Please see the details in the PRs below.

Merged pull requests:

  • Switch to GitHub Actions for CI #615 (aried3r)
  • Prepare 6.0.0 release #613 (aried3r)
  • Bump activesupport version to 5.2 or later #610 (biow0lf)
  • Fixed infinite loop issue with Apnsp8 delivery #608 (diminish7)
  • Eliminate deprecation warning in Ruby 3.0 #602 (rofreg)
  • Make ActiveRecord validations work with Apns2 client #601 (favrik)
  • Bump gemspec post_install_message #600 (fdoxyz)
  • Remove references and checks for unsupported versions of Rails #599 (ericsaupe)
  • Drop support for Rails 5.0 and 5.1 #597 (ericsaupe)
  • Fix silent APNS notifications for Apns2 and Apnsp8 #596 (shved270189)
  • Updates README to Apple's new EOL date for the APNs legacy binary protocol #595 (gregblake)

v5.4.0 – Ruby 3.0, Rails 6.1

15 Feb 12:48
5cd2ddf

Choose a tag to compare

Full Changelog

Merged pull requests:

v5.3.0

07 Jan 15:18
9cbfa5e

Choose a tag to compare

Full Changelog

Implemented enhancements:

Merged pull requests:

  • Bug fix: APNS P8 Notifications Are Marked as Invalid When the Payload Exceeds 2kb (2048 bytes) #583 (gregblake)
  • Fix more Rails 6.1 deprecation warnings #582 (jas14)
  • Feature/apns2 default headers #579 (jkraemer)
  • Fix APNS2 documentation in README #578 (jamestjw)
  • Fixed typo with misspell #575 (hsbt)

v5.2.0 – Logging, docs and APNs retry-improvements

08 Oct 10:41
e06ea71

Choose a tag to compare

Full Changelog

Merged pull requests: