Skip to content

Releases: jumpserver/jumpserver

v4.10.14-lts

18 Dec 11:12
a005c78

Choose a tag to compare

What’s new

  • JumpServer Client now supports OAuth 2.0 authentication, improving client login compatibility.
  • User operation audit logs can now be exported as CSV / Excel files for easier auditing and record keeping.
  • Cloud synchronization now supports State Cloud. (JumpServer EE)
  • Virtual applications can now be accessed via the VNC protocol using the local client. (JumpServer EE)

Improvements

  • Intelligent Q&A now supports user-defined models, enabling flexible AI interactions across different scenarios.
  • Kubernetes platform protocol now supports namespace configuration, restricting user access to authorized namespaces only for improved access control.

Bug fixes

  • Fixed a memory leak issue in Razor components. (JumpServer EE)
  • Fixed an issue where filtering commands by risk level returned empty results.
  • Fixed an issue where shared session links could not be copied after connecting via different endpoints.

v4.10.13-lts

20 Nov 14:43
1d0db2b

Choose a tag to compare

What’s new

  • Brand-new JumpServer client with smaller footprint and improved user experience (v4.0.0).
  • Supports video transcoding, allowing conversion of recordings generated by Lion and Razor (video-worker). (JumpServer EE)
  • Backend PostgreSQL database now supports SSL encrypted connections.

Improvements

  • All component base images upgraded to Debian 13 (trixie).
  • Upgraded Docker to 28.5.1 and Docker Compose to v2.40.3.
  • Asset ACL rules now take effect in Jobs.
  • When adding accounts (based on account templates), supports selecting multiple templates and asset nodes for batch creation.
  • Asset platform supports one-click synchronization of all protocols/ports to assets, with overwrite option.
  • Supports bulk import of weak password lists.

v4.10.12-lts

27 Oct 06:08

Choose a tag to compare

Improvements

  • Optimized password handling and user permission verification during LDAP connectivity testing.
  • Optimized user query logic during KoKo session sharing, with a default limit of 10 results.

v3.10.21-lts

27 Oct 09:58

Choose a tag to compare

一、安装和升级

1.1 在线方式 ✈️

仅需两步快速安装 JumpServer:

  1. 准备一台 4核8G (最低)且可以访问互联网的 64 位 Linux 主机;
  2. 以 root 用户执行如下命令一键安装 JumpServer。

国内用户

curl -sSL https://resource.fit2cloud.com/jumpserver/jumpserver/releases/download/v3.10.21/quick_start.sh | bash

海外用户

curl -sSL https://github.com/jumpserver/jumpserver/releases/download/v3.10.21/quick_start.sh | bash

1.2 离线方式 🚢

离线安装包下载地址

详细安装和升级文档请参考:完整文档

二、更新日志

2.1 功能优化 🚀

  • perf: 优化 LDAP 服务连接测试过程中的密码使用机制

v4.10.11-lts

21 Oct 06:56

Choose a tag to compare

Bug fixes

  • Improved permission verification logic when obtaining the SuperConnectionToken

v3.10.20-lts

21 Oct 09:13

Choose a tag to compare

一、安装和升级

1.1 在线方式 ✈️

仅需两步快速安装 JumpServer:

  1. 准备一台 4核8G (最低)且可以访问互联网的 64 位 Linux 主机;
  2. 以 root 用户执行如下命令一键安装 JumpServer。

国内用户

curl -sSL https://resource.fit2cloud.com/jumpserver/jumpserver/releases/download/v3.10.20/quick_start.sh | bash

海外用户

curl -sSL https://github.com/jumpserver/jumpserver/releases/download/v3.10.20/quick_start.sh | bash

1.2 离线方式 🚢

离线安装包下载地址

详细安装和升级文档请参考:完整文档

二、更新日志

2.1 功能优化 🚀

  • perf: 优化 SuperConnectionToken 获取时的验证机制

2.2 问题修复 🐛

  • fix: 修复访问密钥在用户过期后依然有效的问题

v4.10.10-lts

16 Oct 11:05
e617245

Choose a tag to compare

What’s new

  • Added database desensitization feature. (JumpServer EE)
    • Chen and KoKo support all relational databases.
    • Magnus supports MySQL only.

Improvements

  • Optimized Razor connection performance and reduced high memory usage (upgraded to FreeRDP3). (JumpServer EE)
  • Optimized the left tree structure in Adhoc to display only selected assets.
  • Added a matching tag name for the publisher (AppletHostOnly); when the publisher is invalid, it will no longer randomly select another one.
  • Theme settings on the Luna page can now be saved in personal preferences.
  • Added the gid parameter for user groups in the account push.

Bug fixes

  • Fixed an issue where ACL rules were displayed inaccurately in the global organization when selecting all assets. (JumpServer EE)

v4.10.9-lts

24 Sep 06:23
9280884

Choose a tag to compare

Improvements

  • Lion File Management supports uploading multiple files at once

Bug fixes

  • Fixed excessive memory usage issue in KoKo

v4.10.8-lts

18 Sep 10:40
9280884

Choose a tag to compare

What’s new

  • Added global resource search.
  • Asset authorization supports reverse account authorization.
  • Added Tiếng Việt language.
  • KoKo supports connecting to Redis clusters.
  • KoKo supports SSL connections to SQL Server.
  • Support configuring all email templates.
  • Support displaying announcements in pop-up windows.

Improvements

  • Improved cloud synchronization to avoid releasing assets in the following cases (JumpServer EE):
    1. Cloud account is invalid
    2. No assets found under a Region
    3. Region has been removed from the update task
  • Improved KoKo direct connection to return the correct exit code after exit.
  • Support automatically launching VNC client to connect to assets. (JumpServer EE)
  • Improved RDP True Color (24-bit) display.

Bug fixes

  • Fixed an issue where access keys remained valid after user expiration.
  • Fixed an error when changing user login rules to approval. (JumpServer EE)
  • Fixed an issue where inactive session tabs were disconnected due to not being automatically renewed when multiple session tabs existed.
  • Fixed an issue where Chen complex SQL query results failed to export.

v4.10.7-lts

04 Sep 08:21

Choose a tag to compare

Improvements

  • Encrypted storage for the secret field in the AccessKey table (migration completed).

Bug fixes

  • Fixed user MFA reset failure.