Skip to content

Releases: JuliaWeb/RemoteREPL.jl

v0.2.8

29 Oct 06:39
Compare
Choose a tag to compare

RemoteREPL v0.2.8

Diff since v0.2.7

Closed issues:

  • Ctrl+C doesn't work? (#16)

Merged pull requests:

  • Support for @remote(stdout) (#22) (@c42f)
  • Separate REPL server into send/recv/eval Tasks (#23) (@c42f)
  • Client support for interrupting remote evaluations (#24) (@c42f)

v0.2.7

22 Oct 02:19
Compare
Choose a tag to compare

RemoteREPL v0.2.7

Diff since v0.2.6

Merged pull requests:

  • Clean up server message handling and clientside display (#18) (@c42f)
  • Display host name and status in prompt dynamically (#19) (@c42f)
  • julia-r wrapper script to launch RemoteREPL from bash (#20) (@c42f)
  • Some improved error handling for @remote and failed connections (#21) (@c42f)

v0.2.6

12 Oct 02:32
9c87daf
Compare
Choose a tag to compare

RemoteREPL v0.2.6

Diff since v0.2.5

Merged pull requests:

  • Use Documenter.jl for documentation (#14) (@c42f)
  • Add @remote macro for fetching expressions (#17) (@c42f)

v0.2.5

01 Jul 12:16
Compare
Choose a tag to compare

RemoteREPL v0.2.5

Diff since v0.2.4

Closed issues:

  • Feature request: moving data between remote and local (#11)

Merged pull requests:

  • %get and %put syntax to transfer values (#13) (@c42f)

v0.2.4

30 Jun 12:31
Compare
Choose a tag to compare

RemoteREPL v0.2.4

Diff since v0.2.3

Closed issues:

  • Is it possible to redirect stdout/stderr from server to client? (#10)

Merged pull requests:

  • Support for capturing log messages (#12) (@c42f)

v0.2.3

26 Jun 07:48
Compare
Choose a tag to compare

RemoteREPL v0.2.3

Diff since v0.2.2

Merged pull requests:

  • Retry connections when executing a command (#9) (@c42f)

v0.2.2

17 Jun 04:40
Compare
Choose a tag to compare

RemoteREPL v0.2.2

Diff since v0.2.1

Merged pull requests:

  • Remote REPL help mode (#8) (@c42f)

v0.2.1

03 Jun 09:56
db854dd
Compare
Choose a tag to compare

RemoteREPL v0.2.1

Diff since v0.2.0

Merged pull requests:

  • Attempt to re-establish connections on error (#7) (@c42f)

v0.2.0

11 May 12:04
Compare
Choose a tag to compare

RemoteREPL v0.2.0

Diff since v0.1.0

Merged pull requests:

  • Add a function for sending single-shot remote commands. (#4) (@c42f)
  • Have ssh_opts in connect_repl (#5) (@nkottary)
  • Alternatives to SSH (#6) (@nkottary)

v0.1.0

22 Mar 05:15
c1c12c7
Compare
Choose a tag to compare

RemoteREPL v0.1.0

Merged pull requests:

  • CompatHelper: add new compat entry for "ReplMaker" at version "0.2" (#1) (@github-actions[bot])
  • sshd integration testing on CI (#2) (@c42f)