You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.