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
- 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.alpineremoved. We don't want to support two docker builds.
๐ Fixes:
- Fix API JSON serialization for Mongoid documents (PR #2597) by @elektronaut
- Fix
ResolvedProblemClearer. Compact can fail (second case for #1551). PR #1905.
๐ Changes:
- Migrate
app/views/ **/*.haml.erbtoapp/views/** /*.html.erb. Thanks, @ramonetorres. (#1853) - Strict locals for ActionView (#1889, #1897).
- Add GitHub Action for Bundler Audit (#1901).
- Replace Fabrication with FactoryBot (#1862).
- Replace outdated
ri_calgem withicalendar(#2407). - Replace outdated
rushovergem withpushover2(#1852). ๐ 7. Start integratingpunditgem. From, only admin users can see all users. - Add Brakeman GitHub Action.
- Add
.editorconfig - Integrate Trivy for container image scanning.
๐ 11. Deprecated
sucker_punchgem was removed. Active Job is usesasyncqueue adapter instead. ๐ฑ 12. Remove dead assets for gtalk:app/assets/images/gtalk_create.png,app/assets/images/gtalk_goto.pngandapp/assets/images/gtalk_inactive.png. ๐ฑ 13. Remove dead assets for hipchat:app/assets/images/hipchat_create.png,app/assets/images/hipchat_goto.pngandapp/assets/images/hipchat_inactive.png. - Add mailer previews.
- 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.
Previous changes from v0.10.11
-
๐ This is a security and bug-fix release.
๐ Security:
โก๏ธ 1. Update
devisegem from 5.0.3 to 5.0.4. CVE-2026-40295 โก๏ธ 2. Updatefaradaygem from 2.14.1 to 2.14.2. CVE-2026-33637 โก๏ธ 3. Updatejwtgem from 3.1.2 to 3.2.0. CVE-2026-44351 ๐ 4. Updateoauth2gem from 2.0.18 to 2.0.19.Redact sensitive values from debug logging output, including Authorization headers and common token/secret fields in headers, query strings, form bodies, and JSON payloadsโก๏ธ 5. Updaterackgem from 3.1.20 to 3.1.21:- CVE-2026-34763
- CVE-2026-34230
- CVE-2026-32762
- CVE-2026-26961
- CVE-2026-34786
- CVE-2026-34831
- CVE-2026-34826
- CVE-2026-34835
- CVE-2026-34830
- CVE-2026-34785
- CVE-2026-34829
- CVE-2026-34827
๐ Bug-fixes:
โก๏ธ 1. Update thruster gem from 0.1.20 to 0.1.21 ๐ 2. Sync GitHub Actions with main.