Bump rpush from 3.0.2 to 4.0.0
Bumps rpush from 3.0.2 to 4.0.0.
Release notes
Sourced from rpush's releases.
v3.3.1 – Remove length validation of device_token
When upgrading, don't forget to run
bundle exec rpush initto get all the latest migrations.Fixed
- Remove validation of 64-characters length from
device_token. #463 (by @chrisokamoto).v3.3.0 – thread-id, remove unused class
When upgrading, don't forget to run
bundle exec rpush initto get all the latest migrations.Added
- Added support for Apple Push Notification service
thread-idfield #460 (by [@gerard-morera](https://github.com/gerard-morera)).Changes
v3.2.4 – Relax JWT version, fix apn_key column type, retry 5xx errors for GCM, better docs
When upgrading, don't forget to run
bundle exec rpush initto get all the latest migrations.Changes
Docs
Fixed
- Change
apn_keycolumn type from string to text #455 (by sonxurxo).- Retry all GCM 5xx errors #456 (by @rofreg).
v3.2.3 – Update jwt dependency
Changes
v3.2.2 – Rails 5.2 compatibility
Fixed
- Migrations now work with Rails 5.2 and ActiveRecord. Redis support for Rails 5.2 is not yet working if you're using Modis, see this issue.
v3.2.1 – Fix a memory leak in the daemon
Fixed
- A memory leak in the Rpush daemon which caused it to consume more and more memory was fixed. #441 (by @armahmoudi)
v3.2.0 – P8 certificate support
When upgrading, don't forget to run
bundle exec rpush initto get all the latest migrations.Added
... (truncated)
Changelog
Sourced from rpush's changelog.
4.0.0 (2019-02-14)
Changed
- Stop logging all APNSp8 requests as warnings. #474 (by @jhottenstein and @rofreg)
Removed
- Support for Ruby 2.2
Fixed
- Fixed APNSp8 memory leak #475 (by @jhottenstein)
- Fixed APNS2 memory leak. #476 (by @jhottenstein)
3.3.1 (2018-11-14)
When upgrading, don't forget to run
bundle exec rpush initto get all the latest migrations.Fixed
- Remove validation of 64-characters length from
device_token. #463 (by @chrisokamoto).3.3.0 (2018-11-14)
When upgrading, don't forget to run
bundle exec rpush initto get all the latest migrations.Added
- Added support for Apple Push Notification service
thread-idfield #460 (by [@gerard-morera](https://github.com/gerard-morera)).Changes
3.2.4 (2018-10-25)
When upgrading, don't forget to run
bundle exec rpush initto get all the latest migrations.Changes
Docs
Fixed
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
On hiatus for now. The docs for rpush says to run some commands that does not work? if we don't reset the database (production database that is) and I'm not too keen on doing that.
Possible implementation: Make copy of db, roll back and migrate with these commands, then try to inject the old database?
@dependabot rebase