All Versions
47
Latest Version
Avg Release Cycle
164 days
Latest Release
987 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v4.1.1 Changes
May 13, 2019 -
v4.1.0 Changes
April 17, 2019 -
v4.0.1 Changes
April 04, 2019 -
v4.0.0 Changes
February 14, 2019๐ 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)
-
v3.4.1 Changes
August 30, 2013- Silence unintended airbrake_notify deprecation warning (#158).
- Add :dependent => :destroy to app notifications (#156).
-
v3.4.0 Changes
August 28, 2013- Rails 4 support.
- Add apns_certificate_will_expire reflection.
- Perform storage update in batches where possible, to increase throughput.
- airbrake_notify is now deprecated, use the Reflection API instead.
- Fix calling the notification_delivered reflection twice (#149).
-
v3.3.2 Changes
June 30, 2013- Fix Rails 3.0.x compatibility (#138) (@yoppi).
- Ensure Rails does not set a default value for text columns (#137).
- Fix error in down action for add_gcm migration (#135) (@alexperto).
-
v3.3.1 Changes
November 14, 2018- ๐ Fix compatibility with postgres_ext (#104).
- โ Add ability to switch the logger (@maxsz).
- Do not validate presence of alert, badge or sound - not actually required by the APNs (#129) (@wilg).
- Catch IOError from an APNs connection. (@maxsz).
- ๐ Allow nested hashes in APNs notification attributes (@perezda).
-
v3.3.0 Changes
November 14, 2018โฌ๏ธ When upgrading, don't forget to run
bundle exec rpush init
to get all the latest migrations.โ Added
- โ Added support for Apple Push Notification service
thread-id
field #460 (by @gerard-morera).
๐ Changes
- โ Added support for Apple Push Notification service
-
v3.2.4 Changes
October 25, 2018โฌ๏ธ When upgrading, don't forget to run
bundle exec rpush init
to get all the latest migrations.๐ Changes
๐ Docs
๐ Fixed