Skip to content

Releases: rails/spring

4.4.0

07 Aug 18:11
v4.4.0
ebfa6fb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.0...v4.4.0

4.3.0

01 Aug 21:21
Compare
Choose a tag to compare

What's Changed

  • Fix reloading issue in Ruby 3.3.
  • Fixed compatibility with --enable-frozen-string-literal.
  • Add embeded engines to default reload matcher.

New Contributors

Full Changelog: v4.2.1...v4.3.0

4.2.1

01 Aug 21:21
Compare
Choose a tag to compare

What's Changed

  • Added Spring.connect_timeout and Spring.boot_timeout to allow to increase timeout for larger apps.
  • Spring.connect_timeout now default to 5 seconds instead of 1.

Full Changelog: v4.2.0...v4.2.1

4.2.0

01 Aug 21:21
Compare
Choose a tag to compare

What's Changed

  • Added Spring.reset_on_env to define environment variables which should cause spring to reload when they change.
  • Added Spring.spawn_on_env to define environment variables that should cause spring to start a distinct server.
  • Better handle a case where the server could hang.

New Contributors

Full Changelog: v4.1.3...v4.2.0

4.1.3

01 Aug 21:20
Compare
Choose a tag to compare

What's Changed

  • Bring back Spring::Watcher::Abstract#synchronize method to fix compatibility with spring-watcher-listen.

Full Changelog: v4.1.2...v4.1.3

4.1.2

01 Aug 21:19
Compare
Choose a tag to compare

What's Changed

  • Drop dependency on mutex_m. Avoid issues with loading the wrong version before bundler kicks in.

New Contributors

Full Changelog: v4.1.1...v4.1.2

4.1.1

01 Aug 21:19
Compare
Choose a tag to compare

What's Changed

  • Fix a small compatibility issue with Ruby 3.2 causing Kernel#raise to not accept a cause.

Full Changelog: v4.1.0...v4.1.1

4.1.0

01 Aug 21:18
v4.1.0
42d9896
Compare
Choose a tag to compare

What's Changed

  • 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.

New Contributors

Full Changelog: v4.0.0...v4.1.0

4.0.0

10 Dec 18:37
v4.0.0
a318a18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v4.0.0

3.1.1

25 Nov 23:03
v3.1.1
4140d67
Compare
Choose a tag to compare
  • Fix compatibility issues with code that raises exceptions with frozen backtraces.
  • Better support Ruby 3.0.