4.1.0 - 2026-01-14
Bug fixes
-
(deployments) Preset number of pending devices in deployments statistics
(MEN-8522) (e442a50) by @kjaskiewiczz -
(deployments) Lower size limit for single file uploads
(07f5c61) by @frodeha -
(deployments) Limit
name,typeanddevice types compatiblelength
(6f612d4) by @frodehaLimit the max length of
name(akaRelease namein the gui),
typeanddevice types compatiblefields inMultipartGenerateImageMsg
(used by single file uploads) to 256 characters.There has been introduced a limit of 256 characters to the corresponding
fields in mender-artifact:
mendersoftware/mender-artifact@ddd821f
causing uploads that do not abide by this limit to fail silently in the
background when being processed by the workflow worker.With this input validation we provide an explicit error to the user in
this case. -
(deployments) Throw error when
per_pageexceeds maximum allowed value
(MEN-8841) (e7c966c) by @bahaa-ghazal -
(deployments) Aligned update metadata understanding w/ mender-artifact
(33fae57) by @mzedel- api responses represented the content as a list, whereas the proper representation is the object
-
(deployments) Backwards compatible artifact metadata
(8110c52) by @frodeha -
(deployments) Panic on database errors on DELETE /artifacts
(f3c9bda) by @alfrunes -
(deviceauth) Fix the pagination logic in devices search endpoint
(MEN-8521) (5431bc1) by @bahaa-ghazal -
(deviceauth)
request_size_limitconfiguration not applied
(MEN-8788) (93d82a5) by @alfrunes -
(deviceauth) Always exit with non-zero exit code on error
(c486a45) by @alfrunes -
(deviceconnect) Increase the file upload size limit
(6ff38c3) by @bahaa-ghazal -
(deviceconnect) Make sure goroutines recover when panicing
(MEN-7750) (0f5870a) by @bahaa-ghazal -
(deviceconnect) SetReadDeadline when setting up ping handler
(MEN-8843) (b10a3a8) by @kjaskiewiczz -
(gui) Changed cancel button in device configuration edit to close the form
(MEN-8344) (f1f542a) by @mineralsfree -
(gui) Made RBAC roles visible again for non-enterprise users
(43f829b) by @mzedel -
(gui) Restored role removal prevention for built-in roles
(89a1c43) by @mzedel -
(gui) Aligned Roles & Users drawer closing behaviour
(MEN-8063) (346fd97) by @mineralsfree -
(gui) Fixed closing animation for deployment drawer
(MEN-8063) (a9bca65) by @mineralsfree -
(gui) Restored error handling on user edits
(ME-522) (882a5c7) by @mzedel- regression from 5888d3e3ee47b764b256e89da9419f903936e4f3 in the prior repo
-
(gui) Fixed an issue that would prevent showing all webhook activity
(70d9eda) by @mzedel -
(gui) Fixed reset button location in device tags & similar editors
(00335b2) by @mzedel -
(gui) Allowed clearing device tags & device configuration entirely
(ME-529) (896f2a9) by @mzedel -
(gui) Fixed location of device name tag help to not disturb tag editor
(e27417c) by @mzedel- this takes the kv related styles from less into the component making theming a bit more consistent and encapsulating the component further
-
(gui) Prevented device tag editor to be shown when no tags exist
(ME-528) (3b6b0db) by @mzedel- this is to reduce confusion about tags defined async to the current session not being visible
-
(gui) Fixed wording and position of onboarding tooltip
(MEN-8407) (69c1a6d) by @mineralsfree -
(gui) Aligned supported OS versions in download section with tool support
(ME-499) (c256688) by @mzedel -
(gui) Fixed billing profile not being fetched
(9042c6b) by @mineralsfree -
(gui) Fixed a problem that could apply RBAC restrictions on non-RBAC plans
(MEN-8498) (c870092) by @mzedel -
(gui) Fixed an issue that could cause the organization token to overflow for older tenants
(e04f0e9) by @mzedel -
(gui) Fixed another situation that could cause the organization token to overflow
(555cb1e) by @mzedel -
(gui) Fixed an issue that would not show progress in the final phase of phased deployments
(5f3be23) by @mzedel -
(gui) Fixed an issue that prevented reactivating highlighted tooltips in the UI
(4babe2e) by @mzedel -
(gui) Improved likelyhood of getting all device report related data from backend
(f429a5d) by @mzedel -
(gui) Fixed an issue that could limit release selection during deployment creation
(MEN-8421) (a7e5352) by @mzedel -
(gui) Restricted to use id when adding users on trial plan
(ME-532) (20f8936) by @mineralsfree
...
Note: Changelog truncated due to size limits. View full changelog in the repository files.