Skip to content

Releases: rails/spring

4.4.2

03 Feb 22:38
v4.4.2
0242d4d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.1...v4.4.2

4.4.1

09 Jan 00:21
v4.4.1
13ba7d3

Choose a tag to compare

What's Changed

  • Uses subclasses instead of descendants to support Rails < 7.1
  • Pass signaled exit code properly to the client by @rafaelfranca in #744

Full Changelog: v4.4.0...v4.4.1

4.4.0

07 Aug 18:11
v4.4.0
ebfa6fb

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

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

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

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

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

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

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

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