saleyn / erlexec

Execute and control OS processes from Erlang/OTP
https://hexdocs.pm/erlexec/readme.html
Other
525 stars 139 forks source link

Summary of changes from 1.10.9 to 1.16.4? #134

Closed axelson closed 4 years ago

axelson commented 4 years ago

Is it possible to get a summary of the changes from 1.10.9 to 1.16.4? It looks like https://github.com/saleyn/erlexec/issues/127 is one fix, and another is OpenBSD support. Are there any other major fixes or improvements?

saleyn commented 4 years ago

Added support for accepting binary commands (mainly to help Elixir users). The bump in version is due to continuous errors with the rebar3's publishing to mix repository, which were reported and resolved by rebar3 support.

axelson commented 4 years ago

Okay that makes sense. Switching to binaries will definitely make it more ergonomic to use. Thanks!