Skip to content

v1.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 13:12
· 17 commits to master since this release

Changelog

  • 3496e24 build(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 (#92)
  • 485aa02 deps: bump versions
  • 39b6035 doc: update interface
  • 5059942 github: remove cache as set up go did it
  • eca512b github: update action versions
  • f716b7a github: upgrade action versions
  • a52f136 pb: use empty message for stream flag
  • c29d0ad rest: no copy file download
  • 9fe356f shell: decouple terminal with grpc via stream interface
  • cb1256f shell: support cancel with double ctrl-c
  • aa41950 stream: add websocket transport layer support
  • 010c30f stream: decoupled stream execution with grpc stream
  • 581b925 stream: fix goroutine leak
  • 8dd368a stream: rename types to avoid stutters
  • 9966f49 stream: use index and fd to indicate io streams rather than name