Skip to content

v2.14.0

Choose a tag to compare

@Nkzono99 Nkzono99 released this 11 Apr 15:50
· 33 commits to main since this release

TLS 認証を標準化した安全なサーバーセッションと、remote_figure のファイル保存対応を追加したリリースです。

Highlights

  • emout server が TLS 認証を標準で有効化し、1 ユーザー 1 セッション運用がデフォルトに (7edf008)
  • remote_figuresavefilepath で画像を直接保存できるように (07b2d54)
  • 停止したワーカーを自動でクリーンアップ (7edf008)

New Features

  • Add TLS-authenticated server sessions with per-user default and --allow-multiple / --name opt-in (7edf008)
  • Add savefilepath option to remote_figure / RemoteFigure and %%remote_figure magic (07b2d54)
  • Add stale worker cleanup for long-running emout server sessions (7edf008)

Documentation

  • Expand agent user guide with three remote execution modes, RemoteScope open/close/clear semantics, remote gifplot / backtrace, and the TLS session default (770fdca)
  • Update README and distributed guide (ja/en) for secure sessions and remote_figure file output (7edf008, 07b2d54)

Full Changelog: v2.13.0...v2.14.0