Skip to content

v4.4.5

Latest
Compare
Choose a tag to compare
@srappel srappel released this 16 Sep 20:50
· 3 commits to main since this release

Released on: September 16, 2024

Key Changes:

  • Rate Limiting for Exception Emails: Implemented a rate limiter for exception emails to reduce the volume of error notifications. [Commit d08ff73]
  • Sidekiq Configuration: Added sidekiq.yml for better control over job processing. [Commit b0f6bb6]
  • Logging Improvements:
    • Updated Sidekiq to use Rails logger. [Commit 86df6f3]
    • Set log levels to control verbosity in production. [Commit 60585e3]
  • Job Handling: Discarded NoMethodError and DeserializationError jobs to prevent unnecessary retries. [Commit 7552b79]
  • Code Cleanup: Applied linter fixes and adjustments for code consistency. [Commits a0450cd, d5818f1]
  • Gitignore Updates: Stopped tracking SQLite files. [Commits 2f562ad, 2d4486b]

Dependency Updates:

  • Bumped several dependencies, including:
    • Turbo-Rails from 2.0.5 to 2.0.6
    • Sprockets-Rails from 3.5.1 to 3.5.2
    • Rails from 7.0.8.4 to 7.2.1

Full Changelog: v4.4.3...v4.4.5