All Versions
43
Latest Version
Avg Release Cycle
139 days
Latest Release
-
Changelog History
Page 1
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 inalready defined constant
warnings during boot (#659). - π Require Ruby 2.7.
- π Require Rails 6.0.
- Stop requiring
-
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
istrue
(#497)
- Fix bug which could cause Spring to hang when
-
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)