All Versions
24
Latest Version
Avg Release Cycle
159 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v2.6.0 Changes
โจ enhancements
- Avoid raising exception on dev mode
- Add ignore_if option to avoid sending certain notifications.
- Add normalize_subject option to remove numbers from email so that they thread (by @jjb)
- Allow the user to provide a custom message and hash of data (by @jjb)
- Add support for configurable background sections and a data partial (by @jeffrafter)
- Include timestamp of exception in notification body
- Add support for rack based session management (by @phoet)
- Add ignore_crawlers option to ignore exceptions generated by crawlers
- Add verbode_subject option to exclude exception message from subject (by @amishyn)
๐ bug fixes
- Correctly set view path at the right time so that new sections are properly available (by @scrozier)
- Fix handling exceptions with no backtrace
- Fix issue on Solaris with hostname (by @bluescripts)
- Ensure exceptions in view templates doesn't cause problems, allowing the notification to be sent anyway (by @sce)
-
v2.5.1 Changes
- ๐ bug fixes
- Fix lib references on gemspec
- ๐ bug fixes
-
v2.5.0 Changes
โจ enhancements
- Add Background Notifications
๐ bug fixes
- Filter session_id on secure requests
-
v2.4.1 Changes
โจ enhancements
- Use values set for the middleware as defaults
๐ bug fixes
- Avoid sending emails with large subjects
- Avoid having to add 'require' option on gem configuration