Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 10:58
· 1339 commits to master since this release

1.1.0 (2022-08-08)

Features

Adding support for changing ActorSystem implementation ( [73a5adf]) . The following tag has to be indicated in the formula's configuration file:

"actor_system": "<implementation>"

Via le command line via --as <implementation> or --actor_system <implementation>.

Possible values of <implementation> are: multiprocQueueBase, multiprocTCPBase or simpleSystemBase (default). The value for Convention Address.IPv4 is 127.0.0.1:1900 when multiprocTCPBase is selected.