Rpush v3.1.1 Release Notes

Release Date: 2018-04-16 // about 6 years ago
  • ⬆️ When upgrading, don't forget to run bundle exec rpush init to get all the latest migrations.

    💥 Breaking Changes

    • None

    ➕ Added

    • None

    🛠 Fixed

    ✨ Enhancements

    • 🔄 Change the index on rpush_notifications to minimize number of locked records and pre-sort the records (#428 by @loadhigh)
    • Minimize the locking duration by moving the row dump code outside of the transaction (#428 by @loadhigh)