Features
- Permission Sets replace the old user roles system. Admins can now create named permission sets, control exactly which features and pages each set can access, and move users between sets from a simple search-and-assign interface. Navigation and pages automatically hide or block sections a user isn’t permitted to see, and the current user’s permission set name now shows in the account menu in place of a generic role label.
- New account management tools for admins, including the ability to edit account details from a side panel and activate or deactivate accounts directly from the account list.
- Inventory onboarding now guards against silent failures: if creating an inventory doesn’t return a valid ID, the flow now stops and reports the problem instead of continuing with a broken setup, and the correct newly-created inventory is now properly passed along to the feed-creation step.
Performance
- Saving changes to a permission set now only sends the permissions that actually changed, instead of resubmitting every permission in the set on every save — making edits to larger permission sets noticeably faster.
- Reduced unnecessary data fetched during inventory setup checks.
Bug Fixes
- Filters across Records and Data Studio: typing or selecting a value in an advanced filter rule was silently dropped in some cases, so the filter looked filled in but didn’t actually apply — this is now fixed.
- Record editing: opening a record to edit or clone now loads all of its fields, not just the ones visible in the current table view, so hidden fields no longer show up blank or get wiped out on save. Saving a record now only updates the fields that actually changed, preventing edits to one field from accidentally overwriting others.
- Date filters on Records: quick date filters (e.g., “Last year”) now match the correct calendar range regardless of the viewer’s timezone and column type, instead of sometimes failing to load results entirely.
- Fixed automated email setup where the correct sender wasn’t always pre-selected when reopening a saved email, and where the send-frequency setting could reset unexpectedly.
- Fixed account and property lists so that page counts, loading states, and cancelled requests no longer produce incorrect error messages or pagination glitches.
- Fixed audience navigation links that were pointing to the wrong page.
- Fixed permission set access so account permissions load correctly right after login, rather than requiring a manual page refresh.