All Versions
43
Latest Version
Avg Release Cycle
139 days
Latest Release
-

Changelog History
Page 1

  • v4.1.0 Changes

    • πŸš… * Fix bug which makes commands to freeze when the Rails application is writing to STDERR.
    • πŸ›  Fix rails db:system:change command failure issue.
    • Defer digest loading.
    • βž• Add support for SPRING_QUIET environment variable.
  • v4.0.0 Changes

    • Stop requiring set before bundler can select the proper version. This could result in already defined constant warnings during boot (#659).
    • πŸ’Ž Require Ruby 2.7.
    • πŸš… Require Rails 6.0.
  • v3.1.1 Changes

    • πŸ›  Fix compatibility issues with code that raises exceptions with frozen backtraces.
    • πŸ‘ Better support Ruby 3.0.
  • v3.1.0 Changes

    • πŸ›  Fix bug which makes rails consoles to hang at exit when multiple of them are open (#647).
    • πŸ›  Fix support to gems.rb file.
    • Ensure bundler is required when used.
    • πŸ‘Œ Support rails db:* tasks.
    • Check that app preload was successful before sending a command.
  • v3.0.0 Changes

    • Require applications to have reloading enabled in the managed environments.
    • πŸ’Ž Require Ruby 2.5.
    • πŸš… Require Rails 5.2.
  • v2.1.1 Changes

    • 0️⃣ Avoid -I rubylibdir with default-gem bundler
    • Start server process in directory where command was called
  • v2.1.0 Changes

    June 14, 2019
    • βž• Add explicit support for Rails 6 (no changes were needed)
    • ⬇️ Drop support to Ruby 1.9, 2.0, 2.1, and 2.3
    • πŸ›  Fix binstubs not being replaced when their quoting style was changed (#534)
    • Preserve comments right after the shebang line which might include magic comments such as frozen_string_literal: true
    • Fix binstub failures when Bundler's BUNDLE_APP_CONFIG environment variable is present (#545)
    • Properly suspend and resume on ctrl-z TSTP and CONT (#361)
    • βž• Added support for gems.rb with Gemfile file name detection using Bundler method (#524)

    MichaΕ‚ Zalewski, JuPlutonic

  • v2.0.2 Changes

    May 21, 2017
    • πŸ›  Fix reloading when a watched directory contains a dangling symlink (#522)
    • πŸ”Š Watcher logs its activity to the Spring log (#522)
    • Polling watcher stops polling after changes have been detected (#523)
  • v2.0.1 Changes

    January 21, 2017
    • Fix bug which could cause Spring to hang when Thread.abort_on_exception is true (#497)
  • v2.0.0 Changes

    October 01, 2016
    • ⬇️ Drop Rails 4.0 and 4.1 support
    • βž• Add explicit support for Rails 5 (no changes were needed)
    • πŸ“œ Use Bundler::LockfileParser to parse lockfile instead of regex (#492)