diff --git a/source/index.html.erb b/source/index.html.erb index b203a57..8879d9f 100644 --- a/source/index.html.erb +++ b/source/index.html.erb @@ -2,4 +2,8 @@ title: Welcome! --- + +

Errbit

diff --git a/source/release_notes/v0.11.0.html.erb b/source/release_notes/v0.11.0.html.erb index a66a63f..e3cbdfd 100644 --- a/source/release_notes/v0.11.0.html.erb +++ b/source/release_notes/v0.11.0.html.erb @@ -3,3 +3,128 @@ title: "Release notes for v0.11.0" ---

Release notes for v0.11.0

+ +
+ +

Notable changes:

+ +
    +
  1. + This is the last release that supports MongoDB +
  2. + +
  3. + Upgrade to Ruby 4.0.5 +
  4. + +
  5. + Upgrade to RubyGems 4.0.13 +
  6. + +
  7. + Upgrade to Bundler 4.0.13 +
  8. + +
  9. + Upgrade to Rails 8.1.3 +
  10. + +
  11. + Drop JRuby support +
  12. + +
  13. + Remove Gtalk notification service (#2517). Gtalk is dead. +
  14. + +
  15. + Remove HipChat notification service (#2524). HipChat is dead. +
  16. + +
  17. + Drop support for MongoDB 4.0, 4.2, 4.4, 5.0 and 6.0. +
  18. + +
  19. + Add support for MongoDB 8.2. +
  20. + +
  21. + Dockerfile.alpine removed. We don't want to support two docker builds. +
  22. +
+ +
+ +

Fixes:

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

Changes:

+ +
    +
  1. + Migrate app/views/**/*.haml.erb to app/views/**/*.html.erb. Thanks, @ramonetorres. (#1853) +
  2. + +
  3. + Strict locals for ActionView (#1889, #1897). +
  4. + +
  5. + Add GitHub Action for Bundler Audit (#1901). +
  6. + +
  7. + Replace Fabrication with FactoryBot (#1862). +
  8. + +
  9. + Replace outdated ri_cal gem with icalendar (#2407). +
  10. + +
  11. + Replace outdated rushover gem with pushover2 (#1852). +
  12. + +
  13. + Start integrating the pundit gem. From now on, only admin users can see all users. +
  14. + +
  15. + Add Brakeman GitHub Action. +
  16. + +
  17. + Add .editorconfig +
  18. + +
  19. + Integrate Trivy for container image scanning. +
  20. + +
  21. + The deprecated sucker_punch gem was removed. Active Job now uses the async queue adapter instead. +
  22. + +
  23. + Remove dead assets for Gtalk: app/assets/images/gtalk_create.png, app/assets/images/gtalk_goto.png and app/assets/images/gtalk_inactive.png. +
  24. + +
  25. + Remove dead assets for HipChat: app/assets/images/hipchat_create.png, app/assets/images/hipchat_goto.png and app/assets/images/hipchat_inactive.png. +
  26. + +
  27. + Add mailer previews. +
  28. +