Skip to main content

2025-10-07 (v5.134)

· One min read
Eric Garcia
Software Engineer
Michael McQuade
Director of Engineering
Joey Lin
Joey Lin
Software Engineer
Josh McMahan
Josh McMahan
Software Engineer
Yifan Lin
Software Engineer
Louis Le
Louis Le
Software Engineer
Natalia Guevara
Natalia Guevara
Software Engineer
Quan Nguyen
Software Engineer

Enhancements and Features

Pw ssh proxy command

Now can use pw ssh --proxy-command as the ProxyCommand option for both SSH and SCP Examples: Run as a ProxyCommand for SSH

ssh -o ProxyCommand="pw ssh --proxy-command %h" user@pw://Jake.Thayne/my-resource
ssh -o ProxyCommand="pw ssh --proxy-command %h" user@workspace

Run as a ProxyCommand for SCP

scp -O -o ProxyCommand="pw ssh --proxy-command %h" file.txt user@pw://Jake.Thayne/my-resource:/home/user/file.txt
scp -O -o ProxyCommand="pw ssh --proxy-command %h" file.txt user@workspace:/home/user/file.txt

Note: only scp -O works at the moment (forcing scp to use sftp protocol)

Allow pw CLI to pull from public buckets

The Parallel Works CLI can now copy files from public buckets even if those buckets are not managed by the ACTIVATE platform. This works on AWS, Azure, and Google Cloud Platform.

Bug Fixes

  • Cloud account group permissions manager always shows own organization's groups
  • Allow organization theme to override legacy theme
  • Show error when app target not defined in remote apps
  • Cannot create instances on cloud networks shared with organization only
  • Empty google bucket on deletion