All Versions
4
Latest Version
Avg Release Cycle
51 days
Latest Release
2617 days ago

Changelog History

  • v1.1.1 Changes

    January 27, 2017

    🛠 Fixes deployment regressions introduced with v1.1.0

  • v1.1.0 Changes

    January 19, 2017

    🏗 Gatling v1.1.0 catches up with a changed default build directory in Distillery. 🚀 In Distillery up to v0.11, the default path for release artifacts has been rel/<release_name>. 🏗 v0.11 and later versions place the release artifacts in _build/$MIX_ENV/rel/<release_name>, which is Gatlings new default.

    👀 For details see #35, #29, and #4

  • v1.0.0 Changes

    October 12, 2016

    As of Gatling v1.0.0, Distillery, is 🚀 the assumed release building tool as opposed to Exrm. ⬆️ To upgrade from a previous version of Gatling, take the following steps:

    🚀 SSH into your deployment server and install the latest version of Gatling:

    $ mix archive.install https://github.com/hashrocket/gatling_archives/raw/master/gatling.ez
    

    🚚 In your project's mix.exs, remove the exrm dependency and add distillery in its stead.

  • v0.1.0 Changes

    August 26, 2016

    ✨ Enhancements

    • 👍 Allow callback functions for deploy and upgrade tasks.