Skip to content

v6.8.0

Compare
Choose a tag to compare
@kattrali kattrali released this 11 Jul 16:28
· 855 commits to master since this release
2887674

This release includes general performance improvements to payload trimming and
filtering.

Enhancements

  • Capture unexpected app terminations automatically with at_exit
    | #397
    | Alex Moinet

  • (DelayedJob) Improve max attempts handling - If the max attempts method
    returns nil it should fallback to Delayed::Worker.max_attempts
    | #471
    | Johnny Shields

  • Increase payload size limit to 512kb (from 256kb)
    | #431
    | Alex Moinet