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

Changelog History
Page 2

  • v1.7.2 Changes

    July 01, 2016
    • Use Spring.failsafe_thread to prevent threads from aborting process due to Thread.abort_on_exception when set to true
  • v1.7.1 Changes

    April 11, 2016
    • Specify absolute path to spring binfile when starting the server (#478)
    • Time out after 10 seconds if starting the spring server doesn't work (maybe related to #480, #479)
    • Prevent infinite boot loop when trying to restart the spring server due to client/server version mismatch (related to #479)
  • v1.7.0 Changes

    April 10, 2016
    • Auto-restart server when server and client versions do not match
    • โž• Add spring server command to explicitly start a Spring server process in the foreground, which logging to stdout. This will be useful to those who want to run spring more explicitly, but the real impetus was to enable running a spring server inside a Docker container.
    • ๐Ÿ‘ Numerous other tweaks to better support running Spring inside containers (see https://github.com/jonleighton/spring-docker-example)
  • v1.6.4 Changes

    February 26, 2016
    • ๐Ÿ›  Fix incompatibility with RubyGems 2.6.0.
  • v1.6.3 Changes

    February 04, 2016
    • ๐Ÿ›  Fix problem with using Bundler 1.11 with a custom BUNDLE_PATH (#456)
  • v1.6.2 Changes

    January 08, 2016
    • ๐Ÿ›  Fix problems with the implementation of the new "Running via Spring preloader" message (see #456, #457)
    • ๐Ÿ–จ Print "Running via Spring preloader" message to stderr, not stdout
  • v1.6.1 Changes

    • ๐Ÿ‘Œ support replaced backtraces / backtraces with only line and number
  • v1.6.0 Changes

    • ๐Ÿ‘‰ show when spring is used automatically to remind people why things might fail, disable with Spring.quiet = true
  • v1.5.0 Changes

    • ๐Ÿ‘‰ Make the temporary directory path used by spring contain the UID of the process so that spring can work on machines where multiple users share a single $TMPDIR.
  • v1.4.3 Changes

    • ๐Ÿ‘Œ Support new binstub format and --remove option