Skip to main content

Enhancements

Console Errors
Added error handling with log message to browser console for Edit User.
Unit Tests
Improved tests related to components.
Bundle
Removed the requirement for geo-location when enabling a Compliance bundle.
Flow Sync
Added a parameter in the Flow sync to only sync Employees that have been modified since last sync.
Configuration/Users
We now allow for the assigning of departments to Users in OS. A user can have multiple departments assigned to them, whereas an employee can only have one.
Opentelemetry
Added Open Telemetry for PostgreSQL.

Bug Fixes

Identity Server
Identity server deployment was failing. Increased timeout for condition on jobs/migrate-identity-db
Console Errors
Fixed bug with reading "data" of undefined for SSO Configuration sections in Administration and Configuration.
Dead Letter Queue
Fixed concurrency problems in identity server dead letter queue.

API Updates

GET /v1/operators/{operatorId}/operator-users/{userId}/departments
Created endpoint to get all users departments.
PUT /v1/operators/{operatorId}/operator-users/{userId}/departments
Created endpoint to update users departments.
GET /v1/operators/{operatorId}/business-units
Updated endpoint to include application capabilities per business unit.