Skip to content

Commit 9a8b3dd

Browse files
Workstation 3.0.0 release notes
1 parent b7c9c11 commit 9a8b3dd

1 file changed

Lines changed: 58 additions & 22 deletions

File tree

  • content/en/docs/releasenotes/workstation

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

Lines changed: 58 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,42 @@ cascade:
1010

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

13+
## 3.0.0
14+
15+
### Release date: September 25, 2025
16+
17+
{{% alert color="info" %}}
18+
19+
**Limited Available Release of Mendix Workstation Client.**
20+
21+
Mendix Workstation Client is available for all Mendix users for development use.
22+
23+
Mendix Workstation Client is [Limited Availability](https://docs.mendix.com/releasenotes/release-status/#limited-availability) for production use. Support is provided according to your Mendix SLA if you purchased a Workstation license. If you want to take the Mendix Workstation Client into production, contact your CSM to see what arrangements are possible. Without a license you can use the Mendix Workstation Client for development, but workspaces are individual and cannot be shared.
24+
25+
{{% /alert %}}
26+
27+
### Improvements
28+
29+
Improvements compared to version 2.4:
30+
31+
#### Logging is configurable in Workspace settings
32+
33+
The level of logs written to log files and visible in the client is configurable in Workspace settings. It includes configuration of:
34+
35+
* Log level: Info, Warn, Error, Debug.
36+
* Log retention policy: Maximum log folder zize (in MB) and maximum number of stored days.
37+
38+
The workspace log level is overridden to ‘debug’ for a station configured in developer mode.
39+
40+
#### Edit Device in side panel
41+
42+
When editing a device, device settings are edited in a side panel. It makes device configure easier as all setting parameters are in one view and other device configurations can be viewed while editing.
43+
44+
### Limitation and known bugs
45+
46+
* Windows Workstation Client hangs when Smartcard reader detection is enabled and the ‘Smart Cards for Windows Service’ is disabled.
47+
* Workstation Client window is not visible when it was opened on a secondary screen and the secondary screen is no longer available.
48+
1349
## 2.6.0
1450

1551
### Release date: September 12, 2025
@@ -18,9 +54,9 @@ These release notes cover changes made to the [Mendix Workstation](/mendix-works
1854
The fourth pre-release of the Mendix Workstation Client is available under the conditions of the Mendix Workstation Client Pre-Release Program. Support is available only to members of the program. To become a program member, contact Mendix Sales.
1955
{{% /alert %}}
2056

21-
#### New Features
57+
### New Features
2258

23-
##### Mendix Workstation Management Availability
59+
#### Mendix Workstation Management Availability
2460

2561
Mendix Workstation Management is now available for all Mendix users.
2662

@@ -30,7 +66,7 @@ Users from companies which does not have a Mendix Workstation Client license can
3066
The Workstation Client and all other related Mendix Marketplace items are only available for members of the pre-release program.
3167
{{% /alert %}}
3268

33-
##### Workstation Client Developer Mode
69+
#### Workstation Client Developer Mode
3470

3571
For each station, developer mode can be switched on or off to control the availability of the following functions on Workstation Client:
3672

@@ -40,7 +76,7 @@ For each station, developer mode can be switched on or off to control the availa
4076

4177
It is recommended to disable developer mode for clients used in a production environment.
4278

43-
##### Workstation Sample App
79+
#### Workstation Sample App
4480

4581
The Mendix Workstation Client Sample App showcases how to build applications interacting with multiple peripheral devices.
4682

@@ -56,22 +92,22 @@ Each module includes a peripheral emulator to build apps without a physical devi
5692

5793
The Sample App is available in the Mendix Marketplace.
5894

59-
#### Improvements
95+
### Improvements
6096

61-
##### Workstation Management
97+
#### Workstation Management
6298

6399
* We have added the Mendix Portal Global Navigation Menu top bar and menu.
64100
* We have made other usability improvements.
65101

66-
##### Workstation Client
102+
#### Workstation Client
67103

68104
* We have added a button to paste the registration token.
69105

70-
##### Workstation Connector
106+
#### Workstation Connector
71107

72108
* We have added the SecurityAdministrator security role. Only users with this role can regenerate the `KeyPair` in the **Station connector Security** of an app.
73109

74-
#### Fixes
110+
### Fixes
75111

76112
* We have fixed an issue in the Workstation Client where, when the client app closed and re-opened a connection, data buffered from the previous session was sent to the new session. The data buffer now is cleared when the connection is closed.
77113

@@ -83,9 +119,9 @@ The Sample App is available in the Mendix Marketplace.
83119
The third pre-release of the Mendix Workstation Client is available under the conditions of the Mendix Workstation Client Pre-Release Program. Support is available only to members of the program. To become a program member, contact Mendix Sales.
84120
{{% /alert %}}
85121

86-
#### New Features
122+
### New Features
87123

88-
##### Workstation Management
124+
#### Workstation Management
89125

90126
* The **Team** page enables users to share workspaces and assign individual permissions, facilitating collaborative deployment of Workstation projects across multiple environments and sites at scale.
91127
* Apps are managed at workspace level on the **Apps** page. Each app can be enabled or disabled individually - per station, for a group of stations, or for all stations within a workspace.
@@ -99,28 +135,28 @@ The third pre-release of the Mendix Workstation Client is available under the co
99135
* Read, write, and watch permissions are configurable.
100136
* Environment variables are supported to define folder path.
101137

102-
##### Workstation Client
138+
#### Workstation Client
103139

104140
* The Workstation Client is now available in a [Linux ARM 64 version](https://marketplace.mendix.com/link/component/245627) for running the client on single-board computers such as Raspberry Pi.
105141

106-
##### Workstation Connector
142+
#### Workstation Connector
107143

108144
* The new **Unsubscribe by Device** nanoflow action removes all subscriptions on a device.
109145
* The new **Disconnect Device** nanoflow action disconnects the device, unlike the unsubscribe actions which keep the connection open.
110146

111-
##### Other
147+
#### Other
112148

113149
* The **Get Started** app includes a step-by-step guide on how to get started with Mendix Workstation and build a device messenger.
114150
* Workstation documentation now available on [Mendix Docs](/mendix-workstation/).
115151

116-
#### Improvements
152+
### Improvements
117153

118-
##### Workstation Management
154+
#### Workstation Management
119155

120156
* The main device connection parameters are displayed in the list of Devices in a connection string.
121157
* The Workstation Client version is updated in the **Station** view.
122158

123-
##### Workstation Client
159+
#### Workstation Client
124160

125161
* Client configuration is maintained after upgrading the Workstation Client.
126162
* Detected smart card readers are shown in the list of devices. Detection happens dynamically, without having to restart or refresh configuration.
@@ -135,25 +171,25 @@ The third pre-release of the Mendix Workstation Client is available under the co
135171
* Logs are visible in the Workstation Client.
136172
* An End User License Agreement has been added to the Workstation Client installer.
137173

138-
##### Workstation Connector
174+
#### Workstation Connector
139175

140176
* The workspace name is available in Workstation Connector, together with the station and client computer names.
141177
* The Workstation Client version is available in Workstation Connector.
142178

143-
#### Fixes
179+
### Fixes
144180

145-
##### Workstation Client
181+
#### Workstation Client
146182

147183
* We have fixed an issue where connecting, sending a message, and disconnecting quickly on a serial port would result in a *Port not open* error.
148184

149-
##### Workstation Connector
185+
#### Workstation Connector
150186

151187
* We have fixed the security model so that private key of the app is only available to admin users.
152188
* We have fixed an issue where a Device object was deleted when user was using the cancel button of a page on which Device was a parameter.
153189
* Detected card reader devices are set to the class `CardReader`.
154190
* Windows Hello for Business is no longer detected as a card reader.
155191

156-
#### Upgrade
192+
### Upgrade
157193

158194
To upgrade from a previous version, perform the following steps:
159195

0 commit comments

Comments
 (0)