Skip to content

Commit 7230569

Browse files
authored
Add release notes for version 3.8.0
Added release notes for version 3.8.0, detailing new features, improvements, and bug fixes for Workstation Management, Workstation Client, and Workstation Connector.
1 parent a469722 commit 7230569

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

  • content/en/docs/releasenotes/workstation

content/en/docs/releasenotes/workstation/_index.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,45 @@ cascade:
1010

1111
These release notes cover changes made to the [Mendix Workstation](/mendix-workstation/).
1212

13+
## 3.8.0
14+
15+
### Release date: June 18, 2026
16+
17+
### Workstation Management
18+
19+
#### New features
20+
21+
* **Workspace Usage Reports:** You can now view detailed usage reports that show how Workstations are being used across your different workspaces and company. This helps you understand and optimize your Workstation deployment.
22+
* **Automated Usage Metrics Collection:** Workstation Clients now automatically report their daily active usage to the server, tracking which stations were used and on which days. This data powers the new usage reports, giving you valuable insights without extra effort.
23+
* **Printer Device Support:** We've added full support for setting up and managing new printer device types directly within the Management UI. This expands the range of peripherals you can integrate with your Workstations.
24+
* **Manual Bulk Configuration Push:** A new "Sync Clients" button has been added to the station overview page, allowing you to manually sync client configurations for workstations that are out of sync. This provides a quick way to ensure all clients have the latest settings.
25+
* **Workspace Environment Types:** Workspaces can now be assigned an environment type (Test, Acceptance, Production) when created, and this can be changed in the workspace settings. This helps you better organize and manage your different development and deployment stages.
26+
* **Serial Device Detection by pnpId:** We've added setup UI support for detecting serial devices using their pnpId. This provides another robust method for reliably identifying and connecting to serial devices.
27+
28+
#### Improvements
29+
30+
* **Streamlined Station Detail Page:** The station detail page UI has been improved by making options like "detect card reader" and "dev mode edit" less prominent. This declutters the interface and highlights the most frequently used settings.
31+
32+
33+
### Workstation Client
34+
35+
#### New features
36+
37+
* **Printer Device Support:** The Workstation Client now fully supports the new printer device type. This means your Workstation Clients can seamlessly interact with configured printers.
38+
* **New Diagnostics Page:** A new Diagnostics page is available on the Client (when developer mode is enabled). This page displays crucial information like available printers, serial ports, card readers, credentials, station configuration, system info, and log levels, making troubleshooting much easier.
39+
* **Serial Device Detection by pnpId:** The client now supports detecting serial devices using their pnpId. This enhances the reliability of connecting to serial devices, especially in environments where port assignments might change.
40+
41+
42+
#### Bug Fixes
43+
44+
* **Studio Pro Login Blocked:** Fixed an issue where the client would block sign-in to Studio Pro when 6 or more devices were configured due to an overlap in port usage. Studio Pro users can now log in without issues, regardless of the number of configured devices.
45+
46+
### Workstation Connector
47+
48+
#### Improvements
49+
50+
* **Improved Get/Create Device Action:** The `Get/Create Device` action now returns an empty object instead of throwing an error when no matching device is found. This makes your custom integrations more robust and prevents unexpected crashes.
51+
1352
## 3.7.0
1453

1554
### Release date: May 21, 2026

0 commit comments

Comments
 (0)