Current section

Files

Jump to
altworx_runbox CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## Master
### Changes
## 1.2.0
### Changes
- Default mode is `:slave`. Scenario repositories do not need to set this
anymore. Altworx needs to set the `:master` mode explicitly.
([PR](https://gitlab.dev.altworx.com/erlang/product/runbox/-/merge_requests/8),
[#5714](https://altworx.plan.io/issues/5714))
- Find scenario modules for sandbox testing from the current mix app. Scenario
repositories do not need to set `:scenario_app` app env anymore even for
testing.
([PR](https://gitlab.dev.altworx.com/erlang/product/runbox/-/merge_requests/8),
[#5714](https://altworx.plan.io/issues/5714))
## 1.1.0
### Changes
- Mix task for building scenario releases
([PR](https://gitlab.dev.altworx.com/erlang/product/runbox/-/merge_requests/5),
[#5713](https://altworx.plan.io/issues/5713))
### Additional info
- There is no need to set `:runbox, scenario_app: :app_name` in the scenario app
anymore. New task `mix altworx.scenario_release` does it automatically.
- There is no need to set `releases` key in the `project/1` of `mix.exs` in the
scenario app. In fact, the `release` key is ignored when using the new mix
task `mix altworx.scenario_release`.
## 1.0.0
### Changes
- Relax runbox version check
([PR](https://gitlab.dev.altworx.com/erlang/product/runbox/-/merge_requests/7),
[#5817](https://altworx.plan.io/issues/5817))
## 0.1.3
### Changes
- Add support for start_from in Sandbox
([PR](https://gitlab.dev.altworx.com/erlang/product/runbox/-/merge_requests/4),
[#5821](https://altworx.plan.io/issues/5821))
- Explicitly load modules when checking if a function is exported
([PR](https://gitlab.dev.altworx.com/erlang/product/runbox/-/merge_requests/6)
[#5784](https://altworx.plan.io/issues/5784))
- Run slaves in interactive mode
([PR](https://gitlab.dev.altworx.com/erlang/product/runbox/-/merge_requests/6)
[#5784](https://altworx.plan.io/issues/5784))
## 0.1.2
- Bump toolbox dependency to 1.0.0
## 0.1.1
### Changes
- Use runbox from hex in demo livebook
([PR](https://gitlab.dev.altworx.com/erlang/product/runbox/-/merge_requests/2))
- Fix load topic in Sandbox
([PR](https://gitlab.dev.altworx.com/erlang/product/runbox/-/merge_requests/3))
## 0.1.0
### Changes
- Runbox is in separate repository
([PR](https://gitlab.dev.altworx.com/erlang/product/runbox/-/merge_requests/1),
[PR](https://gitlab.dev.altworx.com/erlang/product/altworx/-/merge_requests/1853),
[#5711](https://altworx.plan.io/issues/5711))