Errbit v0.11.0.rc1 Release Notes

Release Date: 2026-05-20 // 21 days ago
  • ๐Ÿš€ v0.11.0 Release notes

    Notable changes:

    ๐Ÿ‘ 1. This is last branch that support MongoDB ๐Ÿ’Ž 2. Ruby 4.0.4 ๐Ÿ’Ž 3. RubyGems 4.0.11

    1. Bundler 4.0.11 ๐Ÿš… 5. Rails 8.1.3 ๐Ÿ’Ž 6. Drop JRuby support ๐Ÿšš 7. Remove gtalk notification service (#2517). Gtalk is dead. ๐Ÿšš 8. Remove HipChat notification service (#2524). HipChat is dead. ๐Ÿ‘ 9. Drop support for MongoDB 4.0, 4.2, 4.4, 5.0 and 6.0. ๐Ÿ‘ 10. Add support for MongoDB 8.2. ๐Ÿ— 11. Dockerfile.alpine removed. We don't want to support two docker builds.

    ๐Ÿ›  Fixes:

    1. Fix API JSON serialization for Mongoid documents (PR #2597) by @elektronaut
    2. Fix ResolvedProblemClearer. Compact can fail (second case for #1551). PR #1905.

    ๐Ÿ”„ Changes:

    1. Migrate app/views/ **/*.haml.erb to app/views/** /*.html.erb. Thanks, @ramonetorres. (#1853)
    2. Strict locals for ActionView (#1889, #1897).
    3. Add GitHub Action for Bundler Audit (#1901).
    4. Replace Fabrication with FactoryBot (#1862).
    5. Replace outdated ri_cal gem with icalendar (#2407).
    6. Replace outdated rushover gem with pushover2 (#1852). ๐Ÿ‘€ 7. Start integrating pundit gem. From, only admin users can see all users.
    7. Add Brakeman GitHub Action.
    8. Add .editorconfig
    9. Integrate Trivy for container image scanning. ๐Ÿšš 11. Deprecated sucker_punch gem was removed. Active Job is uses async queue adapter instead. ๐Ÿฑ 12. Remove dead assets for gtalk: app/assets/images/gtalk_create.png, app/assets/images/gtalk_goto.png and app/assets/images/gtalk_inactive.png. ๐Ÿฑ 13. Remove dead assets for hipchat: app/assets/images/hipchat_create.png, app/assets/images/hipchat_goto.png and app/assets/images/hipchat_inactive.png.
    10. Add mailer previews.

Previous changes from v0.10.11