12-Apr-2026
Version 14.0.2
Enhancement
- Group creation label corrected: "Create Application" renamed to "Create Group" in the groupcreation flow.
- For a on-prem Deployments all config for BST can be populated through UI.
- Get-Apps now fetches users from AD considering LOB
- BST patch and installer upload bug fix
- Removed user-attribute dependencies from the BDS user page and cleaned up the codebase.
- User Device API Introduced
Added a new API to fetch all devices assigned to a specific user.
- Device Group Creation API
Implemented a robust API for creating device groups with accurate target app ID mapping and proper device-group association.
- User Report Download Fix
Resolved issues with user report downloads. Device Groups API now correctly returns associated devices.
- Lazy Loading for Device Management
Improved performance by implementing lazy loading across device management pages.
- Assign Groups to Devices
Enabled seamless assignment of groups to devices with accurate toast message feedback.
- Group Type Display Fix
Updated device group labelling to correctly display "Assign Device" (instead of "Assign User")
and disabled the Assign Policy option where not applicable.
- Enhanced User Download Template
User page download template now includes group name in the exported data for better visibility.
- For manage security keys (like YubiKey) a new section added under Admin.
Bug Fixes
- Edit user state value not populating on load — fixed in BDS user page.
- User error message display fixed in BDS configuration section.
- Save button in BST configuration is now enabled when no existing configuration is found.
- Add button in device configuration enabled correctly.
03-Apr-2026
Version 14.0.1
Enhancement
- Introduced a new Workflow Configuration tab in BDS Organisation Setup, consolidating Notification Config, Form Config, and Identity Rule Template into a single interface.
- Added BST Configuration APIs for create, update, and retrieval operations (Backend).
- Enhanced BST configuration with YubiKey enable/disable flag and support for client_id.
- Implemented macOS GPO configuration support in the GetHosted GPO API (Backend).
- Added a new API to fetch all groups associated with a specific user (Backend).
- Introduced Breakglass account password update API (Backend).
- Introduced YubiKey Authentication v1.0 with backend support for secure hardware-based authentication.
Bug Fixes
- Fixed UI height issues in the attribute management screen (Frontend).
- Resolved drawer opening issues in the BDS configuration section (Frontend).
- Fixed user error message display in BDS (Frontend).
- Corrected BST configuration upsert API to properly handle two-field updates (YubiKey flag and client_id)(Backend).
2026
08-Mar-2026
Version 14.0.0
Enhancement
- User Management now follows the same rules and workflow as the ILM module.
- User management is now fully integrated with ILM lifecycle processes, ensuring consistent onboarding and identity rule enforcement.
2025
23-Nov-2025
Version 12.2.6
Enhancement
- Enabled single-user assignment for both GPO and Application in BCD.
- Status for non-existent users in BCD
03-Nov-2025
Version 12.2.5
Enhancement
- Stability improvements and minor bug fixes implemented to ensure system resilience.
18-Jul-2025
Version 12.2.3
Enhancement
- Group creation transaction logic fixed.
- API to fetch unique user locations for image assignment.
- getUser and getDevice API restructuring.
- Enhanced campaign creation with bstVersion, diagrams.
Bug Fixes
- Resolved black screen on user edit.
- Fixed SOD app dropdown issue in campaign creation.
- Corrected device group assignment behavior.
03-Jul-2025
Version 12.2.2
Enhancement
Enhanced getDevices API to support osType filtering.
Implemented:
- Device-to-group and GPO mapping logic.
- Auto-fetch for groups in the device section.
- API for fetching user locations for customGroupAdd configurations.
Added validations:
- Disable group status update if mappings exist.
- Min/max limits on number input fields.
Group creation enhancements:
- Improved transaction handling.
- UI support for user-password reset mapping.
Modified UI for bcd_device for clarity.
Bug Fixes
- Fixed group not unassigning from UI properly.
- Resolved missing group in auto-selected list due to paginated API.
- Fixed loadingState undefined bug on user assignment UI.
- Addressed group creation transaction failure.
- Cleaned up device modal form and fixed attribute inconsistencies.
11-Jun-2025
Version 12.2.1
Enhancement
- Added uniqueness check during group creation to prevent duplicate entries.
- Integrated group_id, groupdn, and userdn into API requests for accurate mapping.
- Introduced group lookup utility using samAccountName.
- Improved GETGPO API response structure; added FileUpload support in GPOConfiguration.
- Enhanced GPO and user mapping for better sync and upsert logic.
- Added employee type attribute; fixed mail count issue.
- Refactored group assignment/removal flow for UI/backend consistency.
- Integrated assignGroupToUser API with UI.
- Implemented single-session login in browsers.
Bug Fixes
- Fixed bugs in group/user/org setup after DB schema updates.
- Resolved SQL syntax errors in dynamic queries.
- Fixed issues in syncUserToGroup and group-GPO assignment logic.
- Fixed user pagination and image preview issue in desktop wallpaper policy.
- Resolved frontend UI alignment and dynamic group state handling bugs.
24-May-2025
Version 12.2.0
Enhancement
Authentication & Session Management
- Implemented Access & Refresh Token–based login flow
- Enabled User-Specific Session Validation
- API Key support for Service User Integration with endpoint-level restrictions
- Support for Dynamic Login Key selection per tenant (from HRMS)
Group & User Management (BCD)
- Dynamic Group Creation based on user attribute matching via groupRules
- Mail Resend functionality added with UI tooltip and improved accessibility
- Enhanced getGroup API with dynamic query support
- Prevented duplicate group creation via group name validation
- Mapped LDAP and DB groups for consistent syncing
- Set default group type as "User" during creation
Bug Fixes
Authentication & Session
- Fixed frequent logout issues & enhanced token security
- Prevented login by manipulating localStorage values
User Management (BCD)
- Corrected group & GPO mappings during user create/edit
- Fixed issue with null group IDs in manual selection
- Addressed user edit CN issue
07-May-2025
Version 12.1.9
Enhancement
Edit & Create User Enhancements
- Dynamic form pre-fill from LDAP.
- Only changed attributes are submitted.
- displayName and cn consistently lowercased.
- Password expiry handled based on config.
- user_group auto-assigned based on LOB.
- Full name construction includes secondary_last_name
Device Page Enhancements
- Implemented search functionality by device name.
- Resolved toast message display issues for smoother UX.
Device API Enhancements
- Sorting and filtering support added.
- Supports fields such as device name, created date, and status for efficient data querying.
Bug Fixes
- filter is not a function issue resolved by Array.isArray() check.
- Fixed userName, sAMAccountName, and cn casing/spacing.
- Password binding and LDAP connection logic improved for STARTTLS and LDAPS.
- Edit form now correctly prepopulates userName.