Releases: rpush/rpush
Releases · rpush/rpush
v9.1.0
- Add support for FSM iOS badges #704 (WoutDev)
- Support for Rails 7.1 #675 (benlangfeld)
- Enable running tests on sqlite3 #705 (benlangfeld)
v9.0.0
Merged pull requests:
- Support for Ruby 3.2 & 3.3 #679 (benlangfeld)
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
Merged pull requests:
- Support for FCMv1 #620 (mirkode), #660 (AnilRh) and #673 (SixiS, Henridv & benlangfeld)
- No longer silence content-available notifications for APNs. Reverts the following change from the v6.0.0 release. See #647.
- Fix silent APNS notifications for Apns2 and Apnsp8 #596 (shved270189)
Breaking:
- Dropped support for Ruby 2.4, 2.5, 2.6 and Rails 5.2.
v7.0.1
What's Changed
- Fix deprecation warnings from the redis gem by @sharang-d in #636
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
- Test with Rails 7.0.0.alpha2 by @aried3r in #626
- Adds Rails 7 Support by @gregblake in #629
- Resolves Rails 7 Time.now.to_s deprecation warning by @gregblake in #630
- Test with Ruby 3.1 by @aried3r in #632
Breaking:
Full Changelog: v6.0.1...v7.0.0
v6.0.1
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
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
Merged pull requests:
- fix typo in README.md #587 (yltsrc)
- Support Ruby 3.0 & Rails 6.1 #586 (andreaslillebo)
v5.3.0
Implemented enhancements:
Merged pull requests:
v5.2.0 – Logging, docs and APNs retry-improvements
Merged pull requests:
- Allow opting out of foreground stdout logging #571 (benlangfeld)
- Do not retry notifications which already have been delivered/failed #567 (AlexTatarnikov)
- Improve APNs documentation. #553 (timdiggins)