Skip to content

v1.56.0

Compare
Choose a tag to compare
@thiagoa thiagoa released this 04 Jul 20:09
· 101 commits to main since this release

Maintenance release

  • Fixed: Make Suspenders fail if running with an unsupported Rails version
  • Added: Update default configuration to use request specs
  • Added: Add missing Errno::ECONNREFUSED to HTTP_ERRORS
  • Fixed: Drop use of git in gemspec
  • Fixed: Enforce bundler >= 2.1.0
  • Fixed: Make suspenders abort when something goes wrong
  • Fixed: Reliability and aesthetics of the config files comment stripper
  • Fixed: ActionMailer asset host in the production configuration
  • Added: Configure the oj gem (fast JSON parsing) when generating a new application
  • Fixed: Improve error message of the match_contents matcher
  • Fixed: Convert generator tests to unit tests thus speeding up the test suite
  • Removed: Preloader generator / spring
  • Added: Pull in DATABASE_URL env var explicitly in database.yml
  • Removed: Travis CI configuration
  • Upgraded: Ruby to version 2.7.4
  • Added: A GitHub Action for CI
  • Fixed: Run bin/suspenders in both CLI and tests against a fixed Rails version