This repository was archived by the owner on Apr 2, 2022. It is now read-only.
Releases: sendgrid/eventkit-rails
Releases · sendgrid/eventkit-rails
Version 1.1.0
- New responsive UI so that it can now be viewed on mobile devices
- iOS web app capable
- Fixes certain newsletter search issues
Version 1.0.4
Updates
- Detailed search now has a drop down menu for selecting which events to search for.
- Added backend tests.
Bug Fixes
- Fixes spacing of raw JSON when viewing an event.
- Fixes an issue in which a drop event might not load if an ASM group was assigned to the message.
- Removes
localStorage
use in the app for better browser compatibility.
Version 1.0.3
- Resolves issues with the "Deploy to Heroku" button
- Adds support for
group_unsubscribe
andgroup_resubscribe
events sent by SendGrid's Advanced Suppression Management feature - When viewing an event, the raw JSON received from the POST is displayed.
Version 1.0.2
Bug Fixes
- Resolves page not loading if single category is not an array
Version 1.0.1
- Adds a meta tag "app_version" to quickly identify which version is running.
- Resolves an issue when POSTs containing multiple categories or Newsletter ID information would cause 500 Internal Server errors.