Skip to content

Releases: rpush/rpush

v7.0.0

21 Jan 11:57
a7eafec
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

v5.3.0

07 Jan 15:18
9cbfa5e
Compare
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
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

v5.1.0 – New maintainers, APNS2 fixes

25 Sep 17:07
de4b260
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

v5.0.0 – Dropped Rails 4.2 support

21 Feb 11:29
59c9a91
Compare
Choose a tag to compare

Merged pull requests:

v4.2.0

13 Dec 12:59
116ea93
Compare
Choose a tag to compare

Merged pull requests:

v4.1.1 – Disabling of APNS feedback

13 May 14:51
d0ae6d8
Compare
Choose a tag to compare

Added

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

Changed

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