Packages
Toolbox is a convenience library designed to streamline the creation of Altworx scenarios.
Current section
Files
Jump to
Current section
Files
altworx_toolbox
CHANGELOG.md
CHANGELOG.md
# Master
## Changes
# 2.0.0
## Changes
- Remove serialization vector from output actions
([PR](https://gitlab.dev.altworx.com/erlang/product/toolbox/-/merge_requests/6),
[#3788](https://altworx.plan.io/issues/3788))
### Breaking changes
- Field `svector` was removed from `Toolbox.Scenario.OutputAction`
- Function `Toolbox.Scenario.OutputAction.new_create_edge_action/5`
was removed, scenarios should be updated to use `Toolbox.Scenario.OutputAction.new_create_edge_action/4`
- Function `Toolbox.Scenario.OutputAction.new_upsert_edge_action/5`
was removed, scenarios should be updated to use `Toolbox.Scenario.OutputAction.new_upsert_edge_action/4`
- Function `Toolbox.Scenario.OutputAction.new_delete_edge_action/5`
was removed, scenarios should be updated to use `Toolbox.Scenario.OutputAction.new_delete_edge_action/4`
# 1.1.0
## Changes
- Remove redundant API for registering timeouts with both timeout timestamp and timeout message.
([PR](https://gitlab.dev.altworx.com/erlang/product/toolbox/-/merge_requests/5),
[#5827](https://altworx.plan.io/issues/5827))
### Breaking changes
- API function to register timeouts `Toolbox.Runtime.RuntimeInstruction.register_timeout/2`
was removed, update scenarios to use `Toolbox.Runtime.RuntimeInstruction.register_timeout/1`
instead.
- Field `timeout` was removed from `Toolbox.Runtime.RuntimeInstruction.Timeout`
# 1.0.2
## Changes
- Remove unused dependency and update others
([PR](https://gitlab.dev.altworx.com/erlang/product/toolbox/-/merge_requests/4),
[#5661](https://altworx.plan.io/issues/5661))
# 1.0.1
## Changes
- Explicitly load modules when checking if a function is exported
([PR](https://gitlab.dev.altworx.com/erlang/product/toolbox/-/merge_requests/3),
[#5784](https://altworx.plan.io/issues/5784))
# 1.0.0
## Changes
- Add required topics to Scenario Manifest
([PR](https://gitlab.dev.altworx.com/erlang/product/toolbox/-/merge_requests/2),
[#5725](https://altworx.plan.io/issues/5725))
# 0.1.0
## Changes
The initial release, moved Toolbox to separate repository.
([PR](https://gitlab.dev.altworx.com/erlang/product/toolbox/-/merge_requests/1),
[#5712](https://altworx.plan.io/issues/5712))