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
Added SQS splitting state to mirrord operator status reporting (requires operator support).
Changed
Hidden files and directories in $HOME directory are now read locally by
default.
Fixed
Can now run cs-installed sbt. We now only need to be able to parse the first
line of a script, so we now support scripts like that sbt, which starts with
a normal shebang but then has text in a weird encoding, or maybe non-textual
data. #2947
Prevent reverse port forwarding from ending unexpectedly due to
unexpected connection end. #2962
Added a sleep and await on it after websocket connection to drive IO runtime
and prevent websocket closing without handshake.