8000 Tags · hornet-network/rpush · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hornet-network/rpush

Tags

v5.4.0

Toggle v5.4.0's commit message
v5.4.0 – Ruby 3.0, Rails 6.1

v5.1.0

Toggle v5.1.0's commit message
v5.1.0 – APNS2 fixes

v5.0.0

Toggle v5.0.0's commit message
v5.0.0

- Test with Ruby 2.7
- Fix GCM priority when using Redis
- Drop support for Rails 4.2

v4.2.0

Toggle v4.2.0's commit message
v4.2.0

**Merged pull requests:**

- Fix Rails 6.1 related deprecation warnings [\rpush#541](rpush#541) ([dsantosmerino](https://github.com/dsantosmerino))
- GCM notification incorrectly mixes data into notification hashes [\rpush#535](rpush#535) ([mkon](https://github.com/mkon))
- handle priority in WNS [\rpush#533](rpush#533) ([Fivell](https://github.com/Fivell))
- Update development apns urls to match documentation [\rpush#524](rpush#524) ([jhottenstein](https://github.com/jhottenstein))
- Update README to remove incorrect info [\rpush#523](rpush#523) ([sharang-d](https://github.com/sharang-d))
- Fix and improve Travis setup [\rpush#520](rpush#520) ([aried3r](https://github.com/aried3r))
- Explicitly use Rails 6.0.0 [\rpush#519](rpush#519) ([jsantos](https://github.com/jsantos))
- Stale bot config change [\rpush#515](rpush#515) ([aried3r](https://github.com/aried3r))
- Add stale bot configuration. [\rpush#514](rpush#514) ([drn](https://github.com/drn))
- Correctly use feedback_enabled. [\rpush#511](rpush#511) ([kirbycool](https://github.com/kirbycool))
- Update apns_http2.rb [\rpush#510](rpush#510) ([mldoscar](https://github.com/mldoscar))
- Add `mutable_content` support for GCM [\rpush#506](rpush#506) ([hon3st](https://github.com/hon3st))
- Add support for critical alerts [\rpush#502](rpush#502) ([servn](https://github.com/servn))

v4.1.1

Toggle v4.1.1's commit message
v4.1.1 – Disabling of APNS feedback

- Allow disabling of APNS feedback for specific Rpush apps
- Switch from ANSI to Rainbow

v4.1.0

Toggle v4.1.0's commit message
v4.1.0 – dry_run for FCM

* 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

v4.0.1

Toggle v4.0.1's commit message
v4.0.1

Fixed

- Fail gracefully when a Modis notification no longer exists. rpush#486 by @rofreg

v4.0.0

Toggle v4.0.0's commit message
v4.0.0

Changed

- Stop logging all APNSp8 requests as warnings. rpush#474 by @jhottenstein and @rofreg

Removed

- Support for Ruby 2.2

Fixed

- Fixed APNSp8 memory leak. rpush#475 by @jhottenstein
- Fixed APNS2 memory leak. rpush#476 by @jhottenstein
0