Skip to content

Commit

Permalink
Merge pull request rpush#613 from rpush/ar/rpush_6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aried3r authored May 6, 2021
2 parents 84647b4 + ac44cea commit 256d1fb
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 50 deletions.
1 change: 0 additions & 1 deletion .ruby-gemset

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [v6.0.0](https://github.com/rpush/rpush/tree/v6.0.0) (2021-05-06)

[Full Changelog](https://github.com/rpush/rpush/compare/v5.4.0...v6.0.0)

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:**

- Bump activesupport version to 5.2 or later [\#610](https://github.com/rpush/rpush/pull/610) ([biow0lf](https://github.com/biow0lf))
- Fixed infinite loop issue with Apnsp8 delivery [\#608](https://github.com/rpush/rpush/pull/608) ([diminish7](https://github.com/diminish7))
- Eliminate deprecation warning in Ruby 3.0 [\#602](https://github.com/rpush/rpush/pull/602) ([rofreg](https://github.com/rofreg))
- Make ActiveRecord validations work with Apns2 client [\#601](https://github.com/rpush/rpush/pull/601) ([favrik](https://github.com/favrik))
- Bump gemspec post\_install\_message [\#600](https://github.com/rpush/rpush/pull/600) ([fdoxyz](https://github.com/fdoxyz))
- Remove references and checks for unsupported versions of Rails [\#599](https://github.com/rpush/rpush/pull/599) ([ericsaupe](https://github.com/ericsaupe))
- Drop support for Rails 5.0 and 5.1 [\#597](https://github.com/rpush/rpush/pull/597) ([ericsaupe](https://github.com/ericsaupe))
- Fix silent APNS notifications for Apns2 and Apnsp8 [\#596](https://github.com/rpush/rpush/pull/596) ([shved270189](https://github.com/shved270189))
- Updates README to Apple's new EOL date for the APNs legacy binary protocol [\#595](https://github.com/rpush/rpush/pull/595) ([gregblake](https://github.com/gregblake))

## [v5.4.0](https://github.com/rpush/rpush/tree/v5.4.0) (2021-02-15)

[Full Changelog](https://github.com/rpush/rpush/compare/v5.3.0...v5.4.0)
Expand Down
93 changes: 46 additions & 47 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
rpush (5.4.0)
activesupport (>= 5.0)
rpush (6.0.0)
activesupport (>= 5.2)
jwt (>= 1.5.6)
multi_json (~> 1.0)
net-http-persistent
Expand All @@ -15,26 +15,27 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (5.2.4.4)
actionview (= 5.2.4.4)
activesupport (= 5.2.4.4)
rack (~> 2.0, >= 2.0.8)
actionpack (6.1.3.2)
actionview (= 6.1.3.2)
activesupport (= 6.1.3.2)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.4.4)
activesupport (= 5.2.4.4)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (6.1.3.2)
activesupport (= 6.1.3.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activemodel (5.2.4.4)
activesupport (= 5.2.4.4)
activesupport (5.2.4.4)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activemodel (6.1.3.2)
activesupport (= 6.1.3.2)
activesupport (6.1.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
appraisal (2.2.0)
bundler
rake
Expand All @@ -44,46 +45,44 @@ GEM
byebug (11.0.1)
codeclimate-test-reporter (1.0.7)
simplecov
concurrent-ruby (1.1.7)
connection_pool (2.2.3)
concurrent-ruby (1.1.8)
connection_pool (2.2.5)
crass (1.0.6)
database_cleaner (1.7.0)
diff-lcs (1.3)
docile (1.3.1)
erubi (1.10.0)
hiredis (0.6.3)
hkdf (0.3.0)
http-2 (0.10.2)
i18n (1.8.5)
http-2 (0.11.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
json (2.3.1)
jwt (2.2.2)
loofah (2.8.0)
jwt (2.2.3)
loofah (2.9.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
minitest (5.14.2)
modis (3.2.0)
activemodel (>= 4.2)
activesupport (>= 4.2)
minitest (5.14.4)
modis (4.0.0)
activemodel (>= 5.2)
activesupport (>= 5.2)
connection_pool (>= 2)
hiredis (>= 0.5)
msgpack (>= 0.5)
redis (>= 3.0)
msgpack (1.3.1)
msgpack (1.4.2)
multi_json (1.15.0)
mysql2 (0.5.2)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
net-http2 (0.18.3)
http-2 (~> 0.10.1)
nokogiri (1.11.1-x86_64-darwin)
net-http2 (0.18.4)
http-2 (~> 0.11)
nokogiri (1.11.3-x86_64-darwin)
racc (~> 1.4)
parallel (1.19.1)
parser (2.7.0.2)
ast (~> 2.4.0)
pg (1.1.4)
pg (1.2.3)
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
Expand All @@ -93,18 +92,18 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (5.2.4.4)
actionpack (= 5.2.4.4)
activesupport (= 5.2.4.4)
railties (6.1.3.2)
actionpack (= 6.1.3.2)
activesupport (= 6.1.3.2)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
thor (~> 1.0)
rainbow (3.0.0)
rake (13.0.1)
redis (4.1.3)
rexml (3.2.4)
rpush-redis (1.1.0)
modis (~> 3.0)
rake (13.0.3)
redis (4.2.5)
rexml (3.2.5)
rpush-redis (1.2.0)
modis (>= 3.0, < 5.0)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
Expand Down Expand Up @@ -136,15 +135,15 @@ GEM
simplecov-html (0.10.2)
sqlite3 (1.4.0)
stackprof (0.2.12)
thor (1.0.1)
thread_safe (0.3.6)
thor (1.1.0)
timecop (0.9.1)
tzinfo (1.2.7)
thread_safe (~> 0.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (1.6.1)
webpush (1.1.0)
hkdf (~> 0.2)
jwt (~> 2.0)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand All @@ -169,4 +168,4 @@ DEPENDENCIES
timecop

BUNDLED WITH
2.2.3
2.2.17
4 changes: 2 additions & 2 deletions lib/rpush/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Rpush
module VERSION
MAJOR = 5
MINOR = 4
MAJOR = 6
MINOR = 0
TINY = 0
PRE = nil

Expand Down

0 comments on commit 256d1fb

Please sign in to comment.