| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-08 | 1.7 kB | |
| v0.11.0 source code.tar.gz | 2026-06-08 | 1.4 MB | |
| v0.11.0 source code.zip | 2026-06-08 | 1.6 MB | |
| Totals: 3 Items | 3.0 MB | 0 | |
v0.11.0 Release notes
Notable changes:
- This is last branch that support MongoDB
- Ruby 4.0.5
- RubyGems 4.0.13
- Bundler 4.0.13
- Rails 8.1.3
- Drop JRuby support
- Remove Gtalk notification service (#2517). Gtalk is dead.
- Remove HipChat notification service (#2524). HipChat is dead.
- Drop support for MongoDB 4.0, 4.2, 4.4, 5.0 and 6.0.
- Add support for MongoDB 8.2.
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). - Start integrating
punditgem. From, only admin users can see all users. - Add Brakeman GitHub Action.
- Add
.editorconfig - Integrate Trivy for container image scanning.
- Deprecated
sucker_punchgem was removed. Active Job is usesasyncqueue adapter instead. - Remove dead assets for gtalk:
app/assets/images/gtalk_create.png,app/assets/images/gtalk_goto.pngandapp/assets/images/gtalk_inactive.png. - 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.