v4.1.0-saas.4 - 2025-04-10
Bug Fixes
-
(gui) Fixed an issue where admin existence sometimes wasn't taken into account on tenant creation
(330ac67) by @mzedel -
(gui) Fixed an issue that prevented properly paginating deployments
(MEN-8212) (a20db14) by @mzedel -
(gui) Fixed an issue on tenant creation that prevented some email addresses from becoming tenant admins
(ME-470) (20b32f9) by @mzedel -
(gui) Fixed an issue that would retain passwords on tenant creation across different admins
(a5e2132) by @mzedel -
(gui) Fixed layout issue on tenant list + aligned styling with remainder of codebase
(cc41aee) by @mzedel -
(gui) Fixed an issue propagating password validation errors
(d1d8827) by @mzedel -
(gui) Ensured errormessages get propagated in forms
(b19f8b3) by @mzedel- as rhf depends on them to determine error existence in some modes
-
(gui) Fixed an issue that could hinder pagination in very frequently created deployments
(34ca4ea) by @mzedel
Documentation
- (deviceaut) Enhance description of the /devices/count endpoint
(MEN-8255) (c9e3633) by @kjaskiewiczz
Features
-
(gui) Made subtenant creation a bit more comfortable in case of errors
(ME-469) (e01171f) by @mzedel -
(gui) Added more user visible context on tenant creation failures
(c027064) by @mzedel- also centralized mui alert styling to account for increased usage
Signed-off-by: Manuel Zedel manuel.zedel@northern.tech
- also centralized mui alert styling to account for increased usage
-
(gui) Made login form less reactive when entering login info
(MEN-8221) (00b4d7b) by @mzedel -
(gui) Enhanced debugging info to help track down user issues
(c559467) by @mzedel -
(gui) Allowed enabling fine grained state debug information to be sent
(298059d) by @mzedel
Refac
-
(gui) Split signup in separate forms to ease handling validation mode differences
(620592b) by @mzedel -
(gui) Rely on externally gzipping build files to use sourcemaps in sentry
(24bdd2f) by @mzedel