Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 08 Jun 11:01
· 4 commits to master since this release

Changed

  • Release tarballs now upload via the system scp binary when an on-disk SSH
    key (ssh.keys) is configured, instead of Erlang's SFTP channel. SFTP's small
    window made large transfers slow (observed ~9 min for a ~120 MB tarball); scp
    runs at full link speed. Flows without an on-disk key (key_data from a
    secrets manager, or an SSH agent) continue to use the in-VM SFTP channel, as
    does the fallback when no scp binary is present.

Fixed

  • The release workflow no longer fails when a changelog entry contains
    backticks or $(). Release notes are now passed to gh release create via
    --notes-file instead of being interpolated into the command, so shell
    metacharacters in the notes are not executed.