You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/workstation/_index.md
+54-22Lines changed: 54 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,38 @@ cascade:
10
10
11
11
These release notes cover changes made to the [Mendix Workstation](/mendix-workstation/).
12
12
13
+
## 3.0.0
14
+
15
+
### Release date: September 25, 2025
16
+
17
+
{{% alert color="info" %}}
18
+
This is a Limited Availability release of the Mendix Workstation Client.
19
+
20
+
Mendix Workstation Client is available for all Mendix users for development use.
21
+
22
+
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.
23
+
{{% /alert %}}
24
+
25
+
### Improvements
26
+
27
+
#### Logging Is Configurable in Workspace Settings
28
+
29
+
The level of logs written to log files and visible in the client is configurable in Workspace Settings. You can configure the following:
30
+
31
+
* Log level: Info, Warn, Error, Debug.
32
+
* Log retention policy: Maximum log folder size (in MB) and maximum number of stored days.
33
+
34
+
The workspace log level is overridden to *Debug* for a station configured in developer mode.
35
+
36
+
#### Editing Devices in the Side Panel
37
+
38
+
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.
39
+
40
+
### Known Bugs and Limitations
41
+
42
+
* Windows Workstation Client hangs when Smartcard reader detection is enabled and the *Smart Cards for Windows Service* is disabled.
43
+
* The Workstation Client window is not visible when opened on a secondary screen and the secondary screen is no longer available.
44
+
13
45
## 2.6.0
14
46
15
47
### Release date: September 12, 2025
@@ -18,9 +50,9 @@ These release notes cover changes made to the [Mendix Workstation](/mendix-works
18
50
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.
19
51
{{% /alert %}}
20
52
21
-
####New Features
53
+
### New Features
22
54
23
-
#####Mendix Workstation Management Availability
55
+
#### Mendix Workstation Management Availability
24
56
25
57
Mendix Workstation Management is now available for all Mendix users.
26
58
@@ -30,7 +62,7 @@ Users from companies which does not have a Mendix Workstation Client license can
30
62
The Workstation Client and all other related Mendix Marketplace items are only available for members of the pre-release program.
31
63
{{% /alert %}}
32
64
33
-
#####Workstation Client Developer Mode
65
+
#### Workstation Client Developer Mode
34
66
35
67
For each station, developer mode can be switched on or off to control the availability of the following functions on Workstation Client:
36
68
@@ -40,7 +72,7 @@ For each station, developer mode can be switched on or off to control the availa
40
72
41
73
It is recommended to disable developer mode for clients used in a production environment.
42
74
43
-
#####Workstation Sample App
75
+
#### Workstation Sample App
44
76
45
77
The Mendix Workstation Client Sample App showcases how to build applications interacting with multiple peripheral devices.
46
78
@@ -56,22 +88,22 @@ Each module includes a peripheral emulator to build apps without a physical devi
56
88
57
89
The Sample App is available in the Mendix Marketplace.
58
90
59
-
####Improvements
91
+
### Improvements
60
92
61
-
#####Workstation Management
93
+
#### Workstation Management
62
94
63
95
* We have added the Mendix Portal Global Navigation Menu top bar and menu.
64
96
* We have made other usability improvements.
65
97
66
-
#####Workstation Client
98
+
#### Workstation Client
67
99
68
100
* We have added a button to paste the registration token.
69
101
70
-
#####Workstation Connector
102
+
#### Workstation Connector
71
103
72
104
* We have added the SecurityAdministrator security role. Only users with this role can regenerate the `KeyPair` in the **Station connector Security** of an app.
73
105
74
-
####Fixes
106
+
### Fixes
75
107
76
108
* 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.
77
109
@@ -83,9 +115,9 @@ The Sample App is available in the Mendix Marketplace.
83
115
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.
84
116
{{% /alert %}}
85
117
86
-
####New Features
118
+
### New Features
87
119
88
-
#####Workstation Management
120
+
#### Workstation Management
89
121
90
122
* 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.
91
123
* 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 +131,28 @@ The third pre-release of the Mendix Workstation Client is available under the co
99
131
* Read, write, and watch permissions are configurable.
100
132
* Environment variables are supported to define folder path.
101
133
102
-
#####Workstation Client
134
+
#### Workstation Client
103
135
104
136
* 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.
105
137
106
-
#####Workstation Connector
138
+
#### Workstation Connector
107
139
108
140
* The new **Unsubscribe by Device** nanoflow action removes all subscriptions on a device.
109
141
* The new **Disconnect Device** nanoflow action disconnects the device, unlike the unsubscribe actions which keep the connection open.
110
142
111
-
#####Other
143
+
#### Other
112
144
113
145
* The **Get Started** app includes a step-by-step guide on how to get started with Mendix Workstation and build a device messenger.
114
146
* Workstation documentation now available on [Mendix Docs](/mendix-workstation/).
115
147
116
-
####Improvements
148
+
### Improvements
117
149
118
-
#####Workstation Management
150
+
#### Workstation Management
119
151
120
152
* The main device connection parameters are displayed in the list of Devices in a connection string.
121
153
* The Workstation Client version is updated in the **Station** view.
122
154
123
-
#####Workstation Client
155
+
#### Workstation Client
124
156
125
157
* Client configuration is maintained after upgrading the Workstation Client.
126
158
* Detected smart card readers are shown in the list of devices. Detection happens dynamically, without having to restart or refresh configuration.
@@ -135,25 +167,25 @@ The third pre-release of the Mendix Workstation Client is available under the co
135
167
* Logs are visible in the Workstation Client.
136
168
* An End User License Agreement has been added to the Workstation Client installer.
137
169
138
-
#####Workstation Connector
170
+
#### Workstation Connector
139
171
140
172
* The workspace name is available in Workstation Connector, together with the station and client computer names.
141
173
* The Workstation Client version is available in Workstation Connector.
142
174
143
-
####Fixes
175
+
### Fixes
144
176
145
-
#####Workstation Client
177
+
#### Workstation Client
146
178
147
179
* 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.
148
180
149
-
#####Workstation Connector
181
+
#### Workstation Connector
150
182
151
183
* We have fixed the security model so that private key of the app is only available to admin users.
152
184
* 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.
153
185
* Detected card reader devices are set to the class `CardReader`.
154
186
* Windows Hello for Business is no longer detected as a card reader.
155
187
156
-
####Upgrade
188
+
### Upgrade
157
189
158
190
To upgrade from a previous version, perform the following steps:
2. In the **Computer Registration** dialog, click **Download**. The [Workstation Client](https://marketplace.mendix.com/link/component/241063) page on the Mendix Marketplace opens for the Windows installer. Alternatively, you can find the component on the Mendix Marketplace by searching for "Workstation Client". You can also find the [portable](https://marketplace.mendix.com/link/component/242552) and [Linux](https://marketplace.mendix.com/link/component/245627) version by using the search, or navigate to them through the above links.
52
+
2. In the **Computer Registration** dialog, click **Download**. The [Workstation Client](https://marketplace.mendix.com/link/component/241063) page on the Mendix Marketplace opens for the Windows installer. Alternatively, you can find the component on the Mendix Marketplace by searching for "Workstation Client". You can also find the [portable](https://marketplace.mendix.com/link/component/242552) and [Linux](https://marketplace.mendix.com/link/component/245641) version by using the search, or navigate to them through the above links.
@@ -60,7 +60,13 @@ The Workstation Client is a connector between the devices and your local PC. You
60
60
* If you have administrator rights for your computer, click **Download** and run the Workstation Client installer in the form of an NSIS installer package. If you get a prompt from Windows Access Control, click **Yes** to allow Workstation Client to be installed; for a silent installation, you can also run the installer as an administrator with the `/S` argument, that is, `MendixWorkstationX.Y.Z.exe /S`. The default installation folder is *C:\Program Files\Mendix Workstation*. The app data folder can be found at *C:\ProgramData\Mendix Workstation*. The client runs automatically after the installation is completed.
61
61
* If you do not have administrator rights for your computer, download the [Workstation Client Portable](https://marketplace.mendix.com/link/component/242552) instead. As a best practice, put the portable client in a new folder in your Documents folders, and then click the .exe file to run the client.
62
62
63
-
* For Linux - Download and install the [Linux](https://marketplace.mendix.com/link/component/245627) version of the client.
63
+
* For Linux:
64
+
* Download the [Linux](https://marketplace.mendix.com/link/component/245641) version of the client
* Start the application from the applications menu > Accessories > Mendix Workstation
69
+
* Bluetooth support requires starting the application with `CAP_NET_RAW` privilege: `sudo capsh --user=$(whoami) --iab="^cap_net_raw" -- -c "'/opt/Mendix Workstation/Mendix Workstation'"`
0 commit comments