Skip to content

Releases: coder/jetbrains-coder

v2.9.0

27 Oct 05:41
v2.9.0
b1c6279
Compare
Choose a tag to compare

Added

  • Configuration options for mTLS.
  • Configuration options for adding a CA cert to the trust store and an alternate
    hostname.
  • Agent ID can be used in place of the name when using the Gateway link. If
    both are present the name will be ignored.

Fixed

  • Configuring SSH will include all agents even on workspaces that are off.

v2.8.0-eap.0

03 Oct 21:07
c8f07ac
Compare
Choose a tag to compare

Added

  • Add a setting for a command to run to get headers that will be set on all
    requests to the Coder deployment.
  • Support for Gateway 2023.3.

v2.8.0

03 Oct 20:43
c17930d
Compare
Choose a tag to compare

Added

  • Add a setting for a command to run to get headers that will be set on all
    requests to the Coder deployment.
  • Support for Gateway 2023.3.

v2.6.0

06 Sep 20:38
36d6f41
Compare
Choose a tag to compare

Added

  • Initial support for Gateway links (jetbrains-gateway://). See the readme for
    the expected parameters.
  • Support for Gateway 232.9921.

v2.5.2

06 Aug 20:23
ba8bc20
Compare
Choose a tag to compare

Fixed

  • Inability to connect to a workspace after going back to the workspaces view.
  • Remove version warning for 2.x release.

Changed

  • Add a message to distinguish between connecting to the worker and querying for
    IDEs.

v2.5.1

07 Jul 23:50
182f9c7
Compare
Choose a tag to compare

Fixed

  • Inability to download new editors in older versions of Gateway.

v2.5.0

29 Jun 18:52
3da5369
Compare
Choose a tag to compare

Added

  • Support for Gateway 2023.2.

v2.4.0

02 Jun 21:44
v2.4.0
feacc2c
Compare
Choose a tag to compare

Added

  • Allow configuring the binary directory separately from data.
  • Add status and start/stop buttons to the recent connections view.

Changed

  • Check binary version with version --output json (if available) since this is
    faster than waiting for the round trip checking etags. It also covers cases
    where the binary is hosted somewhere that does not support etags.
  • Move the template link from the row to a dedicated button on the toolbar.

v2.3.0

03 May 17:48
9ab34bc
Compare
Choose a tag to compare

Added

  • support connecting to multiple deployments (existing connections will still be
    using the old method; please re-add them if you connect to multiple
    deployments)
  • settings page for configuring both the source and destination of the CLI
  • listing editors and connecting will retry automatically on failure
  • surface various errors in the UI to make them more immediately visible

Changed

  • a token dialog and browser will not be launched when automatically connecting
    to the last known deployment; these actions will only take place when you
    explicitly interact by pressing "connect"
  • token dialog has been widened so the entire token can be seen at once

Fixed

  • the help text under the IDE dropdown now takes into account whether the IDE is
    already installed
  • various minor alignment issues
  • workspaces table now updates when the agent status changes
  • connecting when the directory contains a tilde
  • selection getting lost when a workspace starts or stops
  • wait for the agent to become fully ready before connecting
  • avoid populating the token dialog with the last known token if it was for a
    different deployment

v2.2.1

23 Mar 19:09
3940f14
Compare
Choose a tag to compare

Fixed

  • reading an existing config would sometimes use the wrong directory on Linux
  • two separate SSH sessions would spawn when connecting to a workspace through
    the main flow