Skip to content

v1.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 16:46
v1.10.0
c26018f

Changed

  • Coder output panel enhancements: all log entries now include timestamps, and
    you can filter messages by log level in the panel.

Added

  • Update /openDevContainer to support all dev container features when hostPath
    and configFile are provided.
  • Add coder.disableUpdateNotifications setting to disable workspace template
    update notifications.
  • Consistently use the same session for each agent. Previously, depending on how
    you connected, it could be possible to get two different sessions for an
    agent. Existing connections may still have this problem; only new connections
    are fixed.
  • Add an agent metadata monitor status bar item, so you can view your active
    agent metadata at a glance.
  • Add binary signature verification. This can be disabled with
    coder.disableSignatureVerification if you purposefully run a binary that is
    not signed by Coder (for example a binary you built yourself).